EPO_SUB_ITEM_VW(SQL View) |
Index Back |
|---|---|
Sub-Item ViewEmpty view used as a work record for search purposes. |
| SELECT 0 , 0 , ' ' , ' ' , 0 , ' ' FROM PS_INSTALLATION |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | 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. | |
| 2 | 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. | |
| 3 | EP_ITEM_ID | Character(12) | VARCHAR2(12) NOT NULL | Item unique identifier |
| 4 | EP_SUB_ID | Character(12) | VARCHAR2(12) NOT NULL | Sub-Item unique identifier |
| 5 | EP_ITEM_SEQ | Number(2,0) | SMALLINT NOT NULL | Item sequence number |
| 6 | EP_TITLE | Character(60) | VARCHAR2(60) NOT NULL | Title of an item |