GPNL_DD_NM_VW(SQL View) |
Index Back |
---|---|
PIN Name View NLDThis view is used primarily to display the PIN Name as a related field on the On-line panels for The Netherlands |
SELECT PIN_NUM ,PIN_NM ,DESCR FROM PS_GP_PIN WHERE PIN_NUM < 50000000 AND COUNTRY = 'NLD' AND PIN_TYPE='DD' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |
2 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL |
Element Name field
Prompt Table: GP_PIN |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |