Search Results jai_rgm_terms
Overview
The JAI_RGM_TERMS table is a core data repository within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master definition table for terms, which are configurable business rules or conditions used in regulatory and compliance processes specific to the region. Its primary role is to provide a centralized, normalized source for these term definitions, ensuring consistency and referential integrity across related transactional tables in the localization. The table's design, featuring a primary key on TERM_ID and a unique key on TERM_NAME, underscores its function as a controlled lookup entity within the application's data model.
Key Information Stored
The table's structure is designed to uniquely identify and describe each business term. The most critical columns, as indicated by the provided constraints, are the TERM_ID and TERM_NAME. TERM_ID serves as the primary key and the main surrogate identifier for internal joins and foreign key relationships. TERM_NAME is the unique, human-readable identifier for the term definition, which is likely the key field referenced by application logic and user interfaces. While the full column list is not detailed in the excerpt, the description "Stores Term definitions" implies the table also contains columns that define the term's behavior, parameters, or descriptive attributes, such as an enabled flag, effective dates, or a detailed description.
Common Use Cases and Queries
This table is primarily accessed to validate and retrieve term definitions for use in transactional processes, such as receipt or invoice processing governed by regional regulations. A common operational query involves looking up a specific term's identifier using its name, which is essential for populating foreign key values in child tables. For reporting and administration, queries often list all active terms or analyze term assignments. Sample SQL patterns include:
- Retrieving a TERM_ID for a known TERM_NAME:
SELECT term_id FROM jai_rgm_terms WHERE term_name = '<TERM_NAME>'; - Listing all defined terms for setup purposes:
SELECT term_id, term_name FROM jai_rgm_terms ORDER BY term_name; - Identifying unassigned or rarely used terms by performing an outer join with related transactional tables like JAI_RGM_TERM_ASSIGNS.
Related Objects
As per the documented foreign key relationships, JAI_RGM_TERMS is a parent table to at least two critical transactional tables. The JAI_RGM_TERM_ASSIGNS table stores the specific assignments of these master terms to other application entities, such as items or suppliers. The JAI_RCV_RGM_LINES table references the terms in the context of receipt lines, indicating the term's application in the Receiving (RCV) process flow. These relationships confirm that JAI_RGM_TERMS is a foundational setup table whose definitions are utilized in operational modules to enforce localized business rules.
-
Table: JAI_RGM_TERMS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_TERMS, object_name:JAI_RGM_TERMS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Term definitions , implementation_dba_data: JA.JAI_RGM_TERMS ,
-
Table: JAI_RGM_TERMS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_TERMS, object_name:JAI_RGM_TERMS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Term definitions , implementation_dba_data: JA.JAI_RGM_TERMS ,
-
APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on JAI_RGM_TERMS
12.1.1
-
APPS.JAI_CMN_RGM_TERMS_PKG dependencies on JAI_RGM_TERMS
12.2.2
-
APPS.JAI_CMN_RGM_TERMS_PKG dependencies on JAI_RGM_TERMS
12.2.2
-
APPS.JAI_CMN_RGM_TERMS_PKG dependencies on JAI_RGM_TERMS
12.1.1
-
APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on JAI_RGM_TERMS
12.2.2
-
APPS.JAI_MTL_TRXS_PKG dependencies on JAI_RGM_TERMS
12.2.2
-
APPS.JAI_MTL_TRXS_PKG dependencies on JAI_RGM_TERMS
12.2.2
-
APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on JAI_RGM_TERMS
12.2.2
-
APPS.JAI_MTL_TRXS_PKG dependencies on JAI_RGM_TERMS
12.1.1
-
APPS.JAI_MTL_TRXS_PKG dependencies on JAI_RGM_TERMS
12.1.1
-
APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on JAI_RGM_TERMS
12.1.1
-
APPS.JAI_CMN_RGM_TERMS_PKG dependencies on JAI_RGM_TERMS
12.1.1
-
APPS.JAI_CMN_RGM_TERMS_PKG dependencies on FND_GLOBAL
12.1.1
-
SYNONYM: APPS.JAI_RGM_TERMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_TERMS, status:VALID,
-
APPS.JAI_CMN_RGM_TERMS_PKG dependencies on FND_GLOBAL
12.2.2
-
VIEW: JA.JAI_RGM_TERMS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_RGM_TERMS#, status:VALID,
-
APPS.JAI_CMN_RGM_TERMS_PKG SQL Statements
12.2.2
-
VIEW: JA.JAI_RGM_TERMS#
12.2.2
-
SYNONYM: APPS.JAI_RGM_TERMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_TERMS, status:VALID,
-
APPS.JAI_CMN_RGM_TERMS_PKG SQL Statements
12.1.1
-
TABLE: JA.JAI_RGM_TERMS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_TERMS, object_name:JAI_RGM_TERMS, status:VALID,
-
TABLE: JA.JAI_RGM_TERMS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_TERMS, object_name:JAI_RGM_TERMS, status:VALID,
-
APPS.JAI_CMN_RGM_TERMS_PKG dependencies on JAI_RGM_TERM_INSTALLMENTS
12.2.2
-
PACKAGE: APPS.JAI_MTL_TRXS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JAI_MTL_TRXS_PKG, status:VALID,
-
Table: JAI_RGM_TERM_INSTALLMENTS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_TERM_INSTALLMENTS, object_name:JAI_RGM_TERM_INSTALLMENTS, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: JA.JAI_RGM_TERM_INSTALLMENTS ,
-
PACKAGE: APPS.JAI_MTL_TRXS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JAI_MTL_TRXS_PKG, status:VALID,
-
Table: JAI_RCV_RGM_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RCV_RGM_LINES, object_name:JAI_RCV_RGM_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the Line information of receipt claims. , implementation_dba_data: JA.JAI_RCV_RGM_LINES ,
-
PACKAGE: APPS.JAI_CMN_RGM_TERMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JAI_CMN_RGM_TERMS_PKG, status:VALID,
-
PACKAGE: APPS.JAI_CMN_RGM_TERMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JAI_CMN_RGM_TERMS_PKG, status:VALID,
-
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_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 ,
-
PACKAGE BODY: APPS.JAI_CMN_RGM_TERMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_RGM_TERMS_PKG, status:VALID,
-
Table: JAI_RCV_RGM_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RCV_RGM_LINES, object_name:JAI_RCV_RGM_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the Line information of receipt claims. , implementation_dba_data: JA.JAI_RCV_RGM_LINES ,
-
PACKAGE: APPS.JAI_RCV_RGM_CLAIMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JAI_RCV_RGM_CLAIMS_PKG, status:VALID,
-
PACKAGE: APPS.JAI_RCV_RGM_CLAIMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JAI_RCV_RGM_CLAIMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_CMN_RGM_TERMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_RGM_TERMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_RGM_CLAIMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RGM_CLAIMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_MTL_TRXS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_MTL_TRXS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_RGM_CLAIMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RGM_CLAIMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_MTL_TRXS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_MTL_TRXS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JAI_CMN_RGM_TERMS_PKG
12.1.1
-
APPS.JAI_CMN_RGM_TERMS_PKG dependencies on JAI_CONSTANTS
12.1.1
-
PACKAGE BODY: APPS.JAI_CMN_RGM_TERMS_PKG
12.2.2