GPBR_PAY_ENT_VW(SQL View) |
Index Back |
---|---|
Calendar Run ID, Pay EntityThe purpose is to retrieve and select the CAL_RUN_ID and PAY_ENTITY for which the end-user wants to create the Flat File |
SELECT DISTINCT(A.CAL_RUN_ID) , A.PAY_ENTITY FROM PS_GPBR_PAYMENT A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CAL_RUN_ID | Character(18) | VARCHAR2(18) NOT NULL | Calendar Run Id |
2 | PAY_ENTITY | Character(10) | VARCHAR2(10) NOT NULL | Pay Entity |