| GPNZ_AC_SCH_LNG(SQL View) | Index Back | 
|---|---|
| GPNZ - Accumulator ViewThis view is used as a prompt record on pin Numbers to retrieve absence entitlement accumulators | 
| SELECT C.OPRID , B.PIN_NUM , L.LANGUAGE_CD , B.PIN_NM , B.DESCR , B.COUNTRY FROM PS_GP_PIN B , PS_GP_OPR_RULE_PRF C , PS_GP_PIN_LANG L WHERE B.PIN_NUM = L.PIN_NUM AND B.PIN_TYPE = 'AC' AND (B.USED_BY = 'A' OR (B.USED_BY = 'C' AND C.USED_BY= 'A') OR (B.USED_BY = 'C' AND B.COUNTRY = C.COUNTRY)) | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 2 | Number(8,0) | INTEGER NOT NULL | PIN Number | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field | 
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 6 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |