RB_TSK_AO_DR_VW

(SQL View)
Index Back

Task Assignees View

Task Assignees View for Direct reports. Used for retrieving tasks assinged to or owned by Direct Reports.

SELECT T.TASK_ID ,T.SYNCID , T.SYNCDTTM , TA.PERSON_ID_ASSIGNEE FROM PS_RB_TSK T , PS_RB_TSK_ASGN TA WHERE T.TASK_ID = TA.TASK_ID AND (TA.OWNER = 'N' OR TA.OWNER = 'Y')

# 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 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 PERSON_ID_ASSIGNEE Character(15) VARCHAR2(15) NOT NULL Contact Identifier for Treasury Contacts

Prompt Table: RB_WORKER_SRCH