RSEC_DQ_C_R_VW

(SQL View)
Index Back

Deep query for Customer Roles

Deep query for all Customer Roles that are used for Application Security.

SELECT A.SYNCID , B.ROLE_TYPE_ID FROM PS_BO A , PS_BO_ROLE B WHERE A.BO_ID = B.BO_ID AND B.ROLE_START_DT <= %CurrentDateIn AND B.ROLE_END_DT > %CurrentDateIn AND B.ROLE_TYPE_ID IN (2, 9)

# 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 ROLE_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Role Type ID

Prompt Table: RSEC_PVDQ_C_VW