EPO_CASC_SUBTAO(SQL Table) |
Index Back |
---|---|
Objective Mgmnt Cascade TempTemporary record to store Subitems of the selected Items to be cascaded into the documents |
# | 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 | EPO_OBJ_SUBITEM_ID | Number(8,0) | INTEGER NOT NULL | Objectives Management: Object Sub Item ID. Used as a key to hold Sub Item ID values because Sub Item ID is not a key and its value will be copied over to SubItem ID of ePerformance document which will be unique. |
5 | EP_ITEM_ID | Character(12) | VARCHAR2(12) NOT NULL | Item unique identifier |
6 | EP_SUB_ID | Character(12) | VARCHAR2(12) NOT NULL | Sub-Item unique identifier |
7 | EP_SUB_SEQ | Number(2,0) | SMALLINT NOT NULL | Sub-Item sequence number |
8 | EP_TITLE | Character(60) | VARCHAR2(60) NOT NULL | Title of an item |