Search Results jai_rcv_transactions
Overview
The JAI_RCV_TRANSACTIONS table is a core data repository within the Oracle E-Business Suite (EBS) Asia/Pacific Localizations module (product JA). It functions as a supporting table that holds receiving transaction records information, specifically for tax and localization purposes. Its primary role is to extend the standard receiving functionality (RCV_TRANSACTIONS) by storing additional attributes and relationships required for statutory compliance in supported Asia/Pacific regions, such as India. The table is integral to generating accurate tax calculations and reports for received goods by maintaining a detailed lineage and context for each transaction.
Key Information Stored
The table's structure centers on linking localization data to standard EBS receiving entities. Its primary key is TRANSACTION_ID, which directly references the base RCV_TRANSACTIONS table. Key foreign key columns establish critical relationships: SHIPMENT_HEADER_ID and SHIPMENT_LINE_ID link to the shipment details in RCV_SHIPMENT_HEADERS and RCV_SHIPMENT_LINES. The INVENTORY_ITEM_ID and ORGANIZATION_ID columns reference the item and organization in MTL_SYSTEM_ITEMS_B. Notably, the table also tracks hierarchical and tax-specific transaction relationships through PARENT_TRANSACTION_ID and TAX_TRANSACTION_ID, which are foreign keys back to RCV_TRANSACTIONS. This allows the application to model complex receipt scenarios and associated tax events accurately.
Common Use Cases and Queries
This table is primarily accessed for generating localized tax reports and reconciling receipt-related tax data. A common use case involves querying all receiving transactions for a specific organization that have associated localization data for a given period. A typical reporting query would join this table with its related base tables to extract a comprehensive audit trail.
- Sample Query for Transaction Audit: SELECT jrt.transaction_id, rt.transaction_type, rt.transaction_date, msi.segment1 item_code, hou.name operating_unit FROM jai_rcv_transactions jrt, rcv_transactions rt, mtl_system_items_b msi, hr_operating_units hou WHERE jrt.transaction_id = rt.transaction_id AND jrt.inventory_item_id = msi.inventory_item_id AND jrt.organization_id = msi.organization_id AND rt.organization_id = hou.organization_id AND rt.transaction_date BETWEEN :p_start_date AND :p_end_date;
- Tax Reconciliation: The table is crucial for reconciling tax amounts calculated by the localization engine with the underlying physical receipts, often by joining on TAX_TRANSACTION_ID.
Related Objects
JAI_RCV_TRANSACTIONS is a central hub with dependencies on several standard EBS tables. As documented, its primary foreign key relationships are with:
- RCV_TRANSACTIONS: The core receiving transaction table, linked via TRANSACTION_ID, PARENT_TRANSACTION_ID, and TAX_TRANSACTION_ID.
- RCV_SHIPMENT_HEADERS & RCV_SHIPMENT_LINES: For shipment-level details.
- MTL_SYSTEM_ITEMS_B: For item master data.
- HR_ALL_ORGANIZATION_UNITS & HR_LOCATIONS_ALL: For organization and location information.
This table is typically referenced by localization-specific reports, interfaces, and tax calculation programs within the JA module, which consume its data to fulfill regional legal requirements.
-
Table: JAI_RCV_TRANSACTIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RCV_TRANSACTIONS, object_name:JAI_RCV_TRANSACTIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Holds receiving transaction records information. , implementation_dba_data: JA.JAI_RCV_TRANSACTIONS ,
-
Table: JAI_RCV_TRANSACTIONS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RCV_TRANSACTIONS, object_name:JAI_RCV_TRANSACTIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Holds receiving transaction records information. , implementation_dba_data: JA.JAI_RCV_TRANSACTIONS ,
-
View: JAI_MTL_CVAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_MTL_CVAT_V, object_name:JAI_MTL_CVAT_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_MTL_CVAT_V ,
-
View: JAI_MTL_CVAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_MTL_CVAT_V, object_name:JAI_MTL_CVAT_V, status:VALID, product: JA - Asia/Pacific Localizations , description: This view lists the Excise related receipts for interorg transfer , implementation_dba_data: APPS.JAI_MTL_CVAT_V ,
-
View: JAI_PO_REC_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_REC_AEL_V, object_name:JAI_PO_REC_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Base view of PO receipt , implementation_dba_data: APPS.JAI_PO_REC_AEL_V ,
-
View: JAI_PO_REC_CENVAT_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_REC_CENVAT_AEL_V, object_name:JAI_PO_REC_CENVAT_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Fetches accounting entries for 'cenvat claim reversal' event , implementation_dba_data: APPS.JAI_PO_REC_CENVAT_AEL_V ,
-
View: JAI_PO_REC_VAT_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_REC_VAT_AEL_V, object_name:JAI_PO_REC_VAT_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Fetch accounting entries for 'vat claim' event , implementation_dba_data: APPS.JAI_PO_REC_VAT_AEL_V ,
-
View: JAI_PO_REC_RMA_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_REC_RMA_AEL_V, object_name:JAI_PO_REC_RMA_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Fetch accounting entries when third party is customer, to handle 'rma accounting event' , implementation_dba_data: APPS.JAI_PO_REC_RMA_AEL_V ,
-
View: JAI_PO_REC_MTL_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_REC_MTL_AEL_V, object_name:JAI_PO_REC_MTL_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Fetch accounting entries for Deliver event with Source 'Inventory India', Category 'MTL' , implementation_dba_data: APPS.JAI_PO_REC_MTL_AEL_V ,
-
View: JAI_RCV_RTV_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_RTV_LINES_V, object_name:JAI_RCV_RTV_LINES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_RTV_LINES_V ,
-
View: JAI_PO_REC_VENDOR_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_REC_VENDOR_AEL_V, object_name:JAI_PO_REC_VENDOR_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Fetch accounting entries when third party is Vendor, to handle events: 'Receipt', 'Cenvat Claim', 'RTV', 'RTR', 'Deliver' 'Correction', 'BOE Application and relieving' , implementation_dba_data: APPS.JAI_PO_REC_VENDOR_AEL_V ,
-
View: JAI_RCV_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_TAX_V, object_name:JAI_RCV_TAX_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_TAX_V ,
-
View: JAI_RCV_RTV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_RTV_LINES_V, object_name:JAI_RCV_RTV_LINES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_RTV_LINES_V ,
-
View: JAI_RCV_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_TAX_V, object_name:JAI_RCV_TAX_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_TAX_V ,