Search Results igs_ru_trg_group_cd_u1
Overview
The IGS_RU_TRG_GROUP_CD table is a core reference table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (Oracle's Higher Education product) module. It functions as a master data repository for defining and storing Turing rule groups. In the context of IGS, a Turing rule group is a logical classification used to organize and manage complex business rules, often related to academic progression, enrollment, or other institutional policies. The table's primary role is to provide a validated list of group codes that can be referenced by other application components to ensure data integrity and consistent rule application across the system.
Key Information Stored
The table is structurally simple, designed for efficient lookup and maintenance. Its columns store the essential metadata for each rule group definition. The GROUP_CD column (VARCHAR2(10)) is the primary key, serving as the unique, mandatory identifier for each rule group. The DESCRIPTION column (VARCHAR2(255)) provides a detailed, human-readable explanation of the group's purpose. The table also includes the standard Oracle EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditing and tracking all changes to the records. The unique index IGS_RU_TRG_GROUP_CD_U1 on the GROUP_CD column enforces data integrity for this key field.
Common Use Cases and Queries
This table is primarily used in two contexts: administrative setup and transactional validation. Administrators use it to create and maintain the list of valid rule groups during system configuration. Application logic references it to validate that a rule group code used in a transaction or setup screen is legitimate. A common reporting need is to generate a simple list of all defined groups for reference or audit purposes, which can be achieved with a basic SELECT statement. For integration or data extraction, the table is often joined to related transactional tables using the GROUP_CD as the key.
- Basic Listing:
SELECT GROUP_CD, DESCRIPTION FROM IGS.IGS_RU_TRG_GROUP_CD ORDER BY GROUP_CD; - Audit Query:
SELECT GROUP_CD, DESCRIPTION, LAST_UPDATED_BY, LAST_UPDATE_DATE FROM IGS.IGS_RU_TRG_GROUP_CD WHERE TRUNC(LAST_UPDATE_DATE) = TRUNC(SYSDATE);
Related Objects
Based on the provided dependency information, the IGS_RU_TRG_GROUP_CD table is a referenced object, indicating it is likely a parent table in a foreign key relationship. The documentation states it "is referenced by following: APPS.IGS_RU_TRG_GROUP_CD". This suggests that another object within the APPS schema, potentially a synonym, view, or a table with an identical name, depends on this base table. While the specific join column is not explicitly listed, the logical relationship implies that the GROUP_CD from this table is the referenced primary key. Other application tables storing Turing rule details or assignments would typically contain a GROUP_CD column to establish this lookup relationship, ensuring that only valid, pre-defined group codes are used in transactional data.
-
INDEX: IGS.IGS_RU_TRG_GROUP_CD_U1
12.1.1
owner:IGS, object_type:INDEX, object_name:IGS_RU_TRG_GROUP_CD_U1, status:VALID,
-
TABLE: IGS.IGS_RU_TRG_GROUP_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_TRG_GROUP_CD, object_name:IGS_RU_TRG_GROUP_CD, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,