Search Results ce_260_transactions_v
Overview
CE_260_TRANSACTIONS_V is a Cash Management (CE) reporting view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to present available statement lines for reconciliation. In practice, the view consolidates bank statement line records that have not yet been matched or cleared, together with the descriptive attributes of the bank account, bank, and branch against which those lines were loaded. It provides the transaction-oriented data set consumed by Cash Management reconciliation and statement inquiry functionality, and it is exposed to external reporting and integration layers that require a flat, denormalized projection of pending bank activity.
The view carries the numeric tag 260, reflected in the literal column 260 embedded in its SELECT list, which identifies the report or functional context in which the view is used. Because it is a view rather than a table, it introduces no storage of its own and always returns current data from its underlying statement line and bank account sources.
Underlying Base Objects
The documented base objects for CE_260_TRANSACTIONS_V are:
- CE_STATEMENT_LINES (SYNONYM) — the primary source of statement line rows, supplying transaction type, amount, currency, dates, status, and reconciliation identifiers.
- CE_STATEMENT_HEADERS (SYNONYM) — joined to obtain header-level attributes such as GL date and header currency.
- CE_BANK_ACCTS_GT_V (VIEW) — provides bank account name, number, currency, and asset code combination.
- CE_BANK_BRANCHES_V (VIEW) — supplies bank name and branch name.
- CE_LOOKUPS (VIEW) — resolves lookup codes such as transaction type and line status into descriptive meanings.
- CE_SYSTEM_PARAMETERS (SYNONYM) — provides Cash Management system-level settings.
- GL_DAILY_CONVERSION_TYPES (SYNONYM) — supplies the user conversion type associated with exchange rate handling.
- GL_SETS_OF_BOOKS (VIEW) — used to determine the functional (set of books) currency for currency classification logic.
Column aliases in the view text (ABA, ABB, CL, CH, LK, L2, SOB, GLCC) correspond to these aliases for bank accounts, branches, statement lines, statement headers, lookups, sets of books, and conversion types respectively.
Key Columns
- STATEMENT_LINE_ID — unique identifier of the statement line and the principal reconciliation key.
- BANK_ACCOUNT_ID / BANK_ACCOUNT_NAME / BANK_ACCOUNT_NUM — identifying attributes of the bank account.
- BANK_NAME / BANK_BRANCH_NAME — institution and branch descriptions.
- TRX_TYPE and its MEANING — lookup-resolved transaction classification.
- BANK_TRX_NUMBER — the bank-assigned transaction reference.
- AMOUNT — the line amount, adjusted by DECODE logic so that foreign-currency lines return the original amount where appropriate.
- CURRENCY_CODE — derived via NVL from the statement line, header, or bank account currency.
- GL_DATE, TRX_DATE, EFFECTIVE_DATE, EXCHANGE_RATE_DATE — key accounting and reconciliation dates.
- EXCHANGE_RATE, EXCHANGE_RATE_TYPE, USER_CONVERSION_TYPE — currency conversion attributes.
- STATUS — the reconciliation state of the line.
- A currency classification — DECODE logic returns 'FUNCTIONAL', 'BANK', or 'FOREIGN' relative to the set of books currency.
- INVOICE_TEXT and BANK_ACCOUNT_TEXT — free-text references carried on the statement line.
- CREATION_DATE / CREATED_BY / LAST_UPDATE_DATE / LAST_UPDATED_BY — standard audit columns.
Common Use Cases and Queries
The view is typically queried to list unreconciled bank statement lines for a given bank account, to feed reconciliation workbenches, or to drive custom aging and cash-position reporting. A simple filtered query follows:
SELECT statement_line_id, bank_account_num, bank_name, bank_trx_number, trx_type, amount, currency_code, trx_date, status FROM ce_260_transactions_v WHERE bank_account_id = :p_account_id ORDER BY trx_date;SELECT bank_account_name, currency_code, COUNT(*) pending_lines, SUM(amount) pending_amount FROM ce_260_transactions_v GROUP BY bank_account_name, currency_code;
Analysts should note that, because the view resolves many values through lookups, bank account views, and sets of books, joins can affect performance, and filtering should be applied on indexed identifiers such as BANK_ACCOUNT_ID and STATEMENT_LINE_ID wherever possible.
-
View: CE_260_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_TRANSACTIONS_V, object_name:CE_260_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available statement lines for reconciliation , implementation_dba_data: APPS.CE_260_TRANSACTIONS_V ,
-
View: CE_260_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_TRANSACTIONS_V, object_name:CE_260_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available statement lines for reconciliation , implementation_dba_data: APPS.CE_260_TRANSACTIONS_V ,
-
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.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_LINES, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_HEADERS, status:VALID,
-
PACKAGE BODY: APPS.CE_AUTO_BANK_MATCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_AUTO_BANK_MATCH, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_HEADERS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CE_260_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_TRANSACTIONS_V, object_name:CE_260_TRANSACTIONS_V, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_LINES, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.CE_AUTO_BANK_MATCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_AUTO_BANK_MATCH, status:VALID,
-
VIEW: APPS.CE_260_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_260_TRANSACTIONS_V, object_name:CE_260_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.CE_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
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_AVAILABLE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AVAILABLE_TRANSACTIONS_V, object_name:CE_AVAILABLE_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.CE_AVAILABLE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AVAILABLE_TRANSACTIONS_V, object_name:CE_AVAILABLE_TRANSACTIONS_V, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, 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,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, 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,
-
APPS.CE_AUTO_BANK_MATCH SQL Statements
12.1.1
-
VIEW: APPS.CE_AVAILABLE_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.CE_AVAILABLE_TRANSACTIONS_V
12.1.1
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_260_TRANSACTIONS_V
12.2.2
-
APPS.CE_AUTO_BANK_MATCH SQL Statements
12.2.2
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_260_TRANSACTIONS_V
12.1.1
-
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,
-
View: CE_AVAILABLE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AVAILABLE_TRANSACTIONS_V, object_name:CE_AVAILABLE_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available transactions for reconciliation , implementation_dba_data: APPS.CE_AVAILABLE_TRANSACTIONS_V ,
-
View: CE_AVAILABLE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AVAILABLE_TRANSACTIONS_V, object_name:CE_AVAILABLE_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available transactions for reconciliation , implementation_dba_data: APPS.CE_AVAILABLE_TRANSACTIONS_V ,
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_222_TRANSACTIONS_V
12.2.2
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_222_TRANSACTIONS_V
12.1.1
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_200_TRANSACTIONS_V
12.1.1
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_200_TRANSACTIONS_V
12.2.2
-
PACKAGE BODY: APPS.CE_AUTO_BANK_MATCH
12.2.2
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_AVAILABLE_TRANSACTIONS_TMP
12.1.1
-
PACKAGE BODY: APPS.CE_AUTO_BANK_MATCH
12.1.1
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_AVAILABLE_TRANSACTIONS_TMP
12.2.2
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_260_CF_TRANSACTIONS_V
12.2.2
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_260_CF_TRANSACTIONS_V
12.1.1
-
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 - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
APPS.CE_AUTO_BANK_MATCH dependencies on STANDARD
12.1.1