GPES_PIN_DED_VW(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 , B.DESCR , B.COUNTRY , B.PIN_NUM FROM PS_GP_PIN B WHERE PIN_TYPE = 'DD' 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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | COUNTRY_CD | Character(3) | VARCHAR2(3) NOT NULL | Country Code |
4 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |