GPES_PIN_DEDLNG(SQL View) |
Index Back |
---|---|
GPES Prompt View- Month AccumsThis view selects Month Balance Accumulators. This view does not use the standard SBR because it uses an additional record in the select statement |
SELECT B.PIN_NM , C.LANGUAGE_CD , C.DESCR FROM PS_GP_PIN B , PS_GP_PIN_LANG C WHERE PIN_TYPE = 'DD' AND B.PIN_NUM=C.PIN_NUM AND (B.USED_BY = 'A' OR (B.USED_BY = 'C' AND B.COUNTRY = 'ESP')) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |