Search Results ibe_invoice_header_v
Overview
IBE_INVOICE_HEADER_V is a reporting view owned by the APPS schema within the IBE (iStore) product family in Oracle E-Business Suite 12.1.1 and 12.2.2. It is a denormalized, read-only projection that consolidates invoice header attributes from Oracle Receivables and Oracle Trading Community Architecture sources into a single queryable structure for iStore-facing reporting and integration. The view is registered as VALID in ETRM metadata and presents one row per customer transaction header, combining Receivables transaction data, payment schedule balances, customer account identifiers, and a translated transaction class description.
The view is particularly relevant where a user searches on interface_header_attribute1, because that column is exposed here directly as INTERFACE_HEADER_ATTRIBUTE1. It originates from RA_CUSTOMER_TRX_ALL.INTERFACE_HEADER_ATTRIBUTE1, which is populated during AutoInvoice import from the RA_INTERFACE_LINES_ALL staging table. Exposing this column in IBE_INVOICE_HEADER_V allows iStore pages and integrations to read back custom, externally sourced header-level values without querying the base Receivables table directly.
Underlying Base Objects
The view is defined over four documented base objects, joined as follows:
- RA_CUSTOMER_TRX_ALL (SYNONYM) — the primary transaction table, aliased CT. It supplies transaction number, date, currency, purchase order, waybill, ship-via, customer transaction ID, created-by, ORG_ID, and INTERFACE_HEADER_ATTRIBUTE1.
- AR_PAYMENT_SCHEDULES_ALL (SYNONYM) — aliased PS, joined on CUSTOMER_TRX_ID. It supplies due date, original and remaining amounts due, line, tax and freight originals, adjusted, applied and credited amounts, and discount taken.
- HZ_CUST_ACCOUNTS (SYNONYM) — aliased ACCT, joined on CT.BILL_TO_CUSTOMER_ID. It supplies PARTY_ID and CUST_ACCOUNT_ID.
- AR_LOOKUPS (VIEW) — aliased AL_CLASS, joined on PS.CLASS = AL_CLASS.LOOKUP_CODE where LOOKUP_TYPE = 'INV/CM', translating the payment schedule class into a readable transaction TYPE.
Key Columns
- TRX_NUMBER, TRX_DATE, INVOICE_CURRENCY_CODE — transaction identity and currency context from RA_CUSTOMER_TRX_ALL.
- TYPE — the decoded class of the transaction (invoice or credit memo), derived through AR_LOOKUPS.
- PO_NUMBER, WAYBILL_NUMBER, SHIP_VIA — order fulfilment and shipping references carried on the transaction header.
- DUE_DATE, AMOUNT_DUE_ORIGINAL, AMOUNT_DUE_REMAINING — payment schedule ageing and outstanding balance.
- AMOUNT_LINE_ITEMS_ORIGINAL, TAX_ORIGINAL, FREIGHT_ORIGINAL, AMOUNT_ADJUSTED, AMOUNT_APPLIED, AMOUNT_CREDITED, DISCOUNT_TAKEN_EARNED — the financial breakdown used for reconciliation and reporting.
- PARTY_ID, CUST_ACCOUNT_ID, CUSTOMER_TRX_ID — keys linking the row to Trading Community Architecture and Receivables entities.
- INTERFACE_HEADER_ATTRIBUTE1 — the free-form interface attribute originating from RA_CUSTOMER_TRX_ALL, commonly used to carry external system references or integration identifiers.
- CREATED_BY, ORG_ID — audit and multi-org context, with ORG_ID supporting operating unit restricted access.
Common Use Cases and Queries
Typical scenarios include iStore order and invoice inquiry pages, receivables reconciliation reports, and integrations that must match an external document to its EBS transaction.
To locate a transaction by an interface identifier:
- SELECT trx_number, trx_date, type, po_number, amount_due_remaining, customer_trx_id, org_id FROM ibe_invoice_header_v WHERE interface_header_attribute1 = :p_attr1;
To list open balances for a customer account:
- SELECT trx_number, trx_date, due_date, invoice_currency_code, amount_due_original, amount_due_remaining FROM ibe_invoice_header_v WHERE cust_account_id = :p_cust_account_id AND amount_due_remaining > 0 ORDER BY due_date;
Because the view is not org-stripped internally in the documented text, queries should filter by ORG_ID where operating unit isolation is required, and should be aware that the join to AR_PAYMENT_SCHEDULES_ALL may produce multiple rows for transactions with multiple payment schedules.
-
View: IBE_INVOICE_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_INVOICE_HEADER_V, object_name:IBE_INVOICE_HEADER_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_INVOICE_HEADER_V ,
-
View: IBE_INVOICE_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_INVOICE_HEADER_V, object_name:IBE_INVOICE_HEADER_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_INVOICE_HEADER_V ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.IBE_INVOICE_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_INVOICE_HEADER_V, object_name:IBE_INVOICE_HEADER_V, status:VALID,
-
VIEW: APPS.IBE_INVOICE_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_INVOICE_HEADER_V, object_name:IBE_INVOICE_HEADER_V, status:VALID,
-
SYNONYM: APPS.AR_PAYMENT_SCHEDULES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID,
-
SYNONYM: APPS.AR_PAYMENT_SCHEDULES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX_ALL, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX_ALL, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
eTRM - IBE Tables and Views
12.2.2
description: This table stores information about supported Work Flow notifications in iStore. ,
-
eTRM - IBE Tables and Views
12.1.1
description: This table stores information about supported Work Flow notifications in iStore. ,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
eTRM - IBE Tables and Views
12.2.2
description: This table stores information about supported Work Flow notifications in iStore. ,
-
eTRM - IBE Tables and Views
12.1.1
description: This table stores information about supported Work Flow notifications in iStore. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,