WM_OPRID_ACL_VW(SQL View) |
Index Back |
---|---|
View of Opr IDs in PSOPRDEFNThe view has been created to accommodate 8.60 tools enhancement namely 'User password expiration' |
SELECT oprid , oprdefndesc , EMPLID FROM PSOPRDEFN WHERE (ACCTLOCK = 0 AND (PTACCTLOCKDATE IS NULL OR PTACCTLOCKDATE > %CurrentDateIn)) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPRID_VW |
2 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |