Search Results project accounting
The RCV_SUB_LEDGER_DETAILS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for capturing detailed transactional data related to the Receiving (RCV) subledger. This table plays a pivotal role in the Procure-to-Pay (P2P) cycle, particularly in tracking receipt and inspection details before they are accounted for in the General Ledger (GL). Below is a detailed breakdown of its structure, purpose, and integration within Oracle EBS.
1. Purpose and Functional Context
TheRCV_SUB_LEDGER_DETAILS
table stores granular information about receiving transactions, acting as a bridge between the Receiving module and the Subledger Accounting (SLA) framework. It captures data necessary for generating accounting entries, including:
- Receipt Details: Quantities, item descriptions, and unit of measure (UOM) for received goods.
- Cost Distribution: Allocation of costs across accounts (e.g., inventory, expense, or asset accounts).
- Inspection Results: Quality inspection outcomes (accepted, rejected, or returned quantities).
- PO and Shipment References: Links to purchase orders (
PO_HEADER_ID
,PO_LINE_ID
) and shipments (SHIPMENT_HEADER_ID
).
2. Key Columns and Relationships
The table's schema includes columns that facilitate integration with other EBS modules:- Primary Keys:
RCV_TRANSACTION_ID
(links toRCV_TRANSACTIONS
) andACCOUNTING_LINE_NUMBER
. - Accounting Attributes:
CODE_COMBINATION_ID
(GL accounts),AMOUNT
,CURRENCY_CODE
. - Subledger References:
APPLICATION_ID
(set to 707 for Receiving),EVENT_ID
,SOURCE_ID
(tied to SLA events). - Audit Columns:
CREATION_DATE
,CREATED_BY
,LAST_UPDATE_DATE
.
RCV_TRANSACTIONS
: Provides transactional metadata (e.g., receipt dates).PO_DISTRIBUTIONS_ALL
: Maps PO distributions to accounting lines.XLA_AE_LINES
: Final accounting entries in SLA.
3. Integration with Subledger Accounting (SLA)
The table feeds data into SLA for accrual and liability accounting:- Event Processing: Records in
RCV_SUB_LEDGER_DETAILS
trigger SLA events (e.g.,RCV_RECEIVING_SUB_LEDGER
). - Accounting Rules: SLA uses this data to apply rules defined in
XLA_EVENT_TYPES
and generate journal entries. - GL Reconciliation: Ensures receipt costs align with PO distributions before GL posting.
4. Data Flow Example
A typical workflow involves:- A receipt is created in
RCV_TRANSACTIONS
for a PO line. RCV_SUB_LEDGER_DETAILS
stores cost distributions (e.g., $1,000 to Inventory Account).- SLA processes the event, creating a journal entry debiting Inventory and crediting Accrued Liabilities.
- Journals are transferred to GL via
GL_INTERFACE
.
5. Customization and Reporting
The table is often leveraged for:- Custom Reports: SQL queries to analyze receipt-to-accounting discrepancies.
- Audit Trails: Tracking changes to received item costs.
- Extensions: Triggers or APIs may update it for third-party integrations.
6. Common Issues and Troubleshooting
- Missing Accounting Entries: Verify SLA event completeness and
RCV_SUB_LEDGER_DETAILS
data. - Data Corruption: Use
XLA_EVENTS
to trace unprocessed transactions. - Performance: Indexes on
RCV_TRANSACTION_ID
andSHIPMENT_HEADER_ID
are critical.
RCV_SUB_LEDGER_DETAILS
is a foundational table for Receiving accounting in Oracle EBS, ensuring accurate cost capture and GL integration. Its design supports auditability, compliance, and seamless interoperability with SLA, making it indispensable for financial controls in procurement operations.
-
Lookup Type: VIEW ACCOUNTING
12.2.2
product: PO - Purchasing , meaning: VIEW ACCOUNTING , description: Receiving Transaction ,
-
Lookup Type: VIEW ACCOUNTING
12.1.1
product: PO - Purchasing , meaning: VIEW ACCOUNTING , description: Receiving Transaction ,
-
Lookup Type: POXZMPDD
12.1.1
product: PO - Purchasing , meaning: PO distributions detail Options , description: PO distributions detail Options ,
-
Lookup Type: POXZMPDD
12.2.2
product: PO - Purchasing , meaning: PO distributions detail Options , description: PO distributions detail Options ,
-
Concurrent Program: POFBASSN
12.1.1
execution_filename: pofbassn , product: PO - Purchasing , user_name: pofbassn , description: Set Flexbuilder Accounting Flex Structure , argument_method: Standard , enabled: No , execution_method: SQL*Plus ,
-
Concurrent Program: POFBASSN
12.2.2
execution_filename: pofbassn , product: PO - Purchasing , user_name: pofbassn , description: Set Flexbuilder Accounting Flex Structure , argument_method: Standard , enabled: No , execution_method: SQL*Plus ,
-
Lookup Type: PO_MULTI_MOD_VALIDATION_TYPE
12.2.2
product: PO - Purchasing , meaning: Type of exception in multi-mod validations , description: Type of exception in multi-mod validations ,
-
Lookup Type: SITE_INQUIRY_OPTIONS
12.2.2
product: PO - Purchasing , meaning: Additional information options for vendor sites in the vendor inquiry form , description: Additional information options for vendor sites in the vendor inquiry form ,
-
Lookup Type: SITE_INQUIRY_OPTIONS
12.1.1
product: PO - Purchasing , meaning: Additional information options for vendor sites in the vendor inquiry form , description: Additional information options for vendor sites in the vendor inquiry form ,
-
Lookup Type: VENDOR_INQUIRY_OPTIONS
12.1.1
product: PO - Purchasing , meaning: Additional information options for vendors in the vendor inquiry form , description: Additional information options for vendors in the vendor inquiry form ,
-
Lookup Type: VENDOR_INQUIRY_OPTIONS
12.2.2
product: PO - Purchasing , meaning: Additional information options for vendors in the vendor inquiry form , description: Additional information options for vendors in the vendor inquiry form ,
-
Table: RCV_SUB_LEDGER_DETAILS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SUB_LEDGER_DETAILS, object_name:RCV_SUB_LEDGER_DETAILS, status:VALID, product: PO - Purchasing , description: Detailed accounting lines for the receiving transaction , implementation_dba_data: PO.RCV_SUB_LEDGER_DETAILS ,
-
Table: RCV_SUB_LEDGER_DETAILS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SUB_LEDGER_DETAILS, object_name:RCV_SUB_LEDGER_DETAILS, status:VALID, product: PO - Purchasing , description: Detailed accounting lines for the receiving transaction , implementation_dba_data: PO.RCV_SUB_LEDGER_DETAILS ,
-
Table: RCV_ACCOUNTING_EVENT_TYPES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ACCOUNTING_EVENT_TYPES, object_name:RCV_ACCOUNTING_EVENT_TYPES, status:VALID, product: PO - Purchasing , description: Receiving Accounting Event Types , implementation_dba_data: PO.RCV_ACCOUNTING_EVENT_TYPES ,
-
Table: RCV_ACCOUNTING_EVENT_TYPES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ACCOUNTING_EVENT_TYPES, object_name:RCV_ACCOUNTING_EVENT_TYPES, status:VALID, product: PO - Purchasing , description: Receiving Accounting Event Types , implementation_dba_data: PO.RCV_ACCOUNTING_EVENT_TYPES ,
-
View: RCV_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_AEL_SL_V, object_name:RCV_AEL_SL_V, status:VALID, product: PO - Purchasing , description: PO view accounting View , implementation_dba_data: APPS.RCV_AEL_SL_V ,
-
View: RCV_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_AEL_SL_V, object_name:RCV_AEL_SL_V, status:VALID, product: PO - Purchasing , description: PO view accounting View , implementation_dba_data: APPS.RCV_AEL_SL_V ,
-
Lookup Type: CONTROLLED_OBJECT
12.1.1
product: PO - Purchasing , meaning: Type of object to control , description: Type of object to control ,
-
Lookup Type: CONTROLLED_OBJECT
12.2.2
product: PO - Purchasing , meaning: Type of object to control , description: Type of object to control ,
-
Table: RCV_ACCOUNTING_EVENTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ACCOUNTING_EVENTS, object_name:RCV_ACCOUNTING_EVENTS, status:VALID, product: PO - Purchasing , description: Receiving Accounting Events , implementation_dba_data: PO.RCV_ACCOUNTING_EVENTS ,
-
Table: RCV_ACCOUNTING_EVENTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ACCOUNTING_EVENTS, object_name:RCV_ACCOUNTING_EVENTS, status:VALID, product: PO - Purchasing , description: Receiving Accounting Events , implementation_dba_data: PO.RCV_ACCOUNTING_EVENTS ,
-
Lookup Type: PO_CLM_CUSTOMER_PROJECT_CODE
12.2.2
product: PO - Purchasing , meaning: Customer Project Codes ,
-
Table: RCV_SHIPMENT_LINES_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES_EFC, object_name:RCV_SHIPMENT_LINES_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.RCV_SHIPMENT_LINES_EFC ,
-
Table: PO_VENDOR_SITES_ALL_EBS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_SITES_ALL_EBS, object_name:PO_VENDOR_SITES_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_VENDOR_SITES_ALL_EBS ,
-
Table: PO_REQUISITIONS_INT_ALL_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INT_ALL_EFC, object_name:PO_REQUISITIONS_INT_ALL_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_REQUISITIONS_INT_ALL_EFC ,
-
Table: POA_BIS_SUPPLIER_PERFORMAN_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_BIS_SUPPLIER_PERFORMAN_EFC, object_name:POA_BIS_SUPPLIER_PERFORMAN_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.POA_BIS_SUPPLIER_PERFORMAN_EFC ,
-
Table: PO_LINES_ALL_EBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL_EBS, object_name:PO_LINES_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_LINES_ALL_EBS ,
-
Table: PO_REQUISITIONS_INT_ALL_EFC
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INT_ALL_EFC, object_name:PO_REQUISITIONS_INT_ALL_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_REQUISITIONS_INT_ALL_EFC ,
-
Table: PO_CONTROL_RULES_EFC
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_CONTROL_RULES_EFC, object_name:PO_CONTROL_RULES_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_CONTROL_RULES_EFC ,
-
Table: PO_LINE_LOCATIONS_ALL_EBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL_EBS, object_name:PO_LINE_LOCATIONS_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL_EBS ,
-
Table: PO_REQUISITION_LINES_ALL_EFC
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL_EFC, object_name:PO_REQUISITION_LINES_ALL_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL_EFC ,
-
Table: PO_LINE_LOCATIONS_ALL_EBS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL_EBS, object_name:PO_LINE_LOCATIONS_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL_EBS ,
-
Table: PO_REQ_DISTRIBUTIONS_ALL_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQ_DISTRIBUTIONS_ALL_EFC, object_name:PO_REQ_DISTRIBUTIONS_ALL_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_REQ_DISTRIBUTIONS_ALL_EFC ,
-
Table: PO_CONTROL_RULES_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_CONTROL_RULES_EFC, object_name:PO_CONTROL_RULES_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_CONTROL_RULES_EFC ,
-
Table: PO_RELEASES_ALL_EBS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL_EBS, object_name:PO_RELEASES_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_RELEASES_ALL_EBS ,
-
Table: PO_VENDOR_SITES_ALL_EBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_SITES_ALL_EBS, object_name:PO_VENDOR_SITES_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_VENDOR_SITES_ALL_EBS ,
-
Table: PO_ACCRUAL_WRITE_OFFS_ALL_EFC
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCRUAL_WRITE_OFFS_ALL_EFC, object_name:PO_ACCRUAL_WRITE_OFFS_ALL_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_ACCRUAL_WRITE_OFFS_ALL_EFC ,
-
Table: PO_VENDORS_EBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDORS_EBS, object_name:PO_VENDORS_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_VENDORS_EBS ,
-
Table: PO_RELEASES_ALL_EBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL_EBS, object_name:PO_RELEASES_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_RELEASES_ALL_EBS ,
-
Table: PO_HEADERS_ALL_EBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL_EBS, object_name:PO_HEADERS_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_HEADERS_ALL_EBS ,
-
Table: PO_VENDORS_EBS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDORS_EBS, object_name:PO_VENDORS_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_VENDORS_EBS ,
-
Table: PO_DISTRIBUTIONS_ALL_EBS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ALL_EBS, object_name:PO_DISTRIBUTIONS_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_DISTRIBUTIONS_ALL_EBS ,
-
Table: PO_REQUISITION_LINES_ALL_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL_EFC, object_name:PO_REQUISITION_LINES_ALL_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL_EFC ,
-
Table: POA_BIS_SAVINGS_RPT_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_BIS_SAVINGS_RPT_EFC, object_name:POA_BIS_SAVINGS_RPT_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.POA_BIS_SAVINGS_RPT_EFC ,
-
Table: PO_REQ_DISTRIBUTIONS_ALL_EFC
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQ_DISTRIBUTIONS_ALL_EFC, object_name:PO_REQ_DISTRIBUTIONS_ALL_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_REQ_DISTRIBUTIONS_ALL_EFC ,
-
Table: PO_DISTRIBUTIONS_ALL_EBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ALL_EBS, object_name:PO_DISTRIBUTIONS_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project - Not in Use , implementation_dba_data: PO.PO_DISTRIBUTIONS_ALL_EBS ,
-
Table: POA_BIS_SAVINGS_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_BIS_SAVINGS_EFC, object_name:POA_BIS_SAVINGS_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.POA_BIS_SAVINGS_EFC ,
-
Table: PO_LINES_ALL_EBS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL_EBS, object_name:PO_LINES_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_LINES_ALL_EBS ,
-
Table: PO_ACCRUAL_WRITE_OFFS_ALL_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCRUAL_WRITE_OFFS_ALL_EFC, object_name:PO_ACCRUAL_WRITE_OFFS_ALL_EFC, status:VALID, product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: PO.PO_ACCRUAL_WRITE_OFFS_ALL_EFC ,
-
Table: PO_HEADERS_ALL_EBS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL_EBS, object_name:PO_HEADERS_ALL_EBS, status:VALID, product: PO - Purchasing , description: archive for euro business support project , implementation_dba_data: PO.PO_HEADERS_ALL_EBS ,