Search Results ce_xla_ext_headers_v
Overview
CE_XLA_EXT_HEADERS_V is an APPS-owned database view in the Cash Management (CE) module of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. It exposes cash flow transactions in the column layout required by the Subledger Accounting (XLA) engine, specifically as an "extension headers" source used during the creation of accounting events and journal entries for cash management activity. The view bridges operational cash management data — bank statement lines, payment transactions, and cash flows — to the XLA data model, presenting one row per accounting-relevant cash flow event.
The view is registered as an external source in the XLA configuration for the Cash Management application. Because it returns the accounting event identifier, event type, accounting date, status, and reversal attributes alongside the monetary and currency detail of each cash flow, it allows the accounting program to extract the transactions it must account for without directly querying the underlying CE tables. The user search term xle_firstparty_information_v is directly relevant: XLE_FIRSTPARTY_INFORMATION_V is one of the documented base objects of this view, supplying first-party (internal) party information used to populate the legal entity, ledger, and party context required for subledger accounting.
Underlying Base Objects
According to the documented metadata, the view references the following base objects:
- CE_CASHFLOWS and CE_CASHFLOW_ACCT_H — the primary cash flow and cash flow account history tables that supply the monetary amounts, currency, direction, and offset account.
- CE_STATEMENT_HEADERS and CE_STATEMENT_LINES — bank statement header and line data used when the source transaction type is STMT.
- CE_PAYMENT_TRANSACTIONS — transaction-level detail used for batch ('BAT') sourced cash flows.
- CE_BANK_ACCOUNTS, CE_BANK_BRANCHES_V, GL_LEDGERS — bank account, branch, and ledger attributes.
- CE_SYSTEM_PARAMETERS and CE_TRXNS_SUBTYPE_CODES — system exchange-rate/date-type settings and transaction subtype names.
- HZ_PARTY_SITES and XLE_FIRSTPARTY_INFORMATION_V — party and first-party legal entity information.
- CEP_STANDARD (package) — invoked inside the view text via CEP_STANDARD.GET_CONVERSION_RATE for rate retrieval.
The view is therefore a denormalized join across cash management transaction tables, with the first-party and party lookups supplying the entity context that XLA requires.
Key Columns
- EVENT_ID, EVENT_TYPE, ACCOUNTING_DATE, STATUS_CODE — accounting event identity and lifecycle.
- REVERSAL_INDICATOR_FLAG, REVERSAL_FIRST_DIST_ID, REVERSAL_SECOND_DIST_NUM — reversal handling attributes.
- CASHFLOW_ID, CASHFLOW_DIRECTION (DECODE to PAYMENT/RECEIPT), CASHFLOW_CURRENCY_CODE, CASHFLOW_DATE, CASHFLOW_AMOUNT, BASE_AMOUNT — core amount and direction data.
- EXCHANGE_RATE and EXCHANGE_DATE — derived via DECODE logic against SOURCE_TRXN_TYPE (STMT/BAT) and the system date-type parameter.
- TRXN_REFERENCE_NUMBER, BANK_TRXN_NUMBER, SOURCE_TRXN_TYPE, TRANSACTION_SUB_TYPE_NAME — transaction identification and classification.
- BANK_ACCOUNT_NUM (from both bank and clearing accounts), OFFSET_CCID, CASHFLOW_STATUS_CODE — account and status context.
Common Use Cases and Queries
This view is chiefly consumed by XLA accounting event extraction and by reconciliation reports that need event-level detail.
- Audit cash flow accounting events by ledger and date.
- Diagnose missing or stuck subledger accounting entries for statements or payments.
- Report validated receipts/payments with currency and exchange-rate information.
Sample query:
SELECT event_id, cashflow_id, event_type, accounting_date,
cashflow_direction, cashflow_currency_code, cashflow_amount, status_code
FROM apps.ce_xla_ext_headers_v
WHERE accounting_date BETWEEN :p_from AND :p_to
AND status_code = 'VALIDATED';
Because the view derives exchange rates at runtime and joins many tables, filtering on EVENT_ID, CASHFLOW_ID, or ACCOUNTING_DATE is recommended for acceptable performance.
-
View: CE_XLA_EXT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_XLA_EXT_HEADERS_V, object_name:CE_XLA_EXT_HEADERS_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_XLA_EXT_HEADERS_V ,
-
View: CE_XLA_EXT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_XLA_EXT_HEADERS_V, object_name:CE_XLA_EXT_HEADERS_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_XLA_EXT_HEADERS_V ,
-
APPS.XLA_00260_AAD_S_000001_PKG SQL Statements
12.1.1
-
APPS.XLA_00260_AAD_S_000001_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.CE_CASHFLOW_ACCT_H
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_CASHFLOW_ACCT_H, status:VALID,
-
SYNONYM: APPS.CE_TRXNS_SUBTYPE_CODES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_TRXNS_SUBTYPE_CODES, status:VALID,
-
SYNONYM: APPS.CE_PAYMENT_TRANSACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_PAYMENT_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.CE_CASHFLOWS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_CASHFLOWS, status:VALID,
-
SYNONYM: APPS.CE_PAYMENT_TRANSACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_PAYMENT_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.CE_TRXNS_SUBTYPE_CODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_TRXNS_SUBTYPE_CODES, status:VALID,
-
SYNONYM: APPS.CE_CASHFLOW_ACCT_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_CASHFLOW_ACCT_H, status:VALID,
-
SYNONYM: APPS.CE_CASHFLOWS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_CASHFLOWS, status:VALID,
-
PACKAGE BODY: APPS.XLA_00260_AAD_S_000001_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00260_AAD_S_000001_PKG, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_HEADERS, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_HEADERS, status:VALID,
-
PACKAGE BODY: APPS.XLA_00260_AAD_S_000001_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00260_AAD_S_000001_PKG, status:VALID,
-
SYNONYM: APPS.CE_SYSTEM_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_SYSTEM_PARAMETERS, status:VALID,
-
SYNONYM: APPS.CE_SYSTEM_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_SYSTEM_PARAMETERS, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_LINES, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_LINES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.CEP_STANDARD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CEP_STANDARD, status:VALID,
-
PACKAGE: APPS.CEP_STANDARD
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CEP_STANDARD, status:VALID,
-
PACKAGE BODY: APPS.XLA_00260_AAD_S_000001_PKG
12.2.2
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
PACKAGE BODY: APPS.XLA_00260_AAD_S_000001_PKG
12.1.1
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
VIEW: APPS.CE_XLA_EXT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_XLA_EXT_HEADERS_V, object_name:CE_XLA_EXT_HEADERS_V, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
VIEW: APPS.CE_XLA_EXT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_XLA_EXT_HEADERS_V, object_name:CE_XLA_EXT_HEADERS_V, status:VALID,
-
VIEW: APPS.CE_BANK_BRANCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_BRANCHES_V, object_name:CE_BANK_BRANCHES_V, status:VALID,
-
VIEW: APPS.CE_BANK_BRANCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_BRANCHES_V, object_name:CE_BANK_BRANCHES_V, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
APPS.XLA_00260_AAD_S_000001_PKG dependencies on CE_XLA_EXT_HEADERS_V
12.1.1
-
APPS.XLA_00260_AAD_S_000001_PKG dependencies on CE_XLA_EXT_HEADERS_V
12.2.2
-
SYNONYM: APPS.GL_LEDGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, status:VALID,
-
SYNONYM: APPS.GL_LEDGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, status:VALID,
-
eTRM - XLE Tables and Views
12.2.2
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
APPS.XLA_00260_AAD_S_000001_PKG dependencies on XLA_EVENTS_GT
12.1.1
-
APPS.XLA_00260_AAD_S_000001_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.XLA_00260_AAD_S_000001_PKG dependencies on ALL_OBJECTS
12.1.1
-
APPS.XLA_00260_AAD_S_000001_PKG dependencies on XLA_EVENTS_GT
12.2.2
-
APPS.XLA_00260_AAD_S_000001_PKG dependencies on ALL_OBJECTS
12.2.2
-
APPS.XLA_00260_AAD_S_000001_PKG dependencies on FND_LOOKUP_VALUES
12.1.1
-
SYNONYM: APPS.HZ_PARTY_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,