Search Results jai_rgm_dis_src_hdrs
Overview
The JAI_RGM_DIS_SRC_HDRS table is a core data object within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It is designed to support regional regulatory requirements, specifically for distribution transactions. As indicated by its description, this table functions as a header-level repository for details pertaining to the source organization from which a distribution transaction originates. Its primary role is to capture and maintain the master transactional context for goods movement from a specific source, which is essential for subsequent tax calculations, settlement processing, and compliance reporting mandated by local statutes in applicable jurisdictions.
Key Information Stored
The table's structure is centered around a unique transaction identifier and key foreign key relationships that link it to other master and transactional entities within EBS. The primary key column, TRANSFER_ID, uniquely identifies each source distribution record. The table's critical foreign key columns establish essential business relationships: SETTLEMENT_ID links to the JAI_RGM_SETTLEMENTS table for financial settlement tracking; LOCATION_ID references HR_LOCATIONS_ALL to define the precise physical or logical address of the source; and PARTY_ID connects to HZ_PARTIES, identifying the trading entity (like a legal business unit or organization) acting as the source. Collectively, these columns store the foundational "who" and "where" of the distribution source.
Common Use Cases and Queries
This table is integral to processes requiring a consolidated view of distribution sources for tax determination, audit trails, and settlement reconciliation. A common reporting use case involves joining source header data with corresponding tax lines and destination details to generate a comprehensive transfer document. For technical analysis or support, a frequent query pattern retrieves all source headers for a specific settlement or party. For instance, to audit all source distributions linked to a particular settlement, one might use: SELECT * FROM jai_rgm_dis_src_hdrs WHERE settlement_id = <settlement_id>;. Another critical scenario involves validating the completeness of a transaction by ensuring that for every TRANSFER_ID in JAI_RGM_DIS_SRC_HDRS, corresponding tax detail records exist in JAI_RGM_DIS_SRC_TAXES.
Related Objects
The JAI_RGM_DIS_SRC_HDRS table exists within a tightly coupled schema, with documented relationships to several other objects. It references the following tables as foreign key dependencies:
- JAI_RGM_SETTLEMENTS via the column JAI_RGM_DIS_SRC_HDRS.SETTLEMENT_ID.
- HR_LOCATIONS_ALL via the column JAI_RGM_DIS_SRC_HDRS.LOCATION_ID.
- HZ_PARTIES via the column JAI_RGM_DIS_SRC_HDRS.PARTY_ID.
- JAI_RGM_DIS_DES_HDRS uses JAI_RGM_DIS_SRC_HDRS.TRANSFER_ID as a foreign key (JAI_RGM_DIS_DES_HDRS.TRANSFER_ID), linking source and destination headers.
- JAI_RGM_DIS_SRC_TAXES uses JAI_RGM_DIS_SRC_HDRS.TRANSFER_ID as a foreign key (JAI_RGM_DIS_SRC_TAXES.TRANSFER_ID), attaching detailed tax lines to the source header.
-
Table: JAI_RGM_DIS_SRC_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DIS_SRC_HDRS, object_name:JAI_RGM_DIS_SRC_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of the source organization where distribution transaction is done , implementation_dba_data: JA.JAI_RGM_DIS_SRC_HDRS ,
-
Table: JAI_RGM_DIS_SRC_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DIS_SRC_HDRS, object_name:JAI_RGM_DIS_SRC_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of the source organization where distribution transaction is done , implementation_dba_data: JA.JAI_RGM_DIS_SRC_HDRS ,
-
Table: JAI_RGM_DIS_SRC_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DIS_SRC_TAXES, object_name:JAI_RGM_DIS_SRC_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores taxes and amounts transferred from the source organization. , implementation_dba_data: JA.JAI_RGM_DIS_SRC_TAXES ,
-
Table: JAI_RGM_DIS_DES_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DIS_DES_HDRS, object_name:JAI_RGM_DIS_DES_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of destination organization which will receive the transfer , implementation_dba_data: JA.JAI_RGM_DIS_DES_HDRS ,
-
Table: JAI_RGM_DIS_DES_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DIS_DES_HDRS, object_name:JAI_RGM_DIS_DES_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of destination organization which will receive the transfer , implementation_dba_data: JA.JAI_RGM_DIS_DES_HDRS ,
-
Table: JAI_RGM_DIS_SRC_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DIS_SRC_TAXES, object_name:JAI_RGM_DIS_SRC_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores taxes and amounts transferred from the source organization. , implementation_dba_data: JA.JAI_RGM_DIS_SRC_TAXES ,
-
Table: JAI_RGM_SETTLEMENTS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_SETTLEMENTS, object_name:JAI_RGM_SETTLEMENTS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the settlement information by tax regime , implementation_dba_data: JA.JAI_RGM_SETTLEMENTS ,
-
Table: JAI_RGM_SETTLEMENTS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_SETTLEMENTS, object_name:JAI_RGM_SETTLEMENTS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the settlement information by tax regime , implementation_dba_data: JA.JAI_RGM_SETTLEMENTS ,
-
View: JAI_AP_STDIST_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_STDIST_AEL_V, object_name:JAI_AP_STDIST_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Base view of service tax distribution UI , implementation_dba_data: APPS.JAI_AP_STDIST_AEL_V ,