Search Results short_term_debt
Overview
APPS.ARBV_CASH_DISTRIBUTIONS is a read-only Oracle EBS view in the Receivables (AR) module that exposes the accounting distributions generated for cash receipts. It is a Business Intelligence (BI) style view — prefixed "ARBV_" — intended for external reporting, extraction, and integration into data warehouses rather than for transactional processing. The view consolidates general ledger accounting lines derived from the Subledger Accounting (SLA/XLA) engine for cash receipts, exposing both the entered amounts (AMOUNT_DR / AMOUNT_CR) and the accounted amounts (ACCTD_AMOUNT_DR / ACCTD_AMOUNT_CR), along with the associated GL date and transfer status.
The view text carries embedded Lookup attributes (the "_LA:" prefixed columns), which are a convention in EBS BI views that instruct the BI Publisher / EBS reporting layer to display decoded meaning values for coded columns. In this case, the SOURCE_TYPE column is decoded against the AR_LOOKUPS lookup type ACCOUNT_TYPE, and the GL_TRANSFER_STATUS_CODE is decoded against AR_LOOKUPS with type YES/NO. These embedded instructions make the view directly consumable by report definitions without requiring additional lookup joins.
Because the user searched for "bank_charges," it is significant that BANK_CHARGES is one of the explicit SOURCE_TYPE values decoded within the view's SQL. The view therefore surfaces bank charge distributions as a distinct, decodable category of cash receipt accounting lines.
Underlying Base Objects
The view is defined over three documented objects:
- AR_CASH_RECEIPT_HISTORY (SYNONYM) — aliased CRH. Provides the cash receipt history context, including GL_DATE and CASH_RECEIPT_ID, and is joined via CRH.CASH_RECEIPT_HISTORY_ID = DIST.SOURCE_ID where DIST.SOURCE_TABLE = 'CRH'.
- AR_XLA_ARD_LINES_V (VIEW) — aliased DIST. This is the Subledger Accounting distribution extraction view that supplies the accounting line detail: SOURCE_TYPE, AMOUNT_DR, AMOUNT_CR, ACCTD_AMOUNT_DR, ACCTD_AMOUNT_CR, CODE_COMBINATION_ID, AE_HEADER_ID, LINE_ID, and the WHO columns.
- XLA_AE_HEADERS (SYNONYM) — aliased HED. Provides the subledger accounting header, most importantly GL_TRANSFER_STATUS_CODE, joined via DIST.AE_HEADER_ID = HED.AE_HEADER_ID.
The join path is: cash receipt history → SLA distribution lines → SLA accounting entry header. This reflects the standard EBS subledger accounting architecture, where the history table holds the operational receipt record and the XLA tables hold the resulting journal lines.
Key Columns
- LINE_ID — The unique attribute identifying each distribution line.
- ACCOUNT_TYPE (decoded from SOURCE_TYPE) — The accounting line category. Documented decode values include CONFIRMATION, REMITTANCE, CASH, FACTOR, SHORT_TERM_DEBT, and BANK_CHARGES.
- AMOUNT_DR / AMOUNT_CR — Entered debit and credit amounts for the distribution.
- ACCTD_AMOUNT_DR / ACCTD_AMOUNT_CR — Accounted debit and credit amounts after conversion.
- GL_DATE — The general ledger date sourced from the cash receipt history.
- GL_TRANSFER_STATUS (decoded from GL_TRANSFER_STATUS_CODE) — Indicates whether the accounting line has been transferred to the general ledger (Y/N).
- IDS — CASH_RECEIPT_ID, ORG_ID, and CODE_COMBINATION_ID, supporting joins to receipts, operating units, and accounting flexfields.
- WHO columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY for audit and incremental extraction.
Common Use Cases and Queries
The view is commonly used to report cash receipt accounting detail, to reconcile unposted or untransferred distributions, and — given the bank_charges interest — to isolate bank charge lines. For example, to list all bank charge distributions with their amounts and GL transfer status:
- SELECT LINE_ID, ACCOUNT_TYPE, AMOUNT_DR, AMOUNT_CR, ACCTD_AMOUNT_DR, ACCTD_AMOUNT_CR, GL_DATE, GL_TRANSFER_STATUS, CASH_RECEIPT_ID, ORG_ID, CODE_COMBINATION_ID FROM APPS.ARBV_CASH_DISTRIBUTIONS WHERE ACCOUNT_TYPE = 'BANK_CHARGES' ORDER BY GL_DATE;
To audit distributions not yet transferred to the GL for a given period:
- SELECT CASH_RECEIPT_ID, ACCOUNT_TYPE, CODE_COMBINATION_ID, AMOUNT_DR, AMOUNT_CR FROM APPS.ARBV_CASH_DISTRIBUTIONS WHERE GL_TRANSFER_STATUS = 'N' AND GL_DATE BETWEEN :from_date AND :to_date;
Because the view is defined WITH READ ONLY, it supports safe, non-mutative querying for reporting, data extraction, and reconciliation workloads across Oracle EBS 12.1.1 and 12.2.2.
-
VIEW: APPS.ARBV_CASH_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.ARFV_CASH_DISTRIBUTIONS
12.2.2
-
VIEW: AR.AR_CMGT_FINANCIAL_DATA#
12.2.2
-
VIEW: APPS.ARBV_CASH_DISTRIBUTIONS
12.1.1
-
VIEW: APPS.ARFV_CASH_DISTRIBUTIONS
12.1.1
-
View: ARFV_CASH_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTRIBUTIONS, object_name:ARFV_CASH_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CASH_DISTRIBUTIONS ,
-
View: ARFV_CASH_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTRIBUTIONS, object_name:ARFV_CASH_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CASH_DISTRIBUTIONS ,
-
View: ARBV_CASH_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_DISTRIBUTIONS, object_name:ARBV_CASH_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CASH_DISTRIBUTIONS ,
-
View: ARBV_CASH_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_DISTRIBUTIONS, object_name:ARBV_CASH_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CASH_DISTRIBUTIONS ,
-
VIEW: AR.AR_CMGT_FINANCIAL_DATA#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_CMGT_FINANCIAL_DATA#, status:VALID,
-
Lookup Type: ACTIVITY_APPS
12.2.2
product: AR - Receivables , meaning: Activity Applications , description: Activity Applications ,
-
Lookup Type: ACTIVITY_APPS
12.1.1
product: AR - Receivables , meaning: Activity Applications , description: Activity Applications ,
-
Lookup Type: ACCOUNT_TYPE
12.1.1
product: AR - Receivables , meaning: The type of the account ,
-
Lookup Type: RECEIVABLES_TRX
12.1.1
product: AR - Receivables , meaning: Receivables Trx , description: Types of receivables transactions ,
-
VIEW: APPS.AR_XLA_ARD_MCD_LINES_V
12.2.2
-
Lookup Type: RECEIVABLES_TRX
12.2.2
product: AR - Receivables , meaning: Receivables Trx , description: Types of receivables transactions ,
-
Lookup Type: ACCOUNT_TYPE
12.2.2
product: AR - Receivables , meaning: The type of the account ,
-
VIEW: APPS.AR_XLA_ARD_CRH_LINES_V
12.2.2
-
Lookup Type: ZX_LINE_CLASS
12.1.1
product: ZX - E-Business Tax , meaning: Line Class ,
-
Lookup Type: ZX_LINE_CLASS
12.2.2
product: ZX - E-Business Tax , meaning: Line Class ,
-
Lookup Type: DISTRIBUTION_SOURCE_TYPE
12.2.2
product: AR - Receivables , meaning: Distribution Source Type , description: Distribution Source Type ,
-
Lookup Type: DISTRIBUTION_SOURCE_TYPE
12.1.1
product: AR - Receivables , meaning: Distribution Source Type , description: Distribution Source Type ,
-
VIEW: APPS.AR_XLA_ARD_LINES_V
12.1.1
-
VIEW: APPS.AR_XLA_ARD_LINES_V
12.2.2
-
View: AR_XLA_ARD_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_LINES_V, object_name:AR_XLA_ARD_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_LINES_V ,
-
View: AR_XLA_ARD_MCD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_MCD_LINES_V, object_name:AR_XLA_ARD_MCD_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_MCD_LINES_V ,
-
TABLE: AR.AR_CMGT_FINANCIAL_DATA
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_FINANCIAL_DATA, object_name:AR_CMGT_FINANCIAL_DATA, status:VALID,
-
View: AR_XLA_ARD_CRH_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_CRH_LINES_V, object_name:AR_XLA_ARD_CRH_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_CRH_LINES_V ,
-
TABLE: AR.AR_CMGT_FINANCIAL_DATA
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_FINANCIAL_DATA, object_name:AR_CMGT_FINANCIAL_DATA, status:VALID,
-
View: AR_XLA_ARD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_LINES_V, object_name:AR_XLA_ARD_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_LINES_V ,
-
APPS.ARP_RECON_REP SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ARP_CASHBOOK
12.1.1
-
TABLE: AR.AR_MC_DISTRIBUTIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_DISTRIBUTIONS_ALL, object_name:AR_MC_DISTRIBUTIONS_ALL, status:VALID,
-
TABLE: AR.AR_MC_DISTRIBUTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_DISTRIBUTIONS_ALL, object_name:AR_MC_DISTRIBUTIONS_ALL, status:VALID,
-
PACKAGE BODY: APPS.ARP_CR_UTIL
12.1.1
-
PACKAGE BODY: APPS.ARP_CR_UTIL
12.2.2
-
APPS.AR_CMGT_CONTROLS SQL Statements
12.1.1
-
APPS.AR_CMGT_CONTROLS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ARP_CASHBOOK
12.2.2
-
VIEW: APPS.AR_DISTRIBUTIONS_BASE_V
12.1.1
-
TABLE: AR.AR_DISTRIBUTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTIONS_ALL, object_name:AR_DISTRIBUTIONS_ALL, status:VALID,
-
View: AR_DISTRIBUTIONS_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_BASE_V, object_name:AR_DISTRIBUTIONS_BASE_V, status:VALID, product: AR - Receivables , description: distribution base extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_BASE_V ,
-
TABLE: AR.AR_DISTRIBUTIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTIONS_ALL, object_name:AR_DISTRIBUTIONS_ALL, status:VALID,
-
VIEW: APPS.AR_DISTRIBUTIONS_BASE_V
12.2.2
-
Lookup Type: XLA_ACCOUNTING_CLASS
12.2.2
product: XLA - Subledger Accounting , meaning: XLA_ACCOUNTING_CLASS ,
-
Lookup Type: XLA_ACCOUNTING_CLASS
12.1.1
product: XLA - Subledger Accounting , meaning: XLA_ACCOUNTING_CLASS ,
-
View: AR_DISTRIBUTIONS_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_BASE_V, object_name:AR_DISTRIBUTIONS_BASE_V, status:VALID, product: AR - Receivables , description: distribution base extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_BASE_V ,
-
APPS.ARP_RATE_ADJ SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ARP_RECON_REP
12.2.2
-
APPS.ARP_RATE_ADJ SQL Statements
12.2.2