Search Results ce_260_cf_reversal_v
Overview
CE_260_CF_REVERSAL_V is a Cash Management (CE) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It is part of the ETRM (E-Business Tax and Treasury Reporting Model) family of interface views, identified in the documentation as a Cash Management object described as "AR receipts for reversing or unclearing." The numeric prefix "260" is a strong indicator of a programmatic interface convention, referencing the Cash Management reversal and unclear processing program. In practice, the view exposes cashflow records—principally receipts originating in Oracle Receivables—that are candidates for a reversal or unclearing operation.
The view returns a positional result set with roughly fifty columns, many of which are anonymous DECODE and NVL expressions aliased by their ordinal position. This structure is characteristic of an ETRM interface view designed to feed a concurrent program rather than to be queried ad hoc by end users. Its role is therefore primarily integration and batch processing: it assembles the header, bank account, payment, statement, and reconciliation attributes required to drive reversal or unclearing logic against cashflow and reconciliation data.
Underlying Base Objects
The view is defined over a broad set of Cash Management, Receivables-adjacent, and Financials common objects. The documented base objects for ETRM 12.2.2 include:
- CE_CASHFLOWS — the principal cashflow table, aliased CC, supplying the core transaction, amount, currency, status, and date columns.
- CE_CASHFLOW_ACCT_H — the cashflow accounting history, aliased CCH, providing the accounting date.
- CE_BANK_BRANCHES_V, CE_BANK_ACCTS_GT_V, CE_SECURITY_PROFILES_GT — bank branch and account details, including counterparty bank information and security profile enforcement.
- CE_LOOKUPS — lookup values such as cashflow direction and status meanings.
- CE_PAYMENT_TRANSACTIONS and the IBY_FD_PAYMENTS_V, IBY_FD_DOCS_PAYABLE_V, IBY_FD_EXTRACT_GEN_PVT objects — payment instruction and payment method data.
- CE_STATEMENT_HEADERS, CE_STATEMENT_LINES, CE_STATEMENT_RECONCILS_ALL — bank statement and reconciliation linkage, driving the statement line ID and statement number columns.
- CE_SYSTEM_PARAMETERS, FND_CURRENCIES, GL_SETS_OF_BOOKS — functional currency and set-of-books context used for currency DECODE logic.
The joins bind each cashflow to its bank account, its payment instruction, its reconciliation record, and the relevant bank statement, producing a single flattened row per reversal-eligible cashflow.
Key Columns
The positional columns map to the following semantics:
- Column 1 (ROWID) — row identifier of the underlying cashflow record.
- Columns 3–4 (BANK_ACCOUNT_ID, CASHFLOW_ID) — the bank account and unique cashflow identifiers that anchor the operation.
- Columns 5–6 (CASHFLOW_DIRECTION, MEANING) — the direction of the cashflow and its decoded lookup meaning.
- Columns 7–11 — bank transaction number, currency code, cashflow amount, and cleared amount, with DECODE logic returning functional, bank, or foreign amount variants.
- Column 12 — accounting date, coalesced from the accounting history or the cleared date.
- Columns 13–17 (status, cashflow date, cleared date) — status meaning, the cashflow date, and cleared date values.
- Columns 19–21 (counterparty bank, bank name) — payout and counterparty bank details.
- Column 26 (PAYMENT_METHOD_CODE) — the payment method associated with the transaction.
- Columns 39–44 — the constant 260, the remittance number, counterparty account number, and statement reconciliation identifiers (statement line ID, statement number, amount).
- Columns 46–47 — a functional/bank/foreign currency classification and the base amount.
Common Use Cases and Queries
Typical usage is by the Cash Management reversal and unclear concurrent program, which consumes the view's rows to reverse or unclear AR receipts. A functional analyst may also query the view to inspect which cashflows are candidates for these operations.
- Identify candidate cashflows for reversal: select CASHFLOW_ID, BANK_ACCOUNT_ID, and the cashflow amount and status columns, filtering on the cashflow direction and status codes returned by the view.
- Audit reconciliation linkage: join the statement line ID and statement number columns back to CE_STATEMENT_HEADERS and CE_STATEMENT_LINES to confirm which receipts are already reconciled.
- Reconcile amounts by currency: use the functional/bank/foreign classification column to compare cashflow amounts against the base amount and cleared amount for each cashflow.
Because positional column access is brittle, queries should select explicit ordinal positions with meaningful aliases, for example: SELECT cashflow_id, bank_account_id, cashflow_amount, cleared_amount FROM app.ce_260_cf_reversal_v WHERE cashflow_status_code = 'CLEARED'. The view should be treated as read-only, as it is intended to present cashflow state rather than to be updated directly.
-
View: CE_260_CF_REVERSAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_CF_REVERSAL_V, object_name:CE_260_CF_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AR receipts for reversing or unclearing , implementation_dba_data: APPS.CE_260_CF_REVERSAL_V ,
-
View: CE_260_CF_REVERSAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_CF_REVERSAL_V, object_name:CE_260_CF_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AR receipts for reversing or unclearing , implementation_dba_data: APPS.CE_260_CF_REVERSAL_V ,
-
SYNONYM: APPS.CE_CASHFLOWS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_CASHFLOWS, 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_CASHFLOW_ACCT_H
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_CASHFLOW_ACCT_H, 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_STATEMENT_RECONCILS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_RECONCILS_ALL, 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_STATEMENT_RECONCILS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID,
-
PACKAGE: APPS.IBY_FD_EXTRACT_GEN_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_FD_EXTRACT_GEN_PVT, status:VALID,
-
SYNONYM: APPS.CE_SECURITY_PROFILES_GT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_SECURITY_PROFILES_GT, 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_SECURITY_PROFILES_GT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_SECURITY_PROFILES_GT, status:VALID,
-
PACKAGE: APPS.IBY_FD_EXTRACT_GEN_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_FD_EXTRACT_GEN_PVT, 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,
-
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,
-
12.2.2 DBA Data
12.2.2
-
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
-
VIEW: APPS.CE_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.CE_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
VIEW: APPS.CE_REVERSAL_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.CE_REVERSAL_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.CE_REVERSAL_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_REVERSAL_TRANSACTIONS_V, object_name:CE_REVERSAL_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.CE_REVERSAL_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_REVERSAL_TRANSACTIONS_V, object_name:CE_REVERSAL_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.CE_260_CF_REVERSAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_CF_REVERSAL_V, object_name:CE_260_CF_REVERSAL_V, status:VALID,
-
VIEW: APPS.IBY_FD_DOCS_PAYABLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FD_DOCS_PAYABLE_V, object_name:IBY_FD_DOCS_PAYABLE_V, status:VALID,
-
VIEW: APPS.CE_260_CF_REVERSAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_CF_REVERSAL_V, object_name:CE_260_CF_REVERSAL_V, status:VALID,
-
VIEW: APPS.IBY_FD_DOCS_PAYABLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FD_DOCS_PAYABLE_V, object_name:IBY_FD_DOCS_PAYABLE_V, status:VALID,
-
View: CE_REVERSAL_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_REVERSAL_TRANSACTIONS_V, object_name:CE_REVERSAL_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available transactions for reversal or unclearing , implementation_dba_data: APPS.CE_REVERSAL_TRANSACTIONS_V ,
-
View: CE_REVERSAL_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_REVERSAL_TRANSACTIONS_V, object_name:CE_REVERSAL_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available transactions for reversal or unclearing , implementation_dba_data: APPS.CE_REVERSAL_TRANSACTIONS_V ,
-
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.IBY_FD_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FD_PAYMENTS_V, object_name:IBY_FD_PAYMENTS_V, status:VALID,
-
VIEW: APPS.IBY_FD_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FD_PAYMENTS_V, object_name:IBY_FD_PAYMENTS_V, status:VALID,
-
VIEW: APPS.CE_BANK_ACCTS_GT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_GT_V, object_name:CE_BANK_ACCTS_GT_V, status:VALID,
-
VIEW: APPS.CE_BANK_ACCTS_GT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCTS_GT_V, object_name:CE_BANK_ACCTS_GT_V, status:VALID,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
SYNONYM: APPS.FND_CURRENCIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_CURRENCIES, status:VALID,
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
12.2.2 DBA Data
12.2.2