RSEC_DQ_M_RL_VW(SQL View) |
Index Back |
---|---|
Deep query for roleThis is a deep query view of all membership list of role. |
SELECT A.SYNCID , B.ROLENAME FROM PS_RSEC_MEMBERDEFN A , PS_RSEC_ML_ROLE B WHERE A.RSEC_MEMBER_ID = B.RSEC_MEMBER_ID |
# | 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 | ROLENAME | Character(30) | VARCHAR2(30) NOT NULL |
The name of a Role in the Role Definition Table (see PSROLEDEFN).
Prompt Table: PSROLEDEFN |