GPCH_ER_AC_VW(SQL View) |
Index Back |
---|---|
Search Earnings and Accum.Sql that retrieves Earnings and Accumulators PIN_NM |
SELECT COUNTRY , PIN_TYPE , PIN_NM , DESCR FROM PS_GP_PIN WHERE PIN_TYPE IN ('ER','AC') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
2 | PIN_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Element Type |
3 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |