RFM_OPR_PERS_VW(SQL View) |
Index Back |
---|---|
Person ID from User viewShows Person ID associated with a User |
SELECT A.OPRID , B.PERSON_ID , B.SYNCID , B.SYNCDTTM FROM PSOPRALIAS A , PS_RD_PERSON B WHERE A.PERSON_ID = B.PERSON_ID AND A.PERSON_ID <> ' ' AND A.OPRALIASTYPE = 'PER' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
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 |