Search Results ce_200_reversal_v
Overview
CE_200_REVERSAL_V is an Oracle E-Business Suite database view owned by the APPS schema and classified under the Cash Management (CE) product family. Its documented purpose is to expose Payables (AP) transactions that are candidates for unclearing—that is, payments, refunds, and related disbursement activity that has been cleared against a bank statement and may need to be reversed or reconciled differently. Within the standard Cash Management reconciliation workflow, cleared transactions are matched to bank statement lines; when an error or reversal is required, the application must re-present the affected AP transactions for unclearing. This view provides that structured result set.
The view is not a base table; it is a reporting and processing construct that joins Payables payment data with Cash Management bank account, bank branch, and system parameter information. It is commonly consumed by Cash Management reconciliation and bank statement interfaces, as well as by custom reports or integrations that need to identify AP transactions eligible for unclearing. The view text embeds literal constants such as 200 and the flag 'N', which are consistent with the CE 200-series views used by the reconciliation engine.
Underlying Base Objects
ETRM metadata for Oracle EBS 12.2.2 lists the following referenced base objects: AP_CHECKS_ALL, AP_INV_SELECTION_CRITERIA_ALL, AP_LOOKUP_CODES, AP_PAYMENT_HISTORY_ALL, AP_SYSTEM_PARAMETERS_ALL, CE_BANK_ACCOUNTS, CE_BANK_ACCT_USES_OU_V, CE_BANK_BRANCHES_V, CE_LOOKUPS, CE_SYSTEM_PARAMETERS, FND_GLOBAL, GL_SETS_OF_BOOKS, and PO_VENDORS.
The primary driver is AP_CHECKS_ALL, which supplies payment and refund rows including check number, currency, amount, status, cleared amounts, and payment instruction identifiers. AP_LOOKUP_CODES and CE_LOOKUPS resolve lookup meanings such as status and payment method. AP_PAYMENT_HISTORY_ALL and AP_INV_SELECTION_CRITERIA_ALL provide payment history and invoice selection context. AP_SYSTEM_PARAMETERS_ALL and CE_SYSTEM_PARAMETERS supply operating unit and system-level defaults. CE_BANK_ACCOUNTS, CE_BANK_ACCT_USES_OU_V, and CE_BANK_BRANCHES_V furnish bank account, bank name, and branch details. GL_SETS_OF_BOOKS provides the functional currency used in DECODE logic distinguishing functional, bank, and foreign amounts. PO_VENDORS supplies the supplier name, and FND_GLOBAL provides session context for the current user and responsibility.
Key Columns
- CHECK_ID, CHECK_NUMBER, CHECK_DATE – identify the AP payment or refund instrument.
- PAYMENT_TYPE_FLAG / derived type – resolved via DECODE to 'PAYMENT' or 'REFUND'.
- CURRENCY_CODE, AMOUNT, BASE_AMOUNT – transaction currency and amounts; DECODE selects functional, bank, or foreign amount based on currency comparison with the set of books and bank account currency.
- STATUS_LOOKUP_CODE, CLEARED_AMOUNT, CLEARED_BASE_AMOUNT, CLEARED_DATE – clearing state, including normalization of 'CLEARED BUT UNACCOUNTED' to 'CLEARED'.
- BANK_ACCOUNT_ID, BANK_ACCOUNT_NUM, BANK_ACCOUNT_NAME, BANK_NAME – bank account and branch identification.
- ACCOUNTING_DATE, ACTUAL_VALUE_DATE, FUTURE_PAY_DUE_DATE – date attributes relevant to reconciliation and accounting.
- VENDOR_ID, VENDOR_NAME, VENDOR_SITE / SEGMENT1 – supplier and site context.
- PAYMENT_METHOD_LOOKUP_CODE, PAYMENT_INSTRUCTION_ID, CHECKRUN_NAME – payment method and instruction/run identifiers.
- ROWID and constant columns – support row-level processing by the reconciliation engine.
Common Use Cases and Queries
The principal use case is identifying AP transactions eligible for unclearing during Cash Management reconciliation. Analysts also query the view to audit cleared AP payments by bank account, currency, and status. A representative query is:
SELECT check_id, check_number, vendor_name, currency_code, amount, cleared_amount, status_lookup_code, bank_account_num FROM apps.ce_200_reversal_v WHERE bank_account_id = :p_bank_account_id AND status_lookup_code = 'CLEARED';
Another common pattern filters by accounting date or payment instruction:
SELECT check_id, accounting_date, payment_instruction_id, amount FROM apps.ce_200_reversal_v WHERE accounting_date BETWEEN :p_from AND :p_to ORDER BY accounting_date;
Because the view already embeds currency conversion logic and lookup decoding, custom reports should consume its exposed columns rather than re-deriving them, ensuring consistency with the standard Cash Management unclearing process.
-
View: CE_200_REVERSAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_200_REVERSAL_V, object_name:CE_200_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AP transactions for unclearing , implementation_dba_data: APPS.CE_200_REVERSAL_V ,
-
View: CE_200_REVERSAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_200_REVERSAL_V, object_name:CE_200_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AP transactions for unclearing , implementation_dba_data: APPS.CE_200_REVERSAL_V ,
-
SYNONYM: APPS.AP_INV_SELECTION_CRITERIA_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INV_SELECTION_CRITERIA_ALL, status:VALID,
-
SYNONYM: APPS.AP_PAYMENT_HISTORY_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_PAYMENT_HISTORY_ALL, status:VALID,
-
SYNONYM: APPS.CE_SYSTEM_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_SYSTEM_PARAMETERS, 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_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,
-
SYNONYM: APPS.AP_INV_SELECTION_CRITERIA_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_INV_SELECTION_CRITERIA_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
-
SYNONYM: APPS.AP_PAYMENT_HISTORY_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_PAYMENT_HISTORY_ALL, status:VALID,
-
12.2.2 DBA 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,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.AP_CHECKS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_CHECKS_ALL, status:VALID,
-
VIEW: APPS.CE_BANK_ACCT_USES_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES_OU_V, object_name:CE_BANK_ACCT_USES_OU_V, 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.AP_SYSTEM_PARAMETERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_SYSTEM_PARAMETERS_ALL, status:VALID,
-
VIEW: APPS.CE_BANK_ACCT_USES_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_ACCT_USES_OU_V, object_name:CE_BANK_ACCT_USES_OU_V, status:VALID,
-
VIEW: APPS.CE_200_REVERSAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_200_REVERSAL_V, object_name:CE_200_REVERSAL_V, status:VALID,
-
VIEW: APPS.CE_REVERSAL_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.CE_REVERSAL_TRANSACTIONS_V
12.2.2
-
SYNONYM: APPS.AP_CHECKS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_CHECKS_ALL, status:VALID,
-
SYNONYM: APPS.AP_SYSTEM_PARAMETERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_SYSTEM_PARAMETERS_ALL, 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 ,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
VIEW: APPS.CE_200_REVERSAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_200_REVERSAL_V, object_name:CE_200_REVERSAL_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.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.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.AP_LOOKUP_CODES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_LOOKUP_CODES, object_name:AP_LOOKUP_CODES, status:VALID,
-
VIEW: APPS.AP_LOOKUP_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_LOOKUP_CODES, object_name:AP_LOOKUP_CODES, status:VALID,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, 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.1.1
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.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
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
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,