EPO_DPT_FAIL_VW(SQL View) |
Index Back |
---|---|
Ob Page Creation -Depts FailedThis view is used in the Pages Not Created grid during the creation process to display departments that encountered errors when the creation process was attempted. |
SELECT EPO_OBJ_PLAN ,SETID ,DEPTID ,EP_SUCCESS ,EPO_STATUS_RESULT FROM PS_EPO_SELECT_DEPT WHERE EP_SUCCESS = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EPO_OBJ_PLAN | Character(8) | VARCHAR2(8) NOT NULL | Objectives Management: Objective Plan ID field |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: EPO_PLAN_DEPT |
3 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL |
Department
Prompt Table: EPO_PLN_DEPT_VW |
4 | EP_SUCCESS | Character(1) | VARCHAR2(1) NOT NULL |
Successful Creation?
Y/N Table Edit |
5 | EPO_STATUS_RESULT | Character(254) | VARCHAR2(254) NOT NULL | Official Page Status |