EPO_PLAN_VW(SQL View) |
Index Back |
---|---|
Current Objective Plans viewObjective Plan view with currently active plans |
SELECT PLN.EPO_OBJ_PLAN , PLN.EPO_HIERARCHY_MTHD , PLN.DESCR60 , PLN.DESCRSHORT , PLN.EPO_PLAN_BEGIN_DT , PLN.EPO_PLAN_END_DT FROM PS_EPO_OBJ_PLAN PLN WHERE PLN.EFF_STATUS = 'A' |
# | 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 | EPO_HIERARCHY_MTHD | Character(1) | VARCHAR2(1) NOT NULL |
Objective Plan's hierarchy method
D=Department P=Position |
3 | DESCR60 | Character(60) | VARCHAR2(60) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | EPO_PLAN_BEGIN_DT | Date(10) | DATE | the Date the Objective Plan begins |
6 | EPO_PLAN_END_DT | Date(10) | DATE | The date the Objective Plan ends |