Search Results jai_rcv_headers
Overview
JAI_RCV_HEADERS is the India Localization receipts header table, owned by the JA schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It mirrors the structure and semantics of the standard Oracle Receiving table RCV_SHIPMENT_HEADERS, extending it with India-specific excise and tax attributes required for statutory compliance. The table is classified as VALID within the ETRM repository and forms part of the JA – Asia/Pacific Localizations product family.
Functionally, the table stores receipt header information for inbound shipments, including vendor and customer references, excise invoice details, and RMA processing indicators. It serves as the localization anchor point that integrates with Oracle Purchasing and Oracle Receiving flows when the India Localization (JA) module is installed. Based on its foreign key structure, the heuristic Data Vault classification for this object is link: it bridges party master data (vendors and customers), party sites, and organization units, connecting these reference hubs to transactional receipt activity.
Key Information Stored
The primary key JAI_RCV_HEADERS_PK is defined on SHIPMENT_HEADER_ID, a surrogate identifier that aligns the localization record with the corresponding standard shipment header. The most significant columns include:
- SHIPMENT_HEADER_ID – Primary key and surrogate identifier linking the localized header to the underlying receiving shipment.
- RECEIPT_NUM and SHIPMENT_NUM – Human-readable document numbers for the receipt and its shipment grouping.
- RECEIPT_SOURCE_CODE – Indicates the origin of the receipt, such as vendor or internal transfer.
- SHIPPED_DATE – Date on which the goods were shipped, relevant for excise and reporting timelines.
- ORGANIZATION_ID – The inventory organization receiving the goods; foreign key to HR_ALL_ORGANIZATION_UNITS.
- VENDOR_ID and VENDOR_SITE_ID – Foreign keys to HZ_PARTIES and HZ_PARTY_SITES identifying the supplier and supplier site.
- CUSTOMER_ID and CUSTOMER_SITE_ID – Foreign keys to HZ_PARTIES and HZ_PARTY_SITES identifying the customer, applicable for RMA and returns processing.
- EXCISE_INVOICE_NO and EXCISE_INVOICE_DATE – India-specific excise invoice reference and date, central to tax compliance.
- RMA_TYPE – Classifies return material authorization types where the receipt is a return.
- ONLINE_CLAIM_FLAG, APPLY_HEADER_FLAG, and THIRD_PARTY_FLAG – Control flags governing claim processing, header application, and third-party transaction behavior.
- OBJECT_VERSION_NUMBER, LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, and LAST_UPDATE_LOGIN – Standard audit and concurrency columns.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 – Descriptive flexfield segments for localization-specific extensions.
No unique business-key index other than the primary key is documented; RECEIPT_NUM and SHIPMENT_NUM are therefore business identifiers rather than enforced unique keys.
Common Use Cases and Queries
Typical use cases center on India excise reporting and receipts reconciliation. A common query joins the localization header to the standard receiving tables to reconcile excise invoices against shipments:
- Extracting excise invoice registers for a given period using EXCISE_INVOICE_DATE and EXCISE_INVOICE_NO.
- Reconciling localization receipts to standard RCV_SHIPMENT_HEADERS on SHIPMENT_HEADER_ID.
- Reporting vendor-wise and organization-wise inbound receipt volumes using VENDOR_ID and ORGANIZATION_ID.
- Identifying return transactions through RMA_TYPE and CUSTOMER_ID for credit and claim processing.
- Auditing third-party and online claim scenarios via THIRD_PARTY_FLAG and ONLINE_CLAIM_FLAG.
A representative pattern: SELECT h.RECEIPT_NUM, h.EXCISE_INVOICE_NO, p.PARTY_NAME FROM JA.JAI_RCV_HEADERS h, HZ_PARTIES p WHERE h.VENDOR_ID = p.PARTY_ID AND h.EXCISE_INVOICE_DATE BETWEEN :start_date AND :end_date;
Related Objects
- RCV_SHIPMENT_HEADERS – Standard receiving header; joined on SHIPMENT_HEADER_ID, the localization counterpart structure.
- HZ_PARTIES – Referenced by VENDOR_ID and CUSTOMER_ID for supplier and customer identity.
- HZ_PARTY_SITES – Referenced by VENDOR_SITE_ID and CUSTOMER_SITE_ID for site-level address and tax details.
- HR_ALL_ORGANIZATION_UNITS – Referenced by ORGANIZATION_ID to resolve the receiving inventory organization.
- JAI_RCV_LINES – The corresponding India localization receipt line table, linked through the shipment header.
- JAI_AP_TDS_INVOICES / JAI_CMN_* – India localization tax and common tables that consume receipt header data for excise reporting.
- RCV_SHIPMENT_LINES – Standard line detail that pairs with this header for full receipt documents.
- PO_HEADERS_ALL / PO_LINES_ALL – Purchase order references underlying the receipt for procurement traceability.
-
Table: JAI_RCV_HEADERS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RCV_HEADERS, object_name:JAI_RCV_HEADERS, status:VALID, product: JA - Asia/Pacific Localizations , description: India Localization Receipts Header Table same as RCV_SHIPMENT_HEADERS , implementation_dba_data: JA.JAI_RCV_HEADERS ,
-
Table: JAI_RCV_HEADERS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RCV_HEADERS, object_name:JAI_RCV_HEADERS, status:VALID, product: JA - Asia/Pacific Localizations , description: India Localization Receipts Header Table same as RCV_SHIPMENT_HEADERS , implementation_dba_data: JA.JAI_RCV_HEADERS ,
-
SYNONYM: APPS.JAI_RCV_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_RCV_HEADERS, status:VALID,
-
SYNONYM: APPS.JAI_RCV_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_RCV_HEADERS, status:VALID,
-
VIEW: APPS.JAI_BOE_MATCHINGS_V
12.2.2
-
VIEW: JA.JAI_RCV_HEADERS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_RCV_HEADERS#, status:VALID,
-
VIEW: JA.JAI_RCV_HEADERS#
12.2.2
-
View: JAI_BOE_MATCHINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_BOE_MATCHINGS_V, object_name:JAI_BOE_MATCHINGS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_BOE_MATCHINGS_V ,
-
TABLE: JA.JAI_RCV_HEADERS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RCV_HEADERS, object_name:JAI_RCV_HEADERS, status:VALID,
-
VIEW: APPS.JAI_RCV_CLAIM_MODVAT_V
12.1.1
-
VIEW: APPS.JAI_RCV_CLAIM_MODVAT_V
12.2.2
-
PACKAGE BODY: APPS.JAI_PO_HA_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_PO_HA_TRIGGER_PKG, status:VALID,
-
VIEW: APPS.JAI_PO_REC_VAT_AEL_V
12.2.2
-
PACKAGE BODY: APPS.JAI_RCV_RT_TRIGGER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RT_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_RT_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RT_TRIGGER_PKG, status:VALID,
-
VIEW: APPS.JAI_PO_REC_CENVAT_AEL_V
12.2.2
-
VIEW: APPS.JAI_PO_REC_RMA_AEL_V
12.2.2
-
TABLE: JA.JAI_RCV_HEADERS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RCV_HEADERS, object_name:JAI_RCV_HEADERS, status:VALID,
-
VIEW: APPS.JAI_BOE_MATCHINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_BOE_MATCHINGS_V, object_name:JAI_BOE_MATCHINGS_V, status:VALID,
-
VIEW: APPS.JAI_PO_REC_MTL_AEL_V
12.2.2
-
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: APPS.JAI_PO_REC_AEL_V
12.2.2
-
Table: HZ_PARTY_SITES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
Table: HZ_PARTY_SITES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
VIEW: APPS.JAI_PO_REC_VENDOR_AEL_V
12.2.2
-
View: JAI_RCV_CLAIM_MODVAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_CLAIM_MODVAT_V, object_name:JAI_RCV_CLAIM_MODVAT_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_CLAIM_MODVAT_V ,
-
VIEW: APPS.JAI_RCV_CLAIM_MODVAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_CLAIM_MODVAT_V, object_name:JAI_RCV_CLAIM_MODVAT_V, status:VALID,
-
View: JAI_RCV_CLAIM_MODVAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_CLAIM_MODVAT_V, object_name:JAI_RCV_CLAIM_MODVAT_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_CLAIM_MODVAT_V ,
-
12.1.1 DBA Data
12.1.1
-
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_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: APPS.JAI_RCV_CLAIM_MODVAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_CLAIM_MODVAT_V, object_name:JAI_RCV_CLAIM_MODVAT_V, status:VALID,
-
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_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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
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: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.JAI_PO_HA_TRIGGER_PKG SQL Statements
12.2.2
-
APPS.JAI_RCV_RT_TRIGGER_PKG SQL Statements
12.1.1
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
APPS.JAI_RCV_RT_TRIGGER_PKG SQL Statements
12.2.2
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,