RD_AC_BO_ROLE_V

(SQL View)
Index Back

Business Object Role

Business Object Role defines Business Contact -- this is used on the Adhoc Roles page to limit the roles showing up on that page.

SELECT A.BO_ID , A.ROLE_TYPE_ID , B.SYNCID , A.ROW_ADDED_DTTM FROM PS_BO_ROLE A , PS_BO B WHERE A.BO_ID = B.BO_ID AND A.ROLE_START_DT <= %CurrentDateIn AND A.ROLE_END_DT > %CurrentDateIn

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID

Prompt Table: BO

2 ROLE_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Role Type ID

Prompt Table: RB_ADHOC_ROLTYP

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 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.