GPHK_YTD_ACM_VW(SQL View) |
Index Back |
---|---|
HKG - YTD AccumulatorThis view is used retrieve the year to date accumulators for Hong Kong. |
SELECT A.PIN_NUM ,B.PIN_NM FROM PS_GP_ACCUMULATOR A , PS_GP_PIN B WHERE A.PIN_NUM = B.PIN_NUM AND A.ACM_PRD_OPTN = '5' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |
2 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |