RSEC_DQ_PR_R_VW

(SQL View)
Index Back

Deep query for Person Roles

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

SELECT A.SYNCID , B.ROLE_TYPE_ID 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 AND B.ROLE_TYPE_ID IN (1, 4, 8, 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_PR_VW