Search Results al_class
Overview
APPS.IBE_INVOICE_HEADER_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, registered under FND Design Data as IBE.IBE_INVOICE_HEADER_V. It exposes invoice header information drawn primarily from Oracle Receivables and Oracle iStore-related sources, presenting a denormalized, read-oriented projection of customer transaction data at the header level. The view is marked VALID with an internal view type, and Oracle explicitly designates it for internal use only: the documentation warns that Oracle Corporation does not support access to applications data through this object except from standard Oracle Applications programs.
The view is intended for consumption by Oracle iStore and related application modules that need a concise invoice header record for display, integration, or reporting purposes. Because it is not referenced by any other database object, it functions as a terminal, consumer-facing object rather than a shared building block within the dependency chain. The column of particular interest to users searching for freight_original is FREIGHT_ORIGINAL, a NUMBER column that carries the original freight amount associated with the invoice header before any adjustments, applications, or credits are applied.
Underlying Base Objects
The view is defined over four documented base objects:
- RA_CUSTOMER_TRX_ALL (SYNONYM) — the core Oracle Receivables table holding customer transaction headers, including transaction number, date, currency, type, and original amount components such as freight.
- AR_PAYMENT_SCHEDULES_ALL (SYNONYM) — the Receivables payment schedule table, supplying amounts due, remaining balances, applied, credited, and adjusted figures.
- HZ_CUST_ACCOUNTS (SYNONYM) — the Trading Community Architecture customer account table, providing account identifiers and party linkage.
- AR_LOOKUPS (VIEW) — the Receivables lookup view, used to resolve transaction type and related code meanings into displayable values.
Conceptually, the view joins transaction headers to their payment schedules and customer account records, resolving lookup values along the way. This join structure explains both the breadth of header amounts it exposes and the join to customer identity columns such as PARTY_ID and CUST_ACCOUNT_ID.
Key Columns
The view returns a mix of identifiers, dates, amounts, and descriptive attributes:
- TRX_NUMBER, TRX_DATE, DUE_DATE — transaction number and key dates for the invoice header.
- INVOICE_CURRENCY_CODE, TYPE — invoice currency and the resolved transaction type description.
- PO_NUMBER, WAYBILL_NUMBER, SHIP_VIA — external references and shipment information.
- AMOUNT_DUE_ORIGINAL, AMOUNT_DUE_REMAINING — original and outstanding balances from the payment schedule.
- AMOUNT_LINE_ITEMS_ORIGINAL, TAX_ORIGINAL, FREIGHT_ORIGINAL — original component amounts for goods, tax, and freight.
- AMOUNT_ADJUSTED, AMOUNT_APPLIED, AMOUNT_CREDITED, DISCOUNT_TAKEN_EARNED — adjustment, application, credit, and earned discount amounts.
- PARTY_ID, CUSTOMER_TRX_ID, CUST_ACCOUNT_ID — primary and foreign key identifiers linking to transaction, party, and account records.
- CREATED_BY, INTERFACE_HEADER_ATTRIBUTE1, ORG_ID — audit, interface, and multi-org context columns.
Common Use Cases and Queries
Typical uses include iStore invoice display, customer-facing statements, and integration extracts requiring freight, tax, and line amounts at the header level. To isolate freight values:
- Query by transaction number:
SELECT trx_number, freight_original FROM apps.ibe_invoice_header_v WHERE trx_number = :trx_number; - Aggregate freight by currency:
SELECT invoice_currency_code, SUM(freight_original) FROM apps.ibe_invoice_header_v GROUP BY invoice_currency_code; - Reconcile components:
SELECT trx_number, amount_line_items_original, tax_original, freight_original FROM apps.ibe_invoice_header_v WHERE org_id = :org_id;
Because the view is documented as Oracle Internal Use Only, custom code should prefer supported Receivables interfaces where feasible. Where direct access is permitted, ORG_ID should always be supplied to preserve multi-org security.
-
VIEW: APPS.IBE_INVOICE_HEADER_V
12.1.1
-
VIEW: APPS.IBE_INVOICE_HEADER_V
12.2.2
-
VIEW: APPS.AR_OEX_INVOICE_VIEW
12.2.2
-
VIEW: APPS.AR_OEX_INVOICE_VIEW
12.1.1
-
VIEW: APPS.RA_CUST_TRX_LINE_GL_DIST_V
12.1.1
-
VIEW: APPS.RA_CUST_TRX_LINE_GL_DIST_V
12.2.2
-
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: APPS.IEX_LS_TRX_BSC_V
12.1.1
-
VIEW: APPS.IEX_LS_TRX_BSC_V
12.2.2
-
VIEW: APPS.IEX_TRANSACTIONS_QUERY_V
12.2.2
-
VIEW: APPS.AR_BR_BATCHES_V
12.2.2
-
View: AR_OEX_INVOICE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_INVOICE_VIEW, object_name:AR_OEX_INVOICE_VIEW, status:VALID, product: AR - Receivables , description: (Invoice view for Oracle Exchange Invoices) , implementation_dba_data: APPS.AR_OEX_INVOICE_VIEW ,
-
VIEW: APPS.IEX_TRX_SUMMARY_V
12.2.2
-
VIEW: APPS.IEX_TRX_SUMMARY_V
12.1.1
-
VIEW: APPS.IEX_TRANSACTIONS_QUERY_V
12.1.1
-
VIEW: APPS.CSC_INV_TRANSACTIONS_V
12.1.1
-
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 ,
-
View: AR_OEX_INVOICE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_INVOICE_VIEW, object_name:AR_OEX_INVOICE_VIEW, status:VALID, product: AR - Receivables , description: (Invoice view for Oracle Exchange Invoices) , implementation_dba_data: APPS.AR_OEX_INVOICE_VIEW ,
-
VIEW: APPS.AR_BR_BATCHES_V
12.1.1
-
VIEW: APPS.CSC_INV_TRANSACTIONS_V
12.2.2
-
View: IBE_AR_PAYMENT_SCHEDULES_V
12.1.1
product: IBE - iStore , implementation_dba_data: Not implemented in this database ,
-
View: IBE_AR_PAYMENT_SCHEDULES_V
12.2.2
product: IBE - iStore , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IEX_LS_TRX_ADV_V
12.2.2
-
View: ICX_PANEL_INVOICE_SUM_V
12.1.1
product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: RA_CUST_TRX_LINE_GL_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUST_TRX_LINE_GL_DIST_V, object_name:RA_CUST_TRX_LINE_GL_DIST_V, status:VALID, product: AR - Receivables , description: (Release 115) , implementation_dba_data: APPS.RA_CUST_TRX_LINE_GL_DIST_V ,
-
View: IBE_RA_CUSTOMER_TRX_V
12.2.2
product: IBE - iStore , description: This view is used to get the Invoice header details in Post sales interaction with Customer in iStore, this view is bases on ra_customrer_trx , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PANEL_INVOICE_SUM_V
12.2.2
product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IEX_LS_TRX_ADV_V
12.1.1
-
View: RA_CUST_TRX_LINE_GL_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUST_TRX_LINE_GL_DIST_V, object_name:RA_CUST_TRX_LINE_GL_DIST_V, status:VALID, product: AR - Receivables , description: (Release 115) , implementation_dba_data: APPS.RA_CUST_TRX_LINE_GL_DIST_V ,
-
View: AR_BR_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_BATCHES_V, object_name:AR_BR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_BATCHES_V ,
-
View: IBE_RA_CUSTOMER_TRX_V
12.1.1
product: IBE - iStore , description: This view is used to get the Invoice header details in Post sales interaction with Customer in iStore, this view is bases on ra_customrer_trx , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IEX_AGING_TRANSACTIONS_V
12.1.1
-
View: AR_BR_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_BATCHES_V, object_name:AR_BR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_BATCHES_V ,
-
VIEW: APPS.IEX_AGING_TRANSACTIONS_V
12.2.2
-
View: ICX_RA_CUSTOMER_TRX_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer Transactions Header View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_RA_CUSTOMER_TRX_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer Transactions Header View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_AR_PAYMENT_SCHED_INV_V
12.2.2
product: ICX - Oracle iProcurement , description: Invoice and Debit Memos Payment Schedules View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_AR_PAYMENT_SCHEDULES_V
12.1.1
product: ICX - Oracle iProcurement , description: Payment Schedules View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_AR_PAYMENT_SCHED_INV_V
12.1.1
product: ICX - Oracle iProcurement , description: Invoice and Debit Memos Payment Schedules View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_AR_PAYMENT_SCHED_CM_V
12.1.1
product: ICX - Oracle iProcurement , description: Credit Memo Payment Schedules View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_AR_PAYMENT_SCHEDULES_V
12.2.2
product: ICX - Oracle iProcurement , description: Payment Schedules View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_AR_PAYMENT_SCHED_CM_V
12.2.2
product: ICX - Oracle iProcurement , description: Credit Memo Payment Schedules View , implementation_dba_data: Not implemented in this database ,