Search Results jai_rgm_parties
Overview
The JAI_RGM_PARTIES table is a core data object within the Oracle E-Business Suite Asia/Pacific (JA) Localizations module, specifically for versions 12.1.1 and 12.2.2. It serves as the central repository for associating an organization with a specific tax or regulatory regime. This association is fundamental for managing region-specific compliance, such as Goods and Services Tax (GST) in India or other statutory regimes across the Asia/Pacific region. The table acts as a junction, linking the master definitions of regimes, organizational structures, physical locations, and tax authorities to define the precise context under which tax rules and calculations are applied for a given business entity.
Key Information Stored
The table's primary key, REGIME_ORG_ID, uniquely identifies each organization-regime association. Its critical foreign key columns define the components of this association. The REGIME_ID links to JAI_RGM_DEFINITIONS, specifying the applicable tax regime. The ORGANIZATION_ID and LOCATION_ID link to HR_ALL_ORGANIZATION_UNITS and HR_LOCATIONS_ALL, respectively, pinpointing the specific operating unit and its physical address subject to the regime. Furthermore, AUTHORITY_ID and AUTHORITY_SITE_ID establish connections to HZ_PARTIES and HZ_PARTY_SITES, identifying the relevant government tax authority and its official address for reporting and remittance purposes related to this specific association.
Common Use Cases and Queries
A primary use case is determining the applicable tax regime for a transaction originating from a specific organization and location. For reporting, the table is essential for generating statutory returns, as it links transactional data to the correct authority. Common queries involve joining this table to regime definitions and organization details. For instance, to list all regime associations for an organization:
- SELECT rgp.regime_org_id, rgd.regime_code, hou.name org_name, hl.location_code
FROM jai_rgm_parties rgp,
jai_rgm_definitions rgd,
hr_all_organization_units hou,
hr_locations_all hl
WHERE rgp.regime_id = rgd.regime_id
AND rgp.organization_id = hou.organization_id
AND rgp.location_id = hl.location_id
AND hou.name = '<Org Name>';
Another critical query pattern validates the regime-party setup before processing transactions by checking for an existing association between a given regime, organization, and location.
Related Objects
JAI_RGM_PARTIES maintains extensive relationships with other localization tables, as documented in the ETRM metadata. It references master tables for its key components:
- JAI_RGM_DEFINITIONS via REGIME_ID
- HR_ALL_ORGANIZATION_UNITS via ORGANIZATION_ID
- HR_LOCATIONS_ALL via LOCATION_ID
- HZ_PARTIES via AUTHORITY_ID
- HZ_PARTY_SITES via AUTHORITY_SITE_ID
Conversely, it is referenced as a parent table by transactional and regulatory objects:
- JAI_RGM_MANUAL_TRXS references it via REGIME_ORG_ID.
- JAI_RGM_PARTY_REGNS (likely storing party-specific registrations under a regime) references it via REGIME_ORG_ID.
These relationships underscore its role as a mandatory setup prerequisite for generating compliant tax transactions and registrations within the localized system.
-
Table: JAI_RGM_PARTIES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_PARTIES, object_name:JAI_RGM_PARTIES, status:VALID, product: JA - Asia/Pacific Localizations , description: Organization association with regime is stored in this table , implementation_dba_data: JA.JAI_RGM_PARTIES ,
-
Table: JAI_RGM_PARTIES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_PARTIES, object_name:JAI_RGM_PARTIES, status:VALID, product: JA - Asia/Pacific Localizations , description: Organization association with regime is stored in this table , implementation_dba_data: JA.JAI_RGM_PARTIES ,
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_RGM_PARTIES
12.1.1
-
APPS.JAI_GST_GENERAL_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_OM_TAX_PROCESSING_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_RGM_PARTIES
12.1.1
-
APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_RGM_PARTIES
12.1.1
-
APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on JAI_RGM_PARTIES
12.1.1
-
APPS.JAI_RCV_TAX_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_BOE_GENERAL_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_ETCS_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_RCV_TAX_PKG dependencies on JAI_RGM_PARTIES
12.1.1
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on JAI_RGM_PARTIES
12.1.1
-
APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_RGM_PARTIES
12.1.1
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on JAI_RGM_PARTIES
12.1.1
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_GST_TAX_DEFAULTATION_PKG dependencies on JAI_RGM_PARTIES
12.2.2
-
APPS.JAI_GST_TAX_DEFAULTATION_PKG dependencies on JAI_RGM_DEFINITIONS
12.2.2
-
VIEW: APPS.JAI_RGM_ORGANIZATIONS_V
12.1.1
-
VIEW: JA.JAI_RGM_PARTIES#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_RGM_PARTIES#, status:VALID,
-
View: JAI_RGM_ORGANIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RGM_ORGANIZATIONS_V, object_name:JAI_RGM_ORGANIZATIONS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RGM_ORGANIZATIONS_V ,
-
VIEW: APPS.JAI_RGM_ORGANIZATIONS_V
12.2.2
-
VIEW: APPS.JAI_RGM_ORG_REGNS_V
12.1.1
-
View: JAI_RGM_ORGANIZATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RGM_ORGANIZATIONS_V, object_name:JAI_RGM_ORGANIZATIONS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RGM_ORGANIZATIONS_V ,
-
APPS.JAI_RCV_TAX_PKG dependencies on JAI_RGM_DEFINITIONS
12.2.2
-
VIEW: JA.JAI_RGM_PARTIES#
12.2.2
-
APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_RGM_PARTY_REGNS
12.1.1
-
VIEW: APPS.JAI_RGM_ORG_REGNS_V
12.2.2
-
APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_RGM_REGISTRATIONS
12.1.1
-
APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_RGM_DEFINITIONS
12.2.2
-
APPS.JAI_GST_TAX_DEFAULTATION_PKG dependencies on JAI_CONSTANTS
12.2.2
-
VIEW: APPS.JAI_AP_TDS_ORG_TAN_V
12.1.1
-
APPS.JAI_RCV_TAX_PKG dependencies on JAI_RGM_DEFINITIONS
12.1.1
-
APPS.JAI_BOE_GENERAL_PKG dependencies on JAI_RGM_REGISTRATIONS
12.2.2
-
SYNONYM: APPS.JAI_RGM_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_PARTIES, status:VALID,
-
APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_RGM_PARTY_REGNS
12.2.2
-
SYNONYM: APPS.JAI_RGM_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_PARTIES, status:VALID,
-
APPS.JAI_GST_TAX_DEFAULTATION_PKG SQL Statements
12.2.2
-
APPS.JAI_GST_GENERAL_PKG dependencies on JAI_RGM_REGISTRATIONS
12.2.2
-
APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_RGM_REGISTRATIONS
12.2.2
-
APPS.JAI_ETCS_PKG dependencies on JAI_RGM_DEFINITIONS
12.2.2
-
APPS.JAI_BOE_GENERAL_PKG dependencies on JAI_RGM_DEFINITIONS
12.2.2
-
TABLE: JA.JAI_RGM_PARTIES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_PARTIES, object_name:JAI_RGM_PARTIES, status:VALID,
-
TABLE: JA.JAI_RGM_PARTIES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_PARTIES, object_name:JAI_RGM_PARTIES, status:VALID,