RB_TSK_ASN_BO_V

(SQL View)
Index Back

Task Assignee

The Task Assignee View which returns all the assignee of a task.

SELECT DISTINCT B.SYNCID , MAP.OPRID FROM PS_RAM_MAP_TSK MAP , PS_RB_TSK_ASGN ASGN , PS_BO B WHERE MAP.TASK_ID = ASGN.TASK_ID AND ( ASGN.BO_ID_PERSON = B.BO_ID OR ASGN.BO_ID_CUST = B.BO_ID OR ASGN.BO_ID_CONTACT = B.BO_ID )

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 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.
2 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).