Search Results distribution_identifier
Overview
APPS.CST_XLA_RCV_LINES_V is a Cost Management (CST) subledger accounting view that exposes the accounting distributions generated for receiving transactions in Oracle E-Business Suite. It bridges Oracle Subledger Accounting (XLA) event data with Receiving subledger accounting lines, producing a line-level, event-oriented representation of receiving accrual, charge, and encumbrance reversal entries. The view is consumed by the Create Accounting process and by downstream reporting and reconciliation tools that need to present receiving accounting entries in a normalized form, including a stable line ordering and a distribution identifier.
Underlying Base Objects
The view is defined over two documented objects: RCV_RECEIVING_SUB_LEDGER (accessed via a synonym) and XLA_EVENTS_GT (accessed via a synonym). RCV_RECEIVING_SUB_LEDGER stores the transactional accounting lines for receiving events, while XLA_EVENTS_GT is the global temporary table populated by the XLA event extraction logic; it carries the EVENT_ID and LEDGER_ID values that link receiving subledger lines to their owning accounting event. The join is performed on XEG.SOURCE_ID_INT_1 = RRS.RCV_TRANSACTION_ID and XEG.SOURCE_ID_INT_2 = RRS.ACCOUNTING_EVENT_ID, restricted to ENTITY_CODE = 'RCV_ACCOUNTING_EVENTS'. A UNION ALL branch handles Encumbrance Reversal lines, which relate to the event through REFERENCE9 rather than the accounting event identifier.
Key Columns
EVENT_ID— The XLA accounting event identifier that groups the returned lines.LINE_NUMBER— Generated usingROW_NUMBER() OVER (PARTITION BY EVENT_ID ORDER BY RCV_SUB_LEDGER_ID), providing a deterministic sequence of lines within each event.ACCOUNTED_AMOUNT/ENTERED_AMOUNT— Signed amounts derived from the debit/credit pairs (debits taken as positive, credits negated).CODE_COMBINATION_ID— The accounting flexfield combination charged by the distribution.RCV_ACCOUNTING_LINE_TYPE— The line type fromRCV_RECEIVING_SUB_LEDGER.ACCOUNTING_LINE_TYPE, distinguishing accrual, charge, and Encumbrance Reversal lines.ENTERED_NR_TAX,ENTERED_REC_TAX,ACCOUNTED_NR_TAX,ACCOUNTED_REC_TAX— Non-recoverable and recoverable tax amounts in entered and accounted currency.ACCRUAL_METHOD_FLAG— Indicates the accrual method applied to the receiving line.LEDGER_ID— The ledger for which the event was accounted.DISTRIBUTION_IDENTIFIER— Exposed asRCV_SUB_LEDGER_ID; this is the unique identifier of the receiving distribution and is the basis for ordering lines within an event.
Common Use Cases and Queries
The view is typically queried to reconcile receiving accounting entries, to report on distributions by event, or to trace a specific distribution via its distribution identifier. A representative query retrieving all lines for an event follows:
SELECT event_id, line_number, distribution_identifier, rcv_accounting_line_type, accounted_amount, code_combination_id, ledger_id FROM apps.cst_xla_rcv_lines_v WHERE event_id = :event_id ORDER BY line_number;SELECT distribution_identifier, rcv_accounting_line_type, entered_amount, accounted_amount FROM apps.cst_xla_rcv_lines_v WHERE distribution_identifier = :rcv_sub_ledger_id;
Because DISTRIBUTION_IDENTIFIER maps directly to RCV_SUB_LEDGER_ID, it serves as the primary lookup key when reconciling a receiving distribution back to its subledger line and onward to the generated journal entry. Reports frequently group by EVENT_ID and order by LINE_NUMBER to present a consistent, gapless listing of the accounting lines associated with each receiving event.
-
VIEW: APPS.CST_XLA_RCV_LINES_V
12.2.2
-
View: CST_XLA_RCV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_RCV_LINES_V, object_name:CST_XLA_RCV_LINES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_RCV_LINES_V ,
-
View: CST_XLA_WIP_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_WIP_LINES_V, object_name:CST_XLA_WIP_LINES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_WIP_LINES_V ,
-
View: CST_XLA_WIP_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_WIP_LINES_V, object_name:CST_XLA_WIP_LINES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_WIP_LINES_V ,
-
View: CST_XLA_RCV_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_RCV_LINES_V, object_name:CST_XLA_RCV_LINES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_RCV_LINES_V ,
-
VIEW: APPS.CST_XLA_RCV_LINES_V
12.1.1
-
VIEW: APPS.CST_XLA_WIP_LINES_V
12.2.2
-
VIEW: APPS.CST_XLA_WIP_LINES_V
12.1.1
-
VIEW: APPS.CST_XLA_WIP_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_WIP_LINES_V, object_name:CST_XLA_WIP_LINES_V, status:VALID,
-
View: DPP_XLA_CLAIM_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:DPP.DPP_XLA_CLAIM_LINES_V, object_name:DPP_XLA_CLAIM_LINES_V, status:VALID, product: DPP - Oracle Price Protection , description: Dpp SLA Claim Lines View , implementation_dba_data: APPS.DPP_XLA_CLAIM_LINES_V ,
-
VIEW: APPS.CST_XLA_RCV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_RCV_LINES_V, object_name:CST_XLA_RCV_LINES_V, status:VALID,
-
VIEW: APPS.CST_XLA_RCV_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_RCV_LINES_V, object_name:CST_XLA_RCV_LINES_V, status:VALID,
-
VIEW: APPS.DPP_XLA_CLAIM_LINES_V
12.1.1
-
VIEW: APPS.CST_XLA_WIP_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_WIP_LINES_V, object_name:CST_XLA_WIP_LINES_V, status:VALID,
-
VIEW: APPS.DPP_XLA_CLAIM_LINES_V
12.2.2
-
VIEW: APPS.CST_XLA_INV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_LINES_V, object_name:CST_XLA_INV_LINES_V, status:VALID,
-
View: DPP_XLA_INV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:DPP.DPP_XLA_INV_LINES_V, object_name:DPP_XLA_INV_LINES_V, status:VALID, product: DPP - Oracle Price Protection , description: Dpp SLA Cost Update Lines View , implementation_dba_data: APPS.DPP_XLA_INV_LINES_V ,
-
VIEW: APPS.DPP_XLA_INV_LINES_V
12.1.1
-
VIEW: APPS.DPP_XLA_INV_LINES_V
12.2.2
-
VIEW: APPS.CST_XLA_INV_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_LINES_V, object_name:CST_XLA_INV_LINES_V, status:VALID,
-
VIEW: APPS.OZF_XLA_CLAIM_LINES_V
12.2.2
-
APPS.FV_SLA_CST_PROCESSING_PKG SQL Statements
12.2.2
-
VIEW: APPS.OZF_XLA_CLAIM_LINES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_XLA_CLAIM_LINES_V, status:VALID,
-
APPS.XLA_09000_AAD_S_000015_PKG SQL Statements
12.1.1
-
APPS.XLA_09000_AAD_S_000015_PKG SQL Statements
12.2.2
-
VIEW: APPS.DPP_XLA_CLAIM_LINES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:DPP_XLA_CLAIM_LINES_V, status:VALID,
-
VIEW: APPS.DPP_XLA_CLAIM_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:DPP.DPP_XLA_CLAIM_LINES_V, object_name:DPP_XLA_CLAIM_LINES_V, status:VALID,
-
APPS.XLA_00707_AAD_S_000007_PKG SQL Statements
12.1.1
-
VIEW: APPS.DPP_XLA_INV_LINES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:DPP_XLA_INV_LINES_V, status:VALID,
-
APPS.XLA_00707_AAD_S_000002_PKG SQL Statements
12.1.1
-
View: CST_XLA_INV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_LINES_V, object_name:CST_XLA_INV_LINES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_LINES_V ,
-
APPS.XLA_00707_AAD_S_000005_PKG SQL Statements
12.1.1
-
APPS.XLA_00707_AAD_S_000005_BC_PKG SQL Statements
12.2.2
-
APPS.XLA_00707_AAD_S_000002_PKG SQL Statements
12.2.2
-
APPS.XLA_00707_AAD_S_000005_PKG SQL Statements
12.2.2
-
VIEW: APPS.DPP_XLA_INV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:DPP.DPP_XLA_INV_LINES_V, object_name:DPP_XLA_INV_LINES_V, status:VALID,
-
APPS.XLA_00707_AAD_S_000005_BC_PKG SQL Statements
12.1.1
-
APPS.XLA_00707_AAD_S_000007_PKG SQL Statements
12.2.2
-
APPS.XLA_00707_AAD_S_000020_BC_PKG SQL Statements
12.2.2
-
View: CST_XLA_INV_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_LINES_V, object_name:CST_XLA_INV_LINES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_LINES_V ,
-
APPS.XLA_00707_AAD_S_000020_BC_PKG SQL Statements
12.1.1
-
APPS.XLA_00707_AAD_S_000019_PKG SQL Statements
12.2.2
-
APPS.XLA_00707_AAD_S_000020_PKG SQL Statements
12.2.2
-
APPS.XLA_00707_AAD_S_000020_PKG SQL Statements
12.1.1
-
APPS.XLA_00707_AAD_S_000019_PKG SQL Statements
12.1.1
-
VIEW: APPS.CST_XLA_INV_LINES_V
12.1.1
-
VIEW: APPS.CST_XLA_INV_LINES_V
12.2.2
-
APPS.XLA_00707_AAD_S_000007_BC_PKG SQL Statements
12.1.1
-
APPS.XLA_00707_AAD_S_000007_BC_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.FV_SLA_CST_PROCESSING_PKG
12.2.2