HRS_DIAG_APS_VW(SQL View) |
Index Back |
---|---|
RS Row Security for DiagnosticRecruiting Solutions Row Level Security For Diags |
SELECT A.OPRID ,B.ROWSECCLASS ,A.EMPLID FROM PSOPRDEFN A , PS_HRS_SEC_SU_I B WHERE A.ROWSECCLASS=B.ROWSECCLASS AND B.HRS_SEC_SU='Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | ROWSECCLASS | Character(30) | VARCHAR2(30) NOT NULL |
The class used to determine row level security
Prompt Table: PSCLASSDEFN_SRC |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |