HCR_NID_TYP_VW(SQL View) |
Index Back |
---|---|
Search/Match NID prompt viewThis prompt view is used for Search/Match online prompting ONLY. It will allow for the selection of Country to filter the National ID Types from the NID_TYPE_TBL table. This view is dynamically assigned from system data and not referenced anywhere directly in an online object. |
SELECT A.NATIONAL_ID_TYPE , A.COUNTRY , A.DESCR , A.NATIONAL_ID_FORMAT FROM PS_NID_TYPE_TBL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | NATIONAL_ID_TYPE | Character(6) | VARCHAR2(6) NOT NULL |
National ID Type
Prompt Table: NID_TYPE_TBL |
2 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Country
Prompt Table: COUNTRY_TBL |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | NATIONAL_ID_FORMAT | Character(20) | VARCHAR2(20) NOT NULL | National ID Format |