RD_DQ_P_ROLE_VW

(SQL View)
Index Back

Business Object Role

Business Object Role defines Business Contact

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

# 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 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID

Prompt Table: BO

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

Prompt Table: RB_VALID_ROLTYP

4 ROLE_START_DT Date(10) DATE Start Date of Role
5 ROLE_END_DT Date(10) DATE End Date of Role