EPO_PG_OITEM_VW(SQL View) |
Index Back |
---|---|
Objectives Page ItemHolds the Item information of the Objectives Pages to display for alignment on other Objective pages |
SELECT A.EPO_PAGE_ID , A.EPO_SECTION_TYPE , A.EPO_OBJ_ITEM_ID , A.EP_ITEM_ID , A.EP_TITLE , B.EP_J_ITEM_CAT_TYPE FROM PS_EPO_PG_ITEM A , PS_EPO_PG_SECTION B , PS_EPO_PG_HDR C WHERE A.EPO_PAGE_ID = C.EPO_PAGE_ID AND B.EPO_PAGE_ID = C.EPO_PAGE_ID AND A.EPO_SECTION_TYPE = B.EPO_SECTION_TYPE AND A.EFFDT = C.EFFDT AND A.EFFDT = B.EFFDT AND C.EPO_PAGE_STATUS <> 'I' AND A.EPO_OBJ_STATUS <> 'I' AND %EffdtCheck(EPO_PG_HDR EFF,C,%CURRENTDATEIN) |
# | 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
Prompt Table: EPO_PG_HDR |
2 | EPO_SECTION_TYPE | Character(8) | VARCHAR2(8) NOT NULL |
Objectives Section type
Prompt Table: EPO_SECTN_DEFN |
3 | EPO_OBJ_ITEM_ID | Number(8,0) | INTEGER NOT NULL | Objectives Management: Objective Item ID. Used as a key to hold unique values as Item ID is not a key in Objective Management. It will uniquely define an item on ePerformance document when cascaded or copied over. |
4 | EP_ITEM_ID | Character(12) | VARCHAR2(12) NOT NULL | Item unique identifier |
5 | EP_TITLE | Character(60) | VARCHAR2(60) NOT NULL | Title of an item |
6 | EP_J_ITEM_CAT_TYPE | Character(12) | VARCHAR2(12) NOT NULL | ePerformance specific version of the JPM Catalog Type field. |