GPGB_CAL_ID_VW(SQL View) |
Index Back |
|---|---|
Calendar Run Id ViewGPGB - Calendar Run Id View to get Calendar Run ID description from generated (Writable Array) Pay calculation Result table for the UK. |
| SELECT DISTINCT GER.CAL_RUN_ID , GCR.DESCR FROM PS_GPGB_EE_RSLT GER , PS_GP_CAL_RUN GCR WHERE GER.CAL_RUN_ID = GCR.CAL_RUN_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | Calendar Run Id | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |