IST_RPT_ERR2_VW(SQL View) |
Index Back |
---|---|
Rows with Missing Fields |
select b.process_instance, b.ist_flow, a.vat_entity, a.country_ist_rptg, a.ist_dcmnt_id, a.line_nbr, b.message_set_nbr, b.message_nbr from PS_IST_TXN_TBL a, ps_ist_rpt_err2 b where a.vat_entity = b.vat_entity and a.country_ist_rptg = b.country_ist_rptg and a.ist_dcmnt_id = b.ist_dcmnt_id and a.line_nbr = b.line_nbr |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | IST_FLOW | Character(1) | VARCHAR2(1) NOT NULL |
Intrastat Report Flow
A=Arrivals D=Dispatches |
3 | VAT_ENTITY | Character(20) | VARCHAR2(20) NOT NULL | Specifies an organizational entity that is responsible for VAT reporting and that is registered in one or more countries that require VAT reporting. A single VAT entity is linked to one or more General Ledger Business Units depending on the reporting requirements. |
4 | COUNTRY_IST_RPTG | Character(3) | VARCHAR2(3) NOT NULL | IST Reporting Country |
5 | IST_DCMNT_ID | Number(8,0) | INTEGER NOT NULL | Intrastat Document ID |
6 | LINE_NBR | Number(5,0) | INTEGER NOT NULL | Line Number: 11/24/08 - Added TARGET label [PC product] |
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. |