Search Results rcv_accounting_events
The RCV_ACCOUNTING_EVENTS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking accounting events related to the Receiving (RCV) module. This table stores transactional data that facilitates the creation of accounting entries for received goods, return transactions, and other receiving-related activities. Below is a detailed breakdown of its structure, purpose, and integration within Oracle EBS.
Purpose and Functionality
TheRCV_ACCOUNTING_EVENTS
table serves as a bridge between receiving transactions and the General Ledger (GL). It captures accounting events triggered by receiving operations, such as:
- Receipt of Goods: Records events when items are received into inventory or expense destinations.
- Return to Supplier: Tracks accounting events for returned items.
- Accruals and Adjustments: Manages accrual entries for uninvoiced receipts and subsequent adjustments.
GL_INTERFACE
, ensuring proper financial reporting.
Key Columns and Relationships
The table includes columns that link receiving transactions to their accounting outcomes:- EVENT_ID: Primary key uniquely identifying each accounting event.
- TRANSACTION_ID: References
RCV_TRANSACTIONS
, linking to the original receiving transaction. - ACCOUNTING_EVENT_TYPE: Classifies the event (e.g., 'RECEIVE', 'RETURN TO VENDOR').
- ACCOUNTING_DATE: The date used for GL period validation.
- CREATION_DATE, CREATED_BY: Audit columns tracking record creation.
- PROCESS_STATUS: Indicates whether the event is 'PENDING', 'PROCESSED', or 'ERROR'.
RCV_TRANSACTIONS
, PO_DISTRIBUTIONS
, and GL_INTERFACE
to ensure end-to-end accounting integrity.
Integration with Subledger Accounting (SLA)
In Oracle EBS 12.2.2, Subledger Accounting (SLA) enhances the processing of events inRCV_ACCOUNTING_EVENTS
by:
- Providing customizable accounting rules via SLA definitions.
- Enabling detailed audit trails through
XLA_EVENTS
andXLA_AE_LINES
. - Supporting multi-period accounting for complex accruals.
Common Use Cases and Troubleshooting
1. Unprocessed Events: Events stuck in 'PENDING' status may indicate issues with the Receiving Accounting Process. Verify concurrent request logs and check for missing distributions or invalid setups.2. Period Close Issues: Ensure
ACCOUNTING_DATE
aligns with open GL periods. Events with invalid dates will fail to transfer to GL_INTERFACE
.3. Data Integrity: Orphaned records (e.g., missing
TRANSACTION_ID
) can disrupt reconciliation. Use SQL scripts to identify and purge inconsistent data.
Performance Considerations
Large volumes of receiving transactions can impact performance. Recommendations include:- Indexing frequently queried columns like
EVENT_ID
andPROCESS_STATUS
. - Purging processed events via
RCV_ACCOUNTING_EVENTS_PURGE
API. - Monitoring SLA concurrent requests during period-end close.
Conclusion
TheRCV_ACCOUNTING_EVENTS
table is pivotal for accurate financial reporting in Oracle EBS Receiving. Its integration with SLA (in 12.2.2) and core modules ensures transactional data seamlessly flows to the General Ledger. Proper maintenance and understanding of this table are essential for troubleshooting and optimizing receiving accounting processes.
-
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 ,
-
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_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 ,
-
Table: RCV_RECEIVING_SUB_LEDGER
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_RECEIVING_SUB_LEDGER, object_name:RCV_RECEIVING_SUB_LEDGER, status:VALID, product: PO - Purchasing , description: Receiving subledger , implementation_dba_data: PO.RCV_RECEIVING_SUB_LEDGER ,
-
Table: RCV_RECEIVING_SUB_LEDGER
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_RECEIVING_SUB_LEDGER, object_name:RCV_RECEIVING_SUB_LEDGER, status:VALID, product: PO - Purchasing , description: Receiving subledger , implementation_dba_data: PO.RCV_RECEIVING_SUB_LEDGER ,
-
Table: PO_RELEASES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
Table: PO_RELEASES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
Table: PO_LINE_LOCATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINE_LOCATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_DISTRIBUTIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ALL, object_name:PO_DISTRIBUTIONS_ALL, status:VALID, product: PO - Purchasing , description: Purchase order distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ALL ,
-
Table: PO_DISTRIBUTIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ALL, object_name:PO_DISTRIBUTIONS_ALL, status:VALID, product: PO - Purchasing , description: Purchase order distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ALL ,
-
Table: PO_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
Table: PO_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
View: RCV_RECEIVING_ACCT_DISTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIVING_ACCT_DISTR_V, object_name:RCV_RECEIVING_ACCT_DISTR_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted - Retrofitted , implementation_dba_data: APPS.RCV_RECEIVING_ACCT_DISTR_V ,
-
View: RCV_RECEIVING_ACCT_DISTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIVING_ACCT_DISTR_V, object_name:RCV_RECEIVING_ACCT_DISTR_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted - Retrofitted , implementation_dba_data: APPS.RCV_RECEIVING_ACCT_DISTR_V ,
-
Table: RCV_TRANSACTIONS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS, object_name:RCV_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving transactions , implementation_dba_data: PO.RCV_TRANSACTIONS ,
-
Table: RCV_TRANSACTIONS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS, object_name:RCV_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving transactions , implementation_dba_data: PO.RCV_TRANSACTIONS ,
-
Table: PO_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
View: RCV_REC_ACCT_DISTR_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_REC_ACCT_DISTR_MRC_V, object_name:RCV_REC_ACCT_DISTR_MRC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_REC_ACCT_DISTR_MRC_V ,
-
View: RCV_REC_ACCT_DISTR_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_REC_ACCT_DISTR_MRC_V, object_name:RCV_REC_ACCT_DISTR_MRC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_REC_ACCT_DISTR_MRC_V ,
-
Table: PO_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,