RC_360_NID_VW(SQL View) |
Index Back |
---|---|
configurable search page 360for search page to be able search on NID, but don't display duplicate EMPLID in search result if a EMPLID have multiple NIDs. |
SELECT P.SYNCID , N.NATIONAL_ID FROM PS_RD_PERSON P , PS_RD_PERS_NID N WHERE P.PERSON_ID = N.PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
2 | NATIONAL_ID | Character(20) | VARCHAR2(20) NOT NULL | National ID |