Search Results group_cd
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.
-
APPS.IGF_AW_COA_UPDATE dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_AD_GEN_012 dependencies on IGS_PE_PERSID_GROUP
12.1.1
-
APPS.IGF_SL_PREF_LENDER dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
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,
-
APPS.IGS_FI_GEN_005 dependencies on IGS_PE_PERSID_GROUP
12.1.1
-
APPS.IGF_SP_AWARD dependencies on IGS_PE_ALL_PERSID_GROUP_V
12.1.1
-
View: IGS_AS_GPC_PE_ID_GRP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the grading period information for a person ID group , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_AW_PKG_RUN_DET_ALL_OLD
12.1.1
owner:IGF, object_type:TABLE, object_name:IGF_AW_PKG_RUN_DET_ALL_OLD, status:VALID,
-
APPS.IGS_EN_TIMESLOT_PREF_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
TABLE: IGS.IGS_RU_NAMED_RULE_GR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_NAMED_RULE_GR, object_name:IGS_RU_NAMED_RULE_GR, status:VALID,
-
APPS.IGF_GR_GEN_XML dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
TABLE: IGS.IGS_RU_TURIN_RULE_GR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_TURIN_RULE_GR, object_name:IGS_RU_TURIN_RULE_GR, status:VALID,
-
APPS.IGF_DB_DISB dependencies on IGS_PE_PERSID_GROUP
12.1.1
-
TABLE: IGS.IGS_RU_NRG_GROUP_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_NRG_GROUP_CD, object_name:IGS_RU_NRG_GROUP_CD, status:VALID,
-
APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_PE_PERSID_GROUP_V
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_PE_PERSID_GROUP_V
12.1.1
-
APPS.IGS_FI_PRC_APINT dependencies on IGS_PE_ALL_PERSID_GROUP_V
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGS_PE_PERSID_GROUP
12.1.1
-
APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_PE_PERSID_GROUP
12.1.1
-
APPS.IGS_RU_TURIN_RULE_GR_PKG dependencies on IGS_RU_TURIN_RULE_GR
12.1.1
-
Table: IGF_AW_TARGET_GRP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_TARGET_GRP_ALL, object_name:IGF_AW_TARGET_GRP_ALL, status:VALID, product: IGF - Financial Aid , description: Stores upper level constraints to be enforced on each grant , implementation_dba_data: IGF.IGF_AW_TARGET_GRP_ALL ,
-
APPS.IGF_AW_PACKAGING dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
Table: IGF_AW_TARGET_GRP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores upper level constraints to be enforced on each grant , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_DB_DISB dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_GR_RFMS_ORIG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
View: IGS_AS_GPC_PE_ID_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_PE_ID_GRP_V, object_name:IGS_AS_GPC_PE_ID_GRP_V, status:VALID, product: IGS - Student System , description: Holds the grading period information for a person ID group , implementation_dba_data: APPS.IGS_AS_GPC_PE_ID_GRP_V ,
-
APPS.IGF_SL_REL_DISB dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
VIEW: APPS.IGS_AS_GPC_PE_ID_GRP_V
12.1.1
-
APPS.IGS_RU_TRG_GROUP_CD_PKG dependencies on IGS_RU_TRG_GROUP_CD
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_AW_TARGET_GRP
12.1.1
-
APPS.IGS_PE_PERSID_GROUP_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_RU_TURIN_RULE_GR_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
View: IGS_PE_PERSID_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP, object_name:IGS_PE_PERSID_GROUP, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSID_GROUP ,
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_PE_PERSID_GROUP
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_MANAGE_AWD dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
TABLE: IGF.IGF_AW_AWD_FRML_ALL_OLD
12.1.1
owner:IGF, object_type:TABLE, object_name:IGF_AW_AWD_FRML_ALL_OLD, status:VALID,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_NRG_GROUP_CD_PKG
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_NAMED_RULE_GR
12.1.1
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
VIEW: APPS.IGS_PE_ID_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ID_GROUP_V, object_name:IGS_PE_ID_GROUP_V, status:VALID,
-
APPS.IGR_GEN_001 dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
View: IGS_PE_PERSID_GROUP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_PERSON_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_GROUPS, object_name:IGSBV_PERSON_GROUPS, status:VALID,
-
APPS.IGS_RU_NRG_GROUP_CD_PKG dependencies on IGS_RU_NRG_GROUP_CD
12.1.1
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
View: IGS_PE_ID_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ID_GROUP_V, object_name:IGS_PE_ID_GROUP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_ID_GROUP_V ,
-
VIEW: APPS.IGS_AS_GPC_PE_ID_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_PE_ID_GRP_V, object_name:IGS_AS_GPC_PE_ID_GRP_V, status:VALID,