GP_PYEPRCSST2_V

(SQL View)
Index Back

PrcStat by Cal ID and Sel Stat

PrcStat by Cal ID and Sel Stat

SELECT B.CAL_RUN_ID , B.CAL_ID , B.GP_PAYGROUP , C.SEL_STAT ,COUNT(*) FROM PS_GP_CAL_RUN_DTL B , PS_GP_PYE_PRC_STAT C WHERE B.CAL_RUN_ID = C.CAL_RUN_ID AND B.CAL_ID = C.CAL_ID AND B.GP_PAYGROUP = C.GP_PAYGROUP GROUP BY B.cal_run_id, B.GP_PAYGROUP, b.cal_id, C.SEL_STAT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 CAL_RUN_ID Character(18) VARCHAR2(18) NOT NULL Calendar Run Id
2 CAL_ID Character(18) VARCHAR2(18) NOT NULL calendar id
3 GP_PAYGROUP Character(10) VARCHAR2(10) NOT NULL Global Payroll pay group
4 SEL_STAT Character(1) VARCHAR2(1) NOT NULL Indicates status of the selected payee in a Calendar Group As they are identified payees are pulled in either as Active or Inactive based on the EMPL_STATUS. The system or the user can remove a payee either permanently or temporarily for various reasons. These are indicated by the status values other than Active and Inactive.
A=Active
C=Cancelled
I=Inactive
S=System Suspend
U=User Suspend
5 GP_AGGR_COUNT Number(9,1) DECIMAL(8,1) NOT NULL field used to present processing statistics