RD_DQ_W_ROLE_VW

(SQL View)
Index Back

Role Deep Query View

This view is used in role deep query for worker component search. It is used in Worker Configurable Search.

SELECT A.SYNCID , A.BO_ID , B.ROLE_TYPE_ID , B.ROLE_START_DT , B.ROLE_END_DT FROM PS_RB_WORKER_ALL A , PS_BO_ROLE B WHERE A.BO_ID = B.BO_ID AND B.ROLE_TYPE_ID IN (86, 87) 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: RD_W_VALID_ROLT

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