RB_CAL_OWNER_VW(SQL View) |
Index Back |
---|---|
Person as Owner ViewPerson who are Task Owner View. Used by data destribution rules in My Calendar |
SELECT P.PERSON_ID , P.SYNCID , P.SYNCDTTM , T.TASK_ID FROM PS_RD_PERSON P , PS_RB_TSK T WHERE P.PERSON_ID = T.PERSON_ID_OWNER |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
2 | 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. |
3 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
4 | TASK_ID | Number(15,0) | DECIMAL(15) NOT NULL | TaskIID field. Key for RB_TSK record. Used by Task Management. |