Search Results jai_rgm_definitions
Overview
The JAI_RGM_DEFINITIONS table is a core master data table within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It functions as the central repository for defining tax or regulatory regimes, which are fundamental to the localized compliance features for countries in the Asia/Pacific region. A regime typically represents a distinct statutory framework, such as India's Tax Deducted at Source (TDS) or Service Tax. This table stores the essential metadata for each regime, enabling the system to manage regime-specific rules, calculations, thresholds, and reporting. Its role is pivotal in structuring the entire tax determination and compliance process within the localized applications.
Key Information Stored
While the provided metadata does not list all columns, the primary and unique keys indicate the critical data stored. The table's structure is designed to uniquely identify and manage regimes over time. The primary key is REGIME_ID, a system-generated unique identifier. A significant unique key constraint (JAI_RGM_DEFINITIONS_UK1) is defined on the combination of REGIME_CODE and EFFECTIVE_DATE_TO. This implies that the REGIME_CODE (a user-defined short name for the regime, like 'IN_TDS') is effective for a specific period, with the EFFECTIVE_DATE_TO column managing the regime's validity. Other columns, not detailed in the excerpt, would typically store descriptive information such as the regime name, effective start date, status, and configuration flags controlling its behavior within the system.
Common Use Cases and Queries
This table is primarily referenced for setup validation, reporting, and as a key filter in transactional processing. Common operational scenarios include validating active regimes for a given date, generating master lists for setup screens, and troubleshooting data integrity. A fundamental query retrieves all currently active regimes:
- SELECT regime_id, regime_code, regime_name FROM jai_rgm_definitions WHERE SYSDATE BETWEEN effective_date_from AND NVL(effective_date_to, SYSDATE+1);
Another critical use case involves joining JAI_RGM_DEFINITIONS with its numerous child tables to generate comprehensive reports. For example, to list all parties registered under each regime, a query would join JAI_RGM_DEFINITIONS with JAI_RGM_PARTIES on REGIME_ID. System administrators and functional consultants frequently query this table to understand the configured regime landscape before setting up related rules or processing transactions.
Related Objects
As evidenced by the extensive foreign key relationships, JAI_RGM_DEFINITIONS is a parent table to a wide array of transactional and setup tables within the JA schema. Key dependent objects include:
- JAI_RGM_THRESHOLDS & JAI_AP_TDS_THHOLD_HDRS: Store financial limits for regime applicability.
- JAI_RGM_REGISTRATIONS & JAI_RGM_PARTIES: Manage party enrollment under specific regimes.
- JAI_RGM_SETTLEMENTS & JAI_RGM_BALANCE_T: Handle payment and liability accounting.
- JAI_RGM_CERTIFICATES & JAI_RGM_DOC_SEQ_HDRS: Manage compliance documents and numbering.
- JAI_RGM_TERM_ASSIGNS & JAI_RGM_REFS_ALL: Link regimes to tax rates and other reference data.
This network of relationships underscores the table's central role; the REGIME_ID acts as the critical foreign key propagating the regime context throughout the localization's data model.
-
Table: JAI_RGM_DEFINITIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DEFINITIONS, object_name:JAI_RGM_DEFINITIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores regime information. , implementation_dba_data: JA.JAI_RGM_DEFINITIONS ,
-
Table: JAI_RGM_DEFINITIONS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DEFINITIONS, object_name:JAI_RGM_DEFINITIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores regime information. , implementation_dba_data: JA.JAI_RGM_DEFINITIONS ,
-
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: 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 ,
-
View: JAI_RGM_ORG_REGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RGM_ORG_REGNS_V, object_name:JAI_RGM_ORG_REGNS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RGM_ORG_REGNS_V ,
-
View: JAI_RGM_ORG_REGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RGM_ORG_REGNS_V, object_name:JAI_RGM_ORG_REGNS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RGM_ORG_REGNS_V ,
-
Table: JAI_RGM_THRESHOLDS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_THRESHOLDS, object_name:JAI_RGM_THRESHOLDS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores threshold amount for ORG_TAN_NUM ,PARTY_PAN_NUM and FIN_YEAR , implementation_dba_data: JA.JAI_RGM_THRESHOLDS ,
-
Table: JAI_RGM_CONC_REQUESTS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_CONC_REQUESTS, object_name:JAI_RGM_CONC_REQUESTS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the Requests information submitted for India - Service Tax Processing , implementation_dba_data: JA.JAI_RGM_CONC_REQUESTS ,
-
Table: JAI_RGM_THRESHOLDS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_THRESHOLDS, object_name:JAI_RGM_THRESHOLDS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores threshold amount for ORG_TAN_NUM ,PARTY_PAN_NUM and FIN_YEAR , implementation_dba_data: JA.JAI_RGM_THRESHOLDS ,
-
Table: JAI_RGM_DOC_SEQ_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DOC_SEQ_HDRS, object_name:JAI_RGM_DOC_SEQ_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores regimeidentifier, party_id and party_site_id info for Document Seq Setup , implementation_dba_data: JA.JAI_RGM_DOC_SEQ_HDRS ,
-
Table: JAI_RGM_BALANCE_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_BALANCE_T, object_name:JAI_RGM_BALANCE_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Debit and credit balances for every org and location for every tax type , implementation_dba_data: JA.JAI_RGM_BALANCE_T ,
-
View: JAI_REGIME_TAX_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_REGIME_TAX_TYPES_V, object_name:JAI_REGIME_TAX_TYPES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_REGIME_TAX_TYPES_V ,
-
View: JAI_REGIME_TAX_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_REGIME_TAX_TYPES_V, object_name:JAI_REGIME_TAX_TYPES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_REGIME_TAX_TYPES_V ,
-
Table: JAI_RGM_CONC_REQUESTS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_CONC_REQUESTS, object_name:JAI_RGM_CONC_REQUESTS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the Requests information submitted for India - Service Tax Processing , implementation_dba_data: JA.JAI_RGM_CONC_REQUESTS ,
-
Table: JAI_RGM_REGISTRATIONS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_REGISTRATIONS, object_name:JAI_RGM_REGISTRATIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the regime attribute information , implementation_dba_data: JA.JAI_RGM_REGISTRATIONS ,
-
Table: JAI_AP_TDS_THHOLD_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_HDRS, object_name:JAI_AP_TDS_THHOLD_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of threshold applicable for a TDS vendor vendor type. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_HDRS ,
-
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_BALANCE_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_BALANCE_T, object_name:JAI_RGM_BALANCE_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Debit and credit balances for every org and location for every tax type , implementation_dba_data: JA.JAI_RGM_BALANCE_T ,
-
Table: JAI_RGM_REGISTRATIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_REGISTRATIONS, object_name:JAI_RGM_REGISTRATIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the regime attribute information , implementation_dba_data: JA.JAI_RGM_REGISTRATIONS ,
-
Table: JAI_RGM_DOC_SEQ_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DOC_SEQ_HDRS, object_name:JAI_RGM_DOC_SEQ_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores regimeidentifier, party_id and party_site_id info for Document Seq Setup , implementation_dba_data: JA.JAI_RGM_DOC_SEQ_HDRS ,
-
Table: JAI_AP_TDS_THHOLD_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_HDRS, object_name:JAI_AP_TDS_THHOLD_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of threshold applicable for a TDS vendor vendor type. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_HDRS ,
-
Table: JAI_RGM_CERTIFICATES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_CERTIFICATES, object_name:JAI_RGM_CERTIFICATES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the certificate information of Customers. , implementation_dba_data: JA.JAI_RGM_CERTIFICATES ,
-
Table: JAI_RGM_CERTIFICATES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_CERTIFICATES, object_name:JAI_RGM_CERTIFICATES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the certificate information of Customers. , implementation_dba_data: JA.JAI_RGM_CERTIFICATES ,
-
Table: JAI_RGM_TERM_ASSIGNS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_TERM_ASSIGNS, object_name:JAI_RGM_TERM_ASSIGNS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the term assignments to default at various hierarchial levels , implementation_dba_data: JA.JAI_RGM_TERM_ASSIGNS ,
-
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 ,
-
Table: JAI_RGM_TERM_ASSIGNS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_TERM_ASSIGNS, object_name:JAI_RGM_TERM_ASSIGNS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the term assignments to default at various hierarchial levels , implementation_dba_data: JA.JAI_RGM_TERM_ASSIGNS ,
-
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 ,
-
Table: JAI_RGM_REFS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_REFS_ALL, object_name:JAI_RGM_REFS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores transactions with TCS type of Tax. This is a TCS repository , implementation_dba_data: JA.JAI_RGM_REFS_ALL ,
-
View: JAI_AP_TDS_ORG_TAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TDS_ORG_TAN_V, object_name:JAI_AP_TDS_ORG_TAN_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AP_TDS_ORG_TAN_V ,
-
Table: JAI_RGM_INVOICE_GEN_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_INVOICE_GEN_T, object_name:JAI_RGM_INVOICE_GEN_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores VAT accounted or VAT invoice number to be generated records , implementation_dba_data: JA.JAI_RGM_INVOICE_GEN_T ,
-
Table: JAI_RGM_INVOICE_GEN_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_INVOICE_GEN_T, object_name:JAI_RGM_INVOICE_GEN_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores VAT accounted or VAT invoice number to be generated records , implementation_dba_data: JA.JAI_RGM_INVOICE_GEN_T ,
-
Table: JAI_RGM_REFS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_REFS_ALL, object_name:JAI_RGM_REFS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores transactions with TCS type of Tax. This is a TCS repository , implementation_dba_data: JA.JAI_RGM_REFS_ALL ,
-
View: JAI_AP_SET_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_SET_AEL_V, object_name:JAI_AP_SET_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Base view of service tax settlement , implementation_dba_data: APPS.JAI_AP_SET_AEL_V ,
-
View: JAI_AP_MANUAL_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_MANUAL_AEL_V, object_name:JAI_AP_MANUAL_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Base view of Manual entry , implementation_dba_data: APPS.JAI_AP_MANUAL_AEL_V ,