TL_ALERT_ADM_VW(SQL View) |
Index Back |
---|---|
Alerts for EmployeesAll the alerts are available in this record |
SELECT DISTINCT A.OPRID , N.NAME FROM PS_TL_ALERT_RCP A , PS_PERSON_NAME N , PSOPRDEFN OPR WHERE OPR.OPRID = A.OPRID AND OPR.EMPLID = N.EMPLID |
# | 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 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |