Search Results ce_801_transactions_v
Overview
CE_801_TRANSACTIONS_V is a Cash Management (CE) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to expose "Available Payroll payments for reconciliation" — that is, payroll payment transactions originating in Oracle Payroll that are candidates for matching against bank statement lines within the Cash Management reconciliation workflow. The "801" prefix corresponds to the Cash Management transaction source identifier for payroll payments, analogous to source type codes used by the AutoReconciliation and manual reconciliation engines.
The view is not a standalone reporting object but a source feed consumed by the Cash Management transaction-matching infrastructure. It projects payroll payment details — bank account, payment method, currency, amount, and status — into the flat, wide column layout expected by the CE reconciliation programs. This layout mirrors the structure of CE_TRANSACTIONS_V, providing a heterogeneous row set that combines the payroll payment with its owning bank account and legal-entity context.
Underlying Base Objects
The view joins a substantial set of base objects across the CE, PAY, and FND schemas. Documented dependencies include:
- CE_SYSTEM_PARAMETERS — supplies the set of books and legal entity context.
- CE_STATEMENT_RECONCILS_ALL, CE_BANK_ACCOUNTS, CE_BANK_ACCT_USES_ALL, CE_BANK_BRANCHES_V — provide bank, branch, and account-use attributes.
- CE_LOOKUPS and FND_COMMON_LOOKUPS — supply the meaning values for transaction type ('PAYMENT') and action status codes.
- CE_SECURITY_PROFILES_GT — a global temporary table that enforces access security by organization.
- GL_SETS_OF_BOOKS — supplies the functional currency for decoding amounts.
- PAY_ASSIGNMENT_ACTIONS, PAY_PAYROLL_ACTIONS, PAY_PRE_PAYMENTS, PAY_ORG_PAYMENT_METHODS_F, PAY_CE_RECONCILED_PAYMENTS — the Payroll-side tables that carry the payment, prepayment, and reconciliation status data.
- FND_GLOBAL (package) — referenced for session context.
Joins are driven by lookups on TRX_TYPE = 'PAYMENT', by matching the set of books to the system parameter, and by tying the bank account owner to the legal entity.
Key Columns
The SELECT list exposes a fixed-position column set. Notable columns include:
- ROWID — the physical row identifier for the underlying payroll action row.
- BANK_ACCOUNT_ID, BANK_ACCOUNT_NAME, BANK_ACCOUNT_NUM, BANK_NAME, BANK_BRANCH_NAME — bank account identification.
- ASSIGNMENT_ACTION_ID — links the payment to the payroll assignment action.
- TRX_TYPE (literal 'PAYMENT') and SERIAL_NUMBER — the payment reference used by reconciliation.
- CURRENCY_CODE and amount columns — the payment currency and value, with DECODE logic selecting functional, bank, or foreign currency value based on comparison to the ledger currency.
- ACTION_STATUS / STATUS_CODE — decoded from PAY_CE_RECONCILED_PAYMENTS when the action status is 'E'.
- EFFECTIVE_DATE / DATE_EARNED — the transaction date.
- 801 — the literal transaction source identifier.
- BANK_ACCT_USE_ID, BUSINESS_GROUP_ID, ASSET_CODE_COMBINATION_ID — supporting context keys.
Common Use Cases and Queries
Typical uses include validating which payroll payments are available for reconciliation, reconciling differences between Payroll and Cash Management, and troubleshooting AutoReconciliation failures. A representative query is:
SELECT serial_number, bank_account_num, currency_code, action_status, effective_date FROM ce_801_transactions_v WHERE bank_account_id = :p_account_id;SELECT * FROM ce_801_transactions_v WHERE serial_number = :p_serial;
Because the view depends on CE_SECURITY_PROFILES_GT and FND_GLOBAL, results are filtered by the responsible organization and session context; queries executed outside a valid Cash Management responsibility may return no rows. Always run it with the correct operating unit and ledger context set.
-
View: CE_801_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_TRANSACTIONS_V, object_name:CE_801_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available Payroll payments for reconciliation , implementation_dba_data: APPS.CE_801_TRANSACTIONS_V ,
-
View: CE_801_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_TRANSACTIONS_V, object_name:CE_801_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available Payroll payments for reconciliation , implementation_dba_data: APPS.CE_801_TRANSACTIONS_V ,
-
SYNONYM: APPS.PAY_CE_RECONCILED_PAYMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_CE_RECONCILED_PAYMENTS, status:VALID,
-
SYNONYM: APPS.PAY_CE_RECONCILED_PAYMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_CE_RECONCILED_PAYMENTS, 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_SECURITY_PROFILES_GT
12.2.2
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_STATEMENT_RECONCILS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_RECONCILS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID,
-
SYNONYM: APPS.CE_SYSTEM_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_SYSTEM_PARAMETERS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CE_AUTO_BANK_MATCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_AUTO_BANK_MATCH, status:VALID,
-
VIEW: APPS.CE_801_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_TRANSACTIONS_V, object_name:CE_801_TRANSACTIONS_V, status:VALID,
-
PACKAGE BODY: APPS.CE_AUTO_BANK_MATCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_AUTO_BANK_MATCH, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCT_USES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCT_USES_ALL, status:VALID,
-
VIEW: APPS.CE_801_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_801_TRANSACTIONS_V, object_name:CE_801_TRANSACTIONS_V, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCT_USES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCT_USES_ALL, 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.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,
-
SYNONYM: APPS.PAY_PRE_PAYMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_PRE_PAYMENTS, status:VALID,
-
SYNONYM: APPS.PAY_PRE_PAYMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_PRE_PAYMENTS, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.PAY_ORG_PAYMENT_METHODS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ORG_PAYMENT_METHODS_F, 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.CE_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, 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.FND_COMMON_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_COMMON_LOOKUPS, object_name:FND_COMMON_LOOKUPS, status:VALID,
-
VIEW: APPS.FND_COMMON_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_COMMON_LOOKUPS, object_name:FND_COMMON_LOOKUPS, status:VALID,
-
SYNONYM: APPS.PAY_ORG_PAYMENT_METHODS_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ORG_PAYMENT_METHODS_F, status:VALID,
-
SYNONYM: APPS.PAY_ACTION_INTERLOCKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INTERLOCKS, status:VALID,
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_801_TRANSACTIONS_V
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_801_TRANSACTIONS_V
12.2.2
-
SYNONYM: APPS.PAY_ACTION_INTERLOCKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INTERLOCKS, 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 ,
-
PACKAGE BODY: APPS.CE_CEXAVTRX_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.CE_CEXAVTRX_XMLP_PKG
12.1.1
-
APPS.CE_AUTO_BANK_MATCH SQL Statements
12.1.1
-
APPS.CE_AUTO_BANK_MATCH SQL Statements
12.2.2
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
SYNONYM: APPS.PAY_ASSIGNMENT_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID,
-
SYNONYM: APPS.PAY_PAYROLL_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_PAYROLL_ACTIONS, status:VALID,
-
SYNONYM: APPS.PAY_PAYROLL_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_PAYROLL_ACTIONS, status:VALID,