RD_PRSN_NM_VW(SQL View) |
Index Back |
---|---|
Person Name ViewPerson Name View. This view gives all the names for a person. |
SELECT A.BO_ID , A.SEQ_NBR , A.FIRST_NAME , A.LAST_NAME , B. SYNCID FROM PS_BO_NAME A , PS_RD_PERSON B WHERE A.BO_ID = B.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number |
3 | FIRST_NAME | Character(30) | VARCHAR2(30) NOT NULL | First Name |
4 | LAST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Last Name |
5 | 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. |