Search Results igs_tr_group_member
Overview
The IGS_TR_GROUP_MEMBER table is a core data object within the Oracle E-Business Suite Student System (IGS) module, specifically for releases 12.1.1 and 12.2.2. It functions as an intersection table, establishing and managing the membership relationships between individual tracking items and the tracking groups to which they are assigned. Its primary role is to support the grouping and collective management of related tracking items, which are records used to monitor student progress, administrative tasks, or other institutional processes. By defining these associations, the table enables operations and reporting on logical collections of items rather than only on individual records.
Key Information Stored
The table's structure is minimal, designed solely to maintain the membership relationship. Its two primary columns constitute the composite primary key. The TRACKING_GROUP_ID column stores the unique identifier for a defined tracking group, as recorded in the IGS_TR_GROUP_ALL table. The TRACKING_ID column stores the unique identifier for a specific tracking item, as recorded in the IGS_TR_ITEM_ALL table. Together, each unique pair of these IDs represents a single instance of a specific item being a member of a specific group. The table does not typically store descriptive attributes about the membership itself, as its purpose is purely relational.
Common Use Cases and Queries
A primary use case is generating reports or lists of all tracking items contained within a particular group for review or batch processing. Administrators may also query to find all groups to which a specific, problematic tracking item belongs to understand its context. Common SQL patterns involve joining to the related master tables to retrieve descriptive information. For example, to list all items in a group named 'GRADUATION_CHECK_2024', a query would join IGS_TR_GROUP_MEMBER to IGS_TR_GROUP_ALL on TRACKING_GROUP_ID and to IGS_TR_ITEM_ALL on TRACKING_ID. Conversely, to audit group membership, a query might check for orphaned records where a TRACKING_ID in IGS_TR_GROUP_MEMBER no longer exists in IGS_TR_ITEM_ALL.
Related Objects
The table's existence is defined by its relationships to two key master tables, enforced by foreign key constraints. The primary key IGS_TR_GROUP_MEMBER_PK is defined on the columns TRACKING_GROUP_ID and TRACKING_ID. The table references the following objects:
- IGS_TR_GROUP_ALL: The foreign key from column TRACKING_GROUP_ID ensures every group member record is associated with a valid parent tracking group.
- IGS_TR_ITEM_ALL: The foreign key from column TRACKING_ID ensures every group member record is associated with a valid tracking item.
-
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_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 ,
-
APPS.IGS_TR_GEN_002 dependencies on IGS_TR_GROUP_MEMBER
12.1.1
-
APPS.IGS_TR_GROUP_MEMBER_PKG dependencies on IGS_TR_GROUP_MEMBER
12.1.1
-
APPS.IGS_TR_GEN_002 dependencies on IGS_TR_GROUP
12.1.1
-
APPS.IGS_TR_GROUP_MEMBER_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_TR_GROUP_MEMBER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_GROUP_MEMBER, status:VALID,
-
PACKAGE BODY: APPS.IGS_TR_GROUP_MEMBER_PKG
12.1.1
-
TABLE: IGS.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,
-
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 ,
-
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 ,
-
APPS.IGS_TR_GROUP_MEMBER_PKG dependencies on IGS_TR_GROUP_MEMBER_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_GROUP_MEMBER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_TR_GROUP_MEMBER_PKG, status:VALID,
-
Table: IGS_TR_ITEM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_ITEM_ALL, object_name:IGS_TR_ITEM_ALL, status:VALID, product: IGS - Student System , description: Describes each occurrence of a tracking process for a particular student. , implementation_dba_data: IGS.IGS_TR_ITEM_ALL ,
-
Table: IGS_TR_ITEM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes each occurrence of a tracking process for a particular student. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_TR_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_TR_GEN_002, status:VALID,
-
APPS.IGS_TR_GEN_002 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_GEN_002
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'. ,
-
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'. ,