BI_STGHDR_ERRVW(SQL View) |
Index Back |
---|---|
view for GTA STG inv hdr errorview for GTA STG invoice header errors |
SELECT A.BUSINESS_UNIT , A.INVOICE ,B.FIELDNAME ,B.MESSAGE_SET_NBR , B.MESSAGE_NBR FROM %Table(BI_GTA_STG_HDR) A , %Table(BI_GTASTG_H_ERR) B WHERE A.BUSINESS_UNIT=B.BUSINESS_UNIT AND A.INVOICE = B.INVOICE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INVOICE | Character(22) | VARCHAR2(22) NOT NULL | Invoice |
3 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
4 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
5 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |