Search Results reversal_category_type
Overview
APPS.CE_222_REVERSAL_V is a reporting view in the Oracle E-Business Suite Cash Management (CE) module. It exposes cash receipt reversal activity by combining receipt header, receipt history, bank account, statement reconciliation, and customer information into a single denormalized result set. The numeric suffix "222" identifies a standard Cash Management reversal report data source, and the leading literal column value 222 (position 39 in the SELECT list) is used by the Cash Management reporting framework to tag rows belonging to that report identifier.
The view is central to reconciling reversed receipts against bank statements and to tracing why a receipt was reversed. It is bound to the search term "ckajst_reason" through the CR.REVERSAL_REASON_CODE, REVERSAL_COMMENTS, and related lookup meaning columns (positions 32 through 35), which surface the reversal category and the free-text reason recorded by the user. As a read-only view, it plays no transactional role; its purpose is reporting and integration, typically feeding concurrent report programs, custom inquiries, and downstream extracts in EBS 12.1.1 and 12.2.2.
Underlying Base Objects
According to the documented ETRM 12.2.2 metadata, the view is defined over a mixture of synonyms and views owned by APPS. The principal AR objects are AR_CASH_RECEIPTS_ALL (the receipt header, aliased CR in the SQL), AR_CASH_RECEIPT_HISTORY_ALL (receipt history, aliased CRH), AR_PAYMENT_SCHEDULES_ALL (payment schedule, including the customer due date, aliased APS), AR_RECEIPT_METHODS (payment method lookup, aliased RM), and AR_BATCHES_ALL. Supporting AR and GL objects include AR_LOOKUPS, GL_LEDGERS (for the functional currency SOB), and the ARP_CASHBOOK package.
The Cash Management side contributes CE_BANK_ACCOUNTS and CE_BANK_ACCT_USES_ALL (bank account, account number, name, and currency), CE_STATEMENT_HEADERS, CE_STATEMENT_LINES, CE_STATEMENT_RECONCILS_ALL, and CE_SYSTEM_PARAMETERS, together with the CE_AUTO_BANK_CLEAR package, CE_LOOKUPS, CE_SECURITY_PROFILES_GT, and HZ_CUST_ACCOUNTS / HZ_PARTIES for the customer account and party name. The joins tie each history row to its receipt, its bank account, its payment schedule, and any reconciliation to a bank statement line, producing one row per receipt-history combination.
Key Columns
- CASH_RECEIPT_HISTORY_ID / CASH_RECEIPT_ID — Primary linkage keys to receipt history and the parent receipt.
- RECEIPT_NUMBER, RECEIPT_DATE, TYPE — Identification and classification of the receipt.
- AMOUNT and ACCTD_AMOUNT — Entered amount and accounted amount; the view adds any factor discount amount before returning these.
- STATUS and STATUS MEANING — Receipt history status (for example, CLEARED); clearing date is populated only when the status equals CLEARED.
- GL_DATE — Accounting date associated with the history row.
- REVERSAL_CATEGORY and REVERSAL_REASON_CODE — The core reversal attributes, with their lookup meanings returned via AR_LOOKUPS; the free-text explanation is exposed as REVERSAL_COMMENTS.
- PARTY_NAME / PAY_FROM_CUSTOMER / ACCOUNT_NUMBER — Customer and receivables account identification.
- BANK_ACCOUNT_NUM, BANK_ACCOUNT_NAME, BAU.BANK_ACCT_USE_ID, BANK_DEPOSIT_NUMBER — Bank account and deposit attribution.
- STATEMENT_NUMBER, STATEMENT_LINE_ID, STATEMENT_LINE_AMOUNT — Bank statement reconciliation context, with a 'Y'/'N' flag indicating whether the line is reconciled.
- ORG_ID — Operating unit, which governs multi-org security filtering.
Common Use Cases and Queries
Typical uses include a reversal reason inquiry, a reconciliation reconciliation-by-reason extract, and a period-end audit of reversed receipts for a given operating unit and ledger. A representative query follows:
SELECT receipt_number, party_name, reversal_category, reversal_reason_code, reversal_comments, amount, gl_date FROM apps.ce_222_reversal_v WHERE org_id = :p_org_id AND status = 'CLEARED';SELECT reversal_reason_code, COUNT(*) FROM apps.ce_222_reversal_v WHERE gl_date BETWEEN :p_start AND :p_end GROUP BY reversal_reason_code;SELECT statement_number, receipt_number, amount FROM apps.ce_222_reversal_v WHERE statement_number IS NOT NULL;
Because the view references CE_SECURITY_PROFILES_GT and ORG_ID, callers should apply the standard Cash Management security and multi-org predicates to ensure each user sees only authorized bank accounts and operating units. Reports should treat it strictly as a read-only data source; reversal processing itself continues to occur through the Cash Management and Receivables forms and APIs.
-
Lookup Type: REVERSAL_CATEGORY_TYPE
12.2.2
product: AR - Receivables , meaning: Reversal Category Type , description: Describes the type of payment reversal - NSF, STOP, etc. ,
-
Lookup Type: REVERSAL_CATEGORY_TYPE
12.1.1
product: AR - Receivables , meaning: Reversal Category Type , description: Describes the type of payment reversal - NSF, STOP, etc. ,
-
VIEW: APPS.CE_222_REVERSAL_V
12.1.1
-
VIEW: APPS.CE_222_REVERSAL_V
12.2.2
-
VIEW: APPS.AR_OEX_RECEIPTS_VIEW
12.1.1
-
VIEW: APPS.AR_OEX_RECEIPTS_VIEW
12.2.2
-
View: CE_222_REVERSAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_222_REVERSAL_V, object_name:CE_222_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AR receipts for reversing or unclearing , implementation_dba_data: APPS.CE_222_REVERSAL_V ,
-
View: CE_222_REVERSAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_222_REVERSAL_V, object_name:CE_222_REVERSAL_V, status:VALID, product: CE - Cash Management , description: AR receipts for reversing or unclearing , implementation_dba_data: APPS.CE_222_REVERSAL_V ,
-
View: AR_OEX_RECEIPTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_RECEIPTS_VIEW, object_name:AR_OEX_RECEIPTS_VIEW, status:VALID, product: AR - Receivables , description: This is the view for the Oracle Exchange Bill Presentment Payments page. , implementation_dba_data: APPS.AR_OEX_RECEIPTS_VIEW ,
-
View: AR_OEX_RECEIPTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_RECEIPTS_VIEW, object_name:AR_OEX_RECEIPTS_VIEW, status:VALID, product: AR - Receivables , description: This is the view for the Oracle Exchange Bill Presentment Payments page. , implementation_dba_data: APPS.AR_OEX_RECEIPTS_VIEW ,
-
VIEW: APPS.AR_CASH_RECEIPTS_V
12.2.2
-
VIEW: APPS.AR_CASH_RECEIPTS_V
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
View: AR_CASH_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPTS_V, object_name:AR_CASH_RECEIPTS_V, status:VALID, product: AR - Receivables , description: This is the base table view for the Receipts window. , implementation_dba_data: APPS.AR_CASH_RECEIPTS_V ,
-
View: AR_CASH_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPTS_V, object_name:AR_CASH_RECEIPTS_V, status:VALID, product: AR - Receivables , description: This is the base table view for the Receipts window. , implementation_dba_data: APPS.AR_CASH_RECEIPTS_V ,
-
12.2.2 FND Design Data
12.2.2
-
APPS.AR_RECEIPT_VAL_PVT SQL Statements
12.2.2
-
APPS.AR_RECEIPT_VAL_PVT SQL Statements
12.1.1
-
APPS.AR_RECEIPT_VAL_PVT dependencies on AR_LOOKUPS
12.2.2
-
APPS.AR_BILLS_MAINTAIN_VAL_PVT dependencies on AR_LOOKUPS
12.1.1
-
APPS.AR_BILLS_MAINTAIN_VAL_PVT dependencies on AR_LOOKUPS
12.2.2
-
APPS.AR_RECEIPT_LIB_PVT SQL Statements
12.1.1
-
APPS.AR_PURGE dependencies on AR_CASH_RECEIPT_HISTORY
12.2.2
-
APPS.AR_RECEIPT_LIB_PVT dependencies on AR_LOOKUPS
12.1.1
-
APPS.AR_RECEIPT_VAL_PVT dependencies on AR_LOOKUPS
12.1.1
-
APPS.AR_RECEIPT_LIB_PVT SQL Statements
12.2.2
-
APPS.AR_RECEIPT_LIB_PVT dependencies on AR_LOOKUPS
12.2.2
-
APPS.AR_PURGE dependencies on AR_CASH_RECEIPTS
12.2.2
-
APPS.AR_PURGE dependencies on AR_CASH_RECEIPT_HISTORY
12.1.1
-
APPS.AR_PURGE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AR_BILLS_MAINTAIN_VAL_PVT
12.2.2
-
PACKAGE BODY: APPS.AR_BILLS_MAINTAIN_VAL_PVT
12.1.1
-
APPS.AR_PURGE dependencies on AR_CASH_RECEIPTS
12.1.1
-
APPS.AR_AUTOREM_API SQL Statements
12.1.1
-
APPS.AR_AUTOREM_API SQL Statements
12.2.2
-
APPS.AR_PURGE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AR_PURGE
12.2.2
-
PACKAGE BODY: APPS.AR_RECEIPT_VAL_PVT
12.2.2
-
PACKAGE BODY: APPS.AR_PURGE
12.1.1
-
PACKAGE BODY: APPS.AR_RECEIPT_VAL_PVT
12.1.1
-
PACKAGE BODY: APPS.AR_AUTOREM_API
12.2.2
-
PACKAGE BODY: APPS.AR_AUTOREM_API
12.1.1
-
PACKAGE BODY: APPS.AR_RECEIPT_LIB_PVT
12.1.1
-
PACKAGE BODY: APPS.AR_RECEIPT_LIB_PVT
12.2.2
-
APPS.AR_RECEIPT_VAL_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.AR_RECEIPT_VAL_PVT dependencies on FND_MESSAGE
12.2.2
-
APPS.AR_RECEIPT_VAL_PVT dependencies on ARP_UTIL
12.2.2