Search Results igs_tr_note_type
Overview
The IGS_TR_NOTE_TYPE table is a core reference table within the Oracle E-Business Suite Student System (IGS) module, specifically supporting the Tracking Facility. This facility is used to manage and monitor various processes, such as student applications, enrollment, or academic progression, through defined workflows. The table's primary role is to store the list of user-defined note types, providing a configurable framework for categorizing and attaching descriptive text or comments to different tracking entities. By centralizing these type definitions, it ensures data consistency and enables structured annotation across the tracking system, allowing institutions to tailor note categorization to their specific operational needs.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary key, the structure and relationships define its critical data elements. The primary key column, TRK_NOTE_TYPE, is the unique identifier for each user-defined note type. This value is a code that categorizes the nature or purpose of a note, such as 'ADMIN_COMMENT', 'STUDENT_QUERY', or 'REVIEW_OUTCOME'. The table likely contains additional descriptive columns, common in such reference tables, which may include a description field for the note type, an active/inactive indicator, and who columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) for auditing. The existence of a primary key constraint (IGS_TR_NOTE_TYPE_PK) enforces the uniqueness of the TRK_NOTE_TYPE values.
Common Use Cases and Queries
This table is primarily referenced in administrative setups and reporting contexts. A common use case is during the implementation or configuration of the Tracking Facility, where an administrator populates this table with the institution's specific note categories. In operational reporting, it is used to classify and filter notes attached to tracking groups, items, or steps. A typical query would join IGS_TR_NOTE_TYPE to a related notes table to retrieve human-readable descriptions for report output. For example, to list all notes attached to tracking items with their type descriptions:
SELECT itin.note_text, itnt.trk_note_type
FROM igs_tr_item_note itin,
igs_tr_note_type itnt
WHERE itin.trk_note_type = itnt.trk_note_type;
Another critical query validates data integrity by identifying orphaned notes where the note type code in a child table does not exist in IGS_TR_NOTE_TYPE.
Related Objects
The IGS_TR_NOTE_TYPE table is a parent reference table for several key transactional tables in the Tracking Facility, as defined by its foreign key relationships. The following tables reference IGS_TR_NOTE_TYPE via the TRK_NOTE_TYPE column, ensuring that any note attached to these entities uses a valid, predefined type:
- IGS_TR_GROUP_NOTE: Stores notes associated with a tracking group.
- IGS_TR_ITEM_NOTE: Stores notes associated with individual tracking items.
- IGS_TR_STEP_NOTE: Stores notes associated with specific steps within a tracking process.
- IGS_TR_TYP_STEP_NOTE: Likely stores default or template notes for steps within a tracking type definition.
These relationships enforce referential integrity, making IGS_TR_NOTE_TYPE a central point for managing note categorization across the entire tracking workflow.
-
Table: IGS_TR_NOTE_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_NOTE_TYPE, object_name:IGS_TR_NOTE_TYPE, status:VALID, product: IGS - Student System , description: This table describes the user-defined note types for the Tracking Facility , implementation_dba_data: IGS.IGS_TR_NOTE_TYPE ,
-
Table: IGS_TR_NOTE_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the user-defined note types for the Tracking Facility , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_TR_NOTE_TYPE_PKG dependencies on IGS_TR_NOTE_TYPE
12.1.1
-
APPS.IGS_TR_NOTE_TYPE_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_TR_NOTE_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_NOTE_TYPE, status:VALID,
-
TABLE: IGS.IGS_TR_NOTE_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_NOTE_TYPE, object_name:IGS_TR_NOTE_TYPE, status:VALID,
-
PACKAGE BODY: APPS.IGS_TR_NOTE_TYPE_PKG
12.1.1
-
Table: IGS_TR_TYP_STEP_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_TYP_STEP_NOTE, object_name:IGS_TR_TYP_STEP_NOTE, status:VALID, product: IGS - Student System , description: This table will store references to notes held against a tracking type step. , implementation_dba_data: IGS.IGS_TR_TYP_STEP_NOTE ,
-
Table: IGS_TR_ITEM_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_ITEM_NOTE, object_name:IGS_TR_ITEM_NOTE, status:VALID, product: IGS - Student System , description: This table will store references to notes held against a tracking item. , implementation_dba_data: IGS.IGS_TR_ITEM_NOTE ,
-
Table: IGS_TR_STEP_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STEP_NOTE, object_name:IGS_TR_STEP_NOTE, status:VALID, product: IGS - Student System , description: This table stores references to notes held against a tracking step. , implementation_dba_data: IGS.IGS_TR_STEP_NOTE ,
-
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_STEP_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores references to notes held against a tracking step. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_TR_ITEM_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table will store references to notes held against a tracking item. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_TR_NOTE_TYPE_PKG dependencies on IGS_TR_NOTE_TYPE_PKG
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_TYP_STEP_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table will store references to notes held against a tracking type step. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_TR_NOTE_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_TR_NOTE_TYPE_PKG, status:VALID,
-
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
-
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'. ,