NID_TYPE_VW(SQL View) |
Index Back |
|---|---|
Prompt view for NID_TYPE_TBLPrompt view for NID_TYPE_TBL to show COUNTRY and its description. |
| SELECT DISTINCT A.COUNTRY , B.DESCR FROM PS_NID_TYPE_TBL A , PS_COUNTRY_TBL B WHERE A.COUNTRY=B.COUNTRY |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL |
Country
Prompt Table: COUNTRY_TBL |
|
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |