EP_OBJITEM_VW(SQL View) |
Index Back |
---|---|
Objectives Page ItemHolds the Item information for the Objectives 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 , A.EPO_OBJ_STATUS , A.EPO_ITEM_MOD_DTTM 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 C.EPO_PAGE_STATUS = 'P' AND A.EFFDT = C.EFFDT AND A.EPO_SECTION_TYPE = B.EPO_SECTION_TYPE AND A.EFFDT = B.EFFDT |
# | 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. |
7 | EPO_OBJ_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Objective Status
A=Active Item I=Inactive Item |
8 | EPO_ITEM_MOD_DTTM | DateTime(26) | TIMESTAMP | Datetime stamp of when an Item on an Objective Page was last modified |