AR Invoice Loader Interface

download AR Invoice Loader Interface

If you can't read please download the document

description

AR Invoice Loader Interface

Transcript of AR Invoice Loader Interface

Staging Table:==========select *from xxidea_ra_interface_lines_stg whereBATCH_SOURCE_NAME = 'EXTERNAL'AND CUST_TRX_TYPE_NAME = 'MH Flexi INV'and user_login = '028942' Staging Backup Table:===============select *from XXIDEA_RA_IFACE_LINES_ARCwhereBATCH_SOURCE_NAME = 'EXTERNAL'AND CUST_TRX_TYPE_NAME = 'MH Flexi INV'and user_login = '028942'and trunc(INT_TIMESTAMP) = '09-MAR-12'Interface Table:=========== SELECT *FROM ra_interface_LINES_ALLWHEREBATCH_SOURCE_NAME = 'EXTERNAL'AND CUST_TRX_TYPE_NAME = 'MH Flexi INV'AND ORG_ID = 109Interface Error Table:===============selecta.org_id,getorg(a.org_id),a.interface_line_id,a.interface_line_context,a.interface_line_attribute1,a.interface_line_attribute2,a.line_type,a.description,a.amount,(select customer_number from ra_customers c where c.customer_id = a.orig_system_bill_customer_id) customer_number,a.orig_system_bill_customer_id,a.orig_system_bill_address_id,a.orig_system_ship_address_id,a.quantity,a.unit_selling_price,a.ship_date_actual,a.sales_order_date,a.purchase_order,a.inventory_item_id,a.attribute1,a.attribute2,a.header_attribute7,a.header_attribute9,a.header_attribute10,a.header_attribute11,a.header_attribute12,a.interface_line_attribute15,b.message_textfrom ra_interface_lines_all a, ra_interface_errors_all bwhere a.interface_line_id = b.interface_line_idand a.batch_source_name = 'EXTERNAL'AND a.ORG_ID = 109