EPO_PAGE_SEL_VW(SQL View) |
Index Back |
---|---|
Obj Page Header RecordObjectives Management Header record for the Objectives Page. This view will select the most current effective dated Obj Page, including future effective dated rows. |
SELECT HDR.EPO_PAGE_ID , HDR.EFFDT , HDR.EPO_OBJ_PLAN , HDR.EPO_TEMPLATE_ID , HDR.SETID , HDR.EPO_NODE_ID , HDR.EPO_PAGE_STATUS , HDR.EPO_PAGE_LOCKED_SW , HDR.EPO_PAGE_OWNER_ID , HDR.EPO_PAGE_OWNER_RCD , HDR.EPO_PG_UPD_ALT_ID , HDR.EPO_PG_CREATE_DTTM , HDR.EPO_PG_CREATE_ID , HDR.EPO_PUBLISH_DT , HDR.EPO_PUB_DUE_DT , HDR.EPO_PAGE_PIC_TITLE , HDR.EPO_PAGE_TITLE , HDR.EPO_PAGE_COMMENTS , PLN.EPO_PLAN_BEGIN_DT , PLN.EPO_PLAN_END_DT FROM PS_EPO_OBJ_PLAN PLN , PS_EPO_PG_HDR HDR WHERE HDR.EPO_OBJ_PLAN = PLN.EPO_OBJ_PLAN AND PLN.EFF_STATUS = 'A' AND HDR.EFFDT = ( SELECT MAX ( HDR2.EFFDT ) FROM PS_EPO_PG_HDR HDR2 WHERE HDR2.EPO_NODE_ID = HDR.EPO_NODE_ID AND HDR2.EPO_OBJ_PLAN = HDR.EPO_OBJ_PLAN AND HDR2.SETID = HDR.SETID ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EPO_PAGE_ID | Number(8,0) | INTEGER NOT NULL | Objectives Management: Objective Page ID |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | EPO_OBJ_PLAN | Character(8) | VARCHAR2(8) NOT NULL | Objectives Management: Objective Plan ID field |
4 | EPO_TEMPLATE_ID | Character(8) | VARCHAR2(8) NOT NULL | Objectives Template unique identifier |
5 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
6 | EPO_NODE_ID | Character(10) | VARCHAR2(10) NOT NULL | Objectives Management. Used to store the Node ID associated with the Objective Plan |
7 | EPO_PAGE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Objectives Management: Status of the Objective Page
A=In Progress - Assigned I=Inactive P=Published R=Ready to Publish U=In Progress - Unassigned |
8 | EPO_PAGE_LOCKED_SW | Character(1) | VARCHAR2(1) NOT NULL |
Yes/No switch specifying whether or not the Objective Page is Locked to updates.
Y/N Table Edit |
9 | EPO_PAGE_OWNER_ID | Character(11) | VARCHAR2(11) NOT NULL | Objectives Management: Emplid of the person who owns the Objective Page |
10 | EPO_PAGE_OWNER_RCD | Number(3,0) | SMALLINT NOT NULL | Page Owner Record Number |
11 | EPO_PG_UPD_ALT_ID | Character(11) | VARCHAR2(11) NOT NULL | Objectives Management: Emplid of the person who updates the Objective Page |
12 | EPO_PG_CREATE_DTTM | DateTime(26) | TIMESTAMP | DateTime when the Objectives Page was created |
13 | EPO_PG_CREATE_ID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which created the Objectives Page |
14 | EPO_PUBLISH_DT | Date(10) | DATE | Date the Objective Page was published |
15 | EPO_PUB_DUE_DT | Date(10) | DATE | Date when the Objective Page was Published |
16 | EPO_PAGE_PIC_TITLE | Character(30) | VARCHAR2(30) NOT NULL | Objectives Management: Title of the Page Owner on the Objectives Page |
17 | EPO_PAGE_TITLE | Character(100) | VARCHAR2(100) NOT NULL | Title on the Objectives Page |
18 | EPO_PAGE_COMMENTS | Long Character | CLOB | Objectives Management: Comments on the Objectives Page |
19 | EPO_PLAN_BEGIN_DT | Date(10) | DATE | the Date the Objective Plan begins |
20 | EPO_PLAN_END_DT | Date(10) | DATE | The date the Objective Plan ends |