EN_STGERRITM_VW(SQL View) |
Index Back |
---|---|
Agile - stage item errors2/20/03 RML Agile Integration |
SELECT DISTINCT c.TEXT254 , a.EIP_CTL_ID , a.EIP_PROGRAM , b.INV_ITEM_ID , b.FIELDNAME , b.MESSAGE_TEXT , b.MESSAGE_SET_NBR , b.MESSAGE_NBR , a.PUBID , a.ORIG_DT_TIMESTAMP , b.MESSAGE_PARM , b.MESSAGE_PARM2 , b.MESSAGE_PARM3 FROM PS_EO_EIP_CTL a , PS_ITEMLOAD_ERR b , PS_EN_REVISION_EC c WHERE a.EIP_CTL_ID = b.EIP_CTL_ID AND a.EIP_CTL_ID = c.EIP_CTL_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TEXT254 | Character(254) | VARCHAR2(254) NOT NULL | Text |
2 | EIP_CTL_ID | Character(25) | VARCHAR2(25) NOT NULL | Enterprise Components EIP (enterprise integration point) control field |
3 | EIP_PROGRAM | Character(10) | VARCHAR2(10) NOT NULL |
Enterprise Components EIP (enterprise integration point) program field
601=Consumer Sync 701=BOM Sync 801=Item Revision 901=Item Bus Unit Sync 902=Item Sync |
4 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
5 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
6 | MESSAGE_TEXT | Character(100) | VARCHAR2(100) NOT NULL | Message Text This field refers to the Text for a particular Message Number in the Message Catalog. |
7 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
8 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
9 | PUBID | Signed Number(11,0) | DECIMAL(10) NOT NULL | Publication Identifier |
10 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
11 | MESSAGE_PARM | Character(254) | VARCHAR2(254) NOT NULL | Message Parameter Text |
12 | MESSAGE_PARM2 | Character(30) | VARCHAR2(30) NOT NULL | Message Parameter 2 |
13 | MESSAGE_PARM3 | Character(30) | VARCHAR2(30) NOT NULL | Message Parameter 3 |