Search Results igs_tr_group_all
Overview
The IGS_TR_GROUP_ALL table is a core data entity within the Oracle E-Business Suite (EBS) Student System (IGS), specifically designed to support tracking and workflow management for student-related processes. Its primary function is to define logical groupings of individual tracking items, enabling administrators to manage, report on, and apply actions to related items collectively. This grouping mechanism facilitates organized oversight of student cases, inquiries, or administrative tasks. As indicated in the ETRM metadata, the table is part of the "Student System (Obsolete)" module, signaling its association with a legacy component of the EBS suite in versions 12.1.1 and 12.2.2. The designation "ALL" in the table name is a standard EBS convention, indicating the table is a multi-organization table capable of storing data for multiple operating units.
Key Information Stored
The central piece of information stored is a unique identifier for each tracking group. Based on the provided metadata, the primary key column is TRACKING_GROUP_ID. This surrogate key is the fundamental link for all related data. While the exact full column list is not detailed in the excerpt, tables of this nature in the IGS module typically include descriptive columns such as GROUP_NAME or DESCRIPTION, along with standard EBS audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY). The critical data point is the TRACKING_GROUP_ID itself, which acts as the anchor for associating member tracking items and related notes through foreign key relationships.
Common Use Cases and Queries
The primary use case is the consolidation of related student tracking records for batch operations or holistic review. For instance, all tracking items pertaining to a specific student appeal, a cohort's enrollment verification, or a set of academic alerts could be grouped. Common queries involve listing all members of a specific group or identifying which group a particular tracking item belongs to. A fundamental reporting query would join IGS_TR_GROUP_ALL with its member table.
Sample SQL Pattern:
SELECT grp.TRACKING_GROUP_ID, mem.TRACKING_ID
FROM IGS_TR_GROUP_ALL grp,
IGS_TR_GROUP_MEMBER mem
WHERE grp.TRACKING_GROUP_ID = mem.TRACKING_GROUP_ID
AND grp.TRACKING_GROUP_ID = :p_group_id;
Another critical use case is data integrity validation, ensuring that members referenced in detail tables have a valid parent group record.
Related Objects
The IGS_TR_GROUP_ALL table sits at the center of a small hierarchy, as documented by its foreign key relationships. It is directly referenced by two detail tables:
- IGS_TR_GROUP_MEMBER: This table stores the specific tracking items that belong to each group. The join is made on the column IGS_TR_GROUP_MEMBER.TRACKING_GROUP_ID referencing IGS_TR_GROUP_ALL.TRACKING_GROUP_ID.
- IGS_TR_GROUP_NOTE: This table stores textual notes or comments attached at the group level, rather than to individual tracking items. The join is made on the column IGS_TR_GROUP_NOTE.TRACKING_GROUP_ID referencing IGS_TR_GROUP_ALL.TRACKING_GROUP_ID.
These relationships enforce referential integrity, meaning a tracking group must be deleted before its associated members and notes can be removed, preventing orphaned records.
-
Table: IGS_TR_GROUP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a grouping of tracking items. The ability to group tracking items together may have a number of uses within the system. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_TR_GROUP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_GROUP_ALL, object_name:IGS_TR_GROUP_ALL, status:VALID, product: IGS - Student System , description: This entity describes a grouping of tracking items. The ability to group tracking items together may have a number of uses within the system. , implementation_dba_data: IGS.IGS_TR_GROUP_ALL ,
-
APPS.IGS_TR_GROUP_PKG dependencies on IGS_TR_GROUP_ALL
12.1.1
-
APPS.IGS_TR_GROUP_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_TR_GROUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_GROUP_ALL, status:VALID,
-
TABLE: IGS.IGS_TR_GROUP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_GROUP_ALL, object_name:IGS_TR_GROUP_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_TR_GROUP_PKG
12.1.1
-
VIEW: APPS.IGS_TR_GROUP
12.1.1
-
APPS.IGS_TR_GROUP_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
Table: IGS_TR_GROUP_MEMBER
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_GROUP_MEMBER, object_name:IGS_TR_GROUP_MEMBER, status:VALID, product: IGS - Student System , description: IGS_TR_GROUP_MEMBER describes the tracking items that are members in a tracking grouping. , implementation_dba_data: IGS.IGS_TR_GROUP_MEMBER ,
-
Table: IGS_TR_GROUP_MEMBER
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_TR_GROUP_MEMBER describes the tracking items that are members in a tracking grouping. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_TR_GROUP_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table will store references to notes held against a tracking group. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_TR_GROUP_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_GROUP_NOTE, object_name:IGS_TR_GROUP_NOTE, status:VALID, product: IGS - Student System , description: This table will store references to notes held against a tracking group. , implementation_dba_data: IGS.IGS_TR_GROUP_NOTE ,
-
APPS.IGS_TR_GROUP_PKG dependencies on IGS_TR_GROUP_PKG
12.1.1
-
View: IGS_TR_GROUP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_TR_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_GROUP, object_name:IGS_TR_GROUP, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_TR_GROUP ,
-
PACKAGE BODY: APPS.IGS_TR_GROUP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_TR_GROUP_PKG, status:VALID,
-
VIEW: APPS.IGS_TR_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_GROUP, object_name:IGS_TR_GROUP, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
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'. ,
-
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'. ,