HRS_DIAG_SEC_VW(SQL View) |
Index Back |
---|---|
RS Diagnotstic view |
SELECT B.HRS_PERSON_ID , B.ROWSECCLASS , A.EMPLID FROM PSOPRDEFN A , PS_HRS_APP_RSEC_VW B WHERE A.ROWSECCLASS = B.ROWSECCLASS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | ROWSECCLASS | Character(30) | VARCHAR2(30) NOT NULL | The class used to determine row level security |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |