EPO_PUB_PAGE_VW(SQL View) |
Index Back |
---|---|
Obj Page Header RecordObjectives Management Header record for the Objectives Page |
SELECT A.EPO_PAGE_ID , A.EFFDT , A.EPO_OBJ_PLAN , A.EPO_TEMPLATE_ID , A.SETID , A.EPO_NODE_ID , A.EPO_PAGE_STATUS , A.EPO_PAGE_LOCKED_SW , A.EPO_PAGE_OWNER_ID , A.EPO_PAGE_OWNER_RCD , A.EPO_PG_UPD_ALT_ID , A.EPO_PG_CREATE_DTTM , A.EPO_PG_CREATE_ID , A.EPO_PUBLISH_DT , A.EPO_PUB_DUE_DT , A.EPO_PAGE_PIC_TITLE , %subrec(EPO_TMPL_SBR, A) , A.EPO_PAGE_COMMENTS FROM PS_EPO_PG_HDR A , PS_EPO_OBJ_PLAN B WHERE A.EPO_OBJ_PLAN = B.EPO_OBJ_PLAN AND B.EFF_STATUS = 'A' AND A.EPO_PAGE_STATUS = 'P' |
# | 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. |
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_DFLT_TITLE_SW | Character(1) | VARCHAR2(1) NOT NULL |
Y/N switch for Objectives Default Page Title
Y/N Table Edit Default Value: Y |
18 | EPO_PAGE_TITLE | Character(100) | VARCHAR2(100) NOT NULL | Title on the Objectives Page |
19 | EPO_COMMENTS_SW | Character(1) | VARCHAR2(1) NOT NULL |
Y/No field for Objective Comments
Y/N Table Edit Default Value: N |
20 | EPO_INCL_PIC_SW | Character(1) | VARCHAR2(1) NOT NULL |
Y/N switch for Objectives to include a photo on the Page
Y/N Table Edit Default Value: N |
21 | EPO_PIC_NAME_SW | Character(1) | VARCHAR2(1) NOT NULL |
Y/N switch for Objectives for whether there is a name associated to the photo on the Objectives Page
Y/N Table Edit Default Value: N |
22 | EPO_PIC_TITLE_SW | Character(1) | VARCHAR2(1) NOT NULL |
Y/N switch for Objectives for whether or not there is a Title associated with the photo on the Objectives Page
Y/N Table Edit Default Value: N |
23 | EPO_PAGE_COMMENTS | Long Character | CLOB | Objectives Management: Comments on the Objectives Page |