GPCH_AC_ERN_LNG(SQL View) |
Index Back |
---|---|
RL-Search Earnings and AccumSql that retrieves Earnings and Accumulators PIN_NM and PIN_NUM |
SELECT A.COUNTRY , B.LANGUAGE_CD , A.PIN_NM , A.PIN_NUM , A.PIN_TYPE , B.DESCR FROM PS_GP_PIN A ,PS_GP_PIN_LANG B WHERE A.PIN_TYPE IN ('ER','AC') AND A.PIN_NUM=B.PIN_NUM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
4 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |
5 | PIN_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Element Type |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |