GP_CG_PYENT_VW(SQL View) |
Index Back |
|---|---|
List Pay Entities in a CalGrpList Pay Entities in a CalGrp based on GP PYE PRC STAT data (this to accomodate both regular and off cycle runs) |
| SELECT DISTINCT PPS.CAL_RUN_ID , PPS.PAY_ENTITY , PE.DESCR FROM PS_GP_PYE_PRC_STAT PPS , PS_GP_PYENT PE WHERE PPS.PAY_ENTITY=PE.PAY_ENTITY |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | Calendar Run Id | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Pay Entity | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |