Search Results tracking_group_id
Overview
The IGS_TR_GROUP_MEMBER table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically in the IGS (Integrated Global Services) schema. It functions as a junction or association table that defines the membership of individual tracking items within a tracking group. Its primary role is to manage the many-to-many relationship between tracking groups and the business documents or processes they monitor, enabling the logical grouping of related items for collective tracking, reporting, and management purposes within the application's tracking functionality.
Key Information Stored
The table stores a minimal set of columns focused on the association and audit trail. The two mandatory key columns are TRACKING_GROUP_ID and TRACKING_ID, which together form the table's primary key. TRACKING_GROUP_ID identifies the specific group, while TRACKING_ID is the system-generated identifier for a business document or process assigned to that group. This structure allows a single tracking group to contain multiple items and a single item to potentially belong to multiple groups. The remaining columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) are standard EBS "Who" columns that provide a complete audit history of each record's creation and modifications.
Common Use Cases and Queries
This table is central to operations involving tracking group administration and reporting. Common use cases include listing all members of a specific tracking group for review, adding or removing items from a group via data manipulation, and generating reports that aggregate the status or attributes of all items within a group. A fundamental query to retrieve all memberships is:
SELECT TRACKING_GROUP_ID, TRACKING_ID, CREATION_DATE FROM IGS.IGS_TR_GROUP_MEMBER WHERE TRACKING_GROUP_ID = :GROUP_ID ORDER BY TRACKING_ID;
For reporting, it is typically joined to the master tracking group and tracking item tables to pull descriptive information. Analysts may also query it to find all groups a specific tracking item belongs to by filtering on the TRACKING_ID column.
Related Objects
The IGS_TR_GROUP_MEMBER table maintains defined foreign key relationships with master tables, ensuring referential integrity. As per the provided relationship data:
- Primary Key: IGS_TR_GROUP_MEMBER_PK on columns (TRACKING_GROUP_ID, TRACKING_ID).
- Foreign Key Reference (Parent): The TRACKING_GROUP_ID column references the IGS_TR_GROUP_ALL table, which holds the definition and header information for tracking groups.
- Foreign Key Reference (Parent): The TRACKING_ID column references the IGS_TR_ITEM_ALL table, which is the master repository for all tracking items (business documents or processes) in the system.
These relationships are critical for any join operation when building comprehensive queries that require descriptive data from the parent tables alongside the membership link stored in IGS_TR_GROUP_MEMBER.
-
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,
-
APPS.IGS_TR_GROUP_NOTE_PKG dependencies on IGS_TR_GROUP_NOTE
12.1.1
-
APPS.IGS_TR_GROUP_PKG dependencies on IGS_TR_GROUP_ALL
12.1.1
-
VIEW: APPS.IGS_TR_GROUP
12.1.1
-
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 ,
-
TABLE: IGS.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,
-
APPS.IGS_TR_GROUP_MEMBER_PKG SQL Statements
12.1.1
-
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,
-
APPS.IGS_TR_GEN_002 dependencies on IGS_TR_GROUP
12.1.1
-
View: IGS_TR_GROUP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_TR_GROUP_NOTE_PKG SQL Statements
12.1.1
-
APPS.IGS_TR_GROUP_MEMBER_PKG dependencies on IGS_TR_GROUP_MEMBER
12.1.1
-
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,
-
APPS.IGS_TR_GROUP_PKG SQL Statements
12.1.1
-
APPS.IGS_TR_GROUP_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
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 ,
-
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_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 ,
-
APPS.IGS_TR_GROUP_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.IGS_TR_GROUP_PKG
12.1.1
-
APPS.IGS_TR_GEN_002 dependencies on IGS_TR_GROUP_MEMBER
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_GROUP_MEMBER_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_GROUP_NOTE_PKG
12.1.1
-
APPS.IGS_TR_GEN_002 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_GEN_002
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'. ,