Search Results rcv_mc_sub_ledger_details
Overview
RCV_MC_SUB_LEDGER_DETAILS is the Multiple Reporting Currencies (MRC) sub-ledger subsidiary table that mirrors RCV_SUB_LEDGER_DETAILS within the Purchasing (PO) schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the accounting distributions generated for receiving transactions managed by the Receiving (RCV) module, expressed in one or more reporting currencies rather than only the functional (set of books) currency. Each row corresponds to a single accounting entry line produced when a receipt, delivery, correction, or return is accounted. Because it is a physical sub-table of RCV_SUB_LEDGER_DETAILS, records are created and maintained by the same receiving accounting programs (logical name RCV). The object is classified as valid and owned by the PO schema, containing 75 documented columns.
Following Oracle's MRC architecture, this table exists whenever a set of reporting currencies has been enabled for a set of books. It stores accounting amounts simultaneously in the reporting currency alongside the functional-currency values held in the parent table. The heuristic Data Vault classification mined from the FK structure is standalone; from a modeling-suggestion perspective, this object is best treated as a satellite — a context-dependent descriptor of the receiving accounting event — rather than a hub or link, since it carries descriptive and financial attributes keyed to an underlying transaction.
Key Information Stored
Although the table exposes 75 columns, the following carry the substantive business content:
- RCV_SL_DETAILS_ID — the surrogate identifier linking each MRC row back to its originating
RCV_SUB_LEDGER_DETAILSrecord. - RCV_TRANSACTION_ID — the receiving transaction that triggered the accounting line.
- CURRENCY_CODE and SET_OF_BOOKS_ID — the reporting currency and ledger context; together with a date they form a strong business-key candidate.
- ACTUAL_FLAG — distinguishes actual (A) from budget (B) or encumbrance (E) amounts.
- ACCOUNTED_DR / ACCOUNTED_CR — the accounted debit and credit in the reporting currency; ENTERED_DR / ENTERED_CR hold the originally entered amounts.
- CODE_COMBINATION_ID and CHART_OF_ACCOUNTS_ID — the accounting flexfield distribution and its chart of accounts.
- JE_SOURCE_NAME, JE_CATEGORY_NAME, JE_HEADER_NAME, JE_LINE_DESCRIPTION — journal-import attributes used when transferring entries to General Ledger.
- ACCOUNTING_DATE, PERIOD_NAME, TRANSACTION_DATE — the accounting and transaction timeline.
- ENCUMBRANCE_TYPE_ID — FK to
GL_ENCUMBRANCE_TYPESfor encumbrance accounting. - GL_SL_LINK_ID — links the sub-ledger line to its posted General Ledger journal line.
- SUB_LEDGER_DOC_SEQUENCE_VALUE and ACC RUAL_METHOD_FLAG / tax columns (ENTERED_REC_TAX, ACCOUNTED_REC_TAX) — document sequencing and recoverable/non-recoverable tax amounts.
Common Use Cases and Queries
Typical reporting scenarios reconcile sub-ledger accounting entries to General Ledger by reporting currency, and audit receiving distributions that failed to transfer.
- Reconcile MRC to parent currency — join
RCV_MC_SUB_LEDGER_DETAILStoRCV_SUB_LEDGER_DETAILSonRCV_SL_DETAILS_IDto compare reporting-currency amounts with functional-currency amounts. - Unposted entries — filter where
GL_SL_LINK_ID IS NULLandJE_SOURCE_NAME = 'Purchasing'to identify lines not yet transferred to GL. - Account analysis — aggregate
ACCOUNTED_DRandACCOUNTED_CRbyCODE_COMBINATION_IDandPERIOD_NAMEfor a givenCURRENCY_CODE. - Tax reporting — sum
ENTERED_REC_TAXandENTERED_NR_TAXper accounting period.
A representative query pattern selects from RCV_MC_SUB_LEDGER_DETAILS where SET_OF_BOOKS_ID = :ledger and PERIOD_NAME = :period, grouping by CURRENCY_CODE and CODE_COMBINATION_ID.
Related Objects
RCV_SUB_LEDGER_DETAILS— parent table; joined onRCV_SL_DETAILS_ID.RCV_TRANSACTIONS— source receiving transaction; joined onRCV_TRANSACTION_ID.GL_ENCUMBRANCE_TYPES— referenced viaENCUMBRANCE_TYPE_ID.GL_MGT_SEG_UPGRADE_H— referenced viaCHART_OF_ACCOUNTS_ID.GL_CODE_COMBINATIONS— resolvesCODE_COMBINATION_ID.GL_JE_LINES/GL_JE_HEADERS— downstream posted journals viaGL_SL_LINK_ID.GL_SETS_OF_BOOKS— ledger context forSET_OF_BOOKS_ID.
-
Table: RCV_MC_SUB_LEDGER_DETAILS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_MC_SUB_LEDGER_DETAILS, object_name:RCV_MC_SUB_LEDGER_DETAILS, status:VALID, product: PO - Purchasing , description: MRC sub-table of RCV_SUB_LEDGER_DETAILS , implementation_dba_data: PO.RCV_MC_SUB_LEDGER_DETAILS ,
-
Table: RCV_MC_SUB_LEDGER_DETAILS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_MC_SUB_LEDGER_DETAILS, object_name:RCV_MC_SUB_LEDGER_DETAILS, status:VALID, product: PO - Purchasing , description: MRC sub-table of RCV_SUB_LEDGER_DETAILS , implementation_dba_data: PO.RCV_MC_SUB_LEDGER_DETAILS ,
-
SYNONYM: APPS.RCV_MC_SUB_LEDGER_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_MC_SUB_LEDGER_DETAILS, status:VALID,
-
SYNONYM: APPS.RCV_MC_SUB_LEDGER_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_MC_SUB_LEDGER_DETAILS, status:VALID,
-
VIEW: PO.RCV_MC_SUB_LEDGER_DETAILS#
12.2.2
owner:PO, object_type:VIEW, object_name:RCV_MC_SUB_LEDGER_DETAILS#, status:VALID,
-
VIEW: APPS.RCV_SUB_LEDGER_DET_MRC_V
12.2.2
-
VIEW: APPS.RCV_SUB_LEDGER_DET_MRC_V
12.1.1
-
TABLE: PO.RCV_MC_SUB_LEDGER_DETAILS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_MC_SUB_LEDGER_DETAILS, object_name:RCV_MC_SUB_LEDGER_DETAILS, status:VALID,
-
VIEW: PO.RCV_MC_SUB_LEDGER_DETAILS#
12.2.2
-
TABLE: PO.RCV_MC_SUB_LEDGER_DETAILS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_MC_SUB_LEDGER_DETAILS, object_name:RCV_MC_SUB_LEDGER_DETAILS, status:VALID,
-
View: RCV_SUB_LEDGER_DET_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SUB_LEDGER_DET_MRC_V, object_name:RCV_SUB_LEDGER_DET_MRC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_SUB_LEDGER_DET_MRC_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: RCV_SUB_LEDGER_DET_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SUB_LEDGER_DET_MRC_V, object_name:RCV_SUB_LEDGER_DET_MRC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_SUB_LEDGER_DET_MRC_V ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.RCV_SUB_LEDGER_DET_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SUB_LEDGER_DET_MRC_V, object_name:RCV_SUB_LEDGER_DET_MRC_V, status:VALID,
-
VIEW: APPS.RCV_SUB_LEDGER_DET_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SUB_LEDGER_DET_MRC_V, object_name:RCV_SUB_LEDGER_DET_MRC_V, status:VALID,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,