RF_PRSN_NM_VW(SQL View) |
Index Back |
---|---|
PersonThe Fields SETID and CONTACT_ID have been added to maintain the cross reference with PS FDM. |
SELECT A.PERSON_ID , B.BO_NAME_DISPLAY , A.SYNCID , A.SYNCDTTM FROM PS_RD_PERSON A , PS_BO_NAME B WHERE A.BO_ID = B.BO_ID AND B.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL |
Person ID
Default Value: NEXT Prompt Table: RF_WORKER_LIST |
2 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
3 | 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. |
4 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |