HR_ERR_NTF_VW(SQL View) |
Index Back |
|---|---|
Error Notification |
| SELECT NOTIFICATION_ID ,NOTIFICATION_TYPE ,ROLE_QUERY_NM FROM PS_NOTIFCATN_SETUP WHERE NOTIFICATION_TYPE='E' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Notification ID to track each Notifications | |
| 2 | NOTIFICATION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Notification Type
E=Error Notification H=Hire Notifications Default Value: E |
| 3 | ROLE_QUERY_NM | Character(30) | VARCHAR2(30) NOT NULL |
Role Query Name
Prompt Table: HR_HIRE_QRY |