BI_GTALN_ERR_VW(SQL View) |
Index Back |
---|---|
view for GTA invoice line errview for GTA invoice line errors |
SELECT A.BUSINESS_UNIT , A.GTA_INVOICE ,B.FIELDNAME ,B.LINE_SEQ_NUM2 ,B.MESSAGE_SET_NBR , B.MESSAGE_NBR FROM %Table(BI_GTA_INV_HDR) A , %Table(BI_GTAINV_L_ERR) B WHERE A.BUSINESS_UNIT=B.BUSINESS_UNIT AND A.GTA_INVOICE = B.GTA_INVOICE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | GTA_INVOICE | Character(20) | VARCHAR2(20) NOT NULL | Invoice |
3 | LINE_SEQ_NUM2 | Number(5,0) | INTEGER NOT NULL | Sequence |
4 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
5 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
6 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |