RIM_TSKOWNER_VW(SQL View) |
Index Back |
---|---|
Task Owner ViewTask Owner View. Used by data destribution rules in My Tasks |
SELECT T.TASK_ID , T.TASK_STATUS , T.SYNCID , T.SYNCDTTM , T.PERSON_ID_OWNER FROM PS_RB_TSK T , PS_RD_PERSON P WHERE T.PERSON_ID_OWNER = P.PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TASK_ID | Number(15,0) | DECIMAL(15) NOT NULL |
TaskIID field. Key for RB_TSK record. Used by Task Management.
Default Value: 999999999999 |
2 | TASK_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
Task Status
CMPL=Completed CNCL=Canceled INPR=In Progress OPEN=Open |
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 |
5 | PERSON_ID_OWNER | Character(15) | VARCHAR2(15) NOT NULL |
Contact Identifier for Treasury Contacts
Prompt Table: RB_WORKER_SRCH |