Search Results igs_tr_type_all
Overview
The IGS_TR_TYPE_ALL table is a core entity within the Oracle E-Business Suite Student System (IGS) module. It serves as the master repository for user-defined tracking types. These tracking types categorize and manage various follow-up items or processes within the student lifecycle, such as application reviews, document verification, or academic advising milestones. Crucially, each user-defined type defined in this table is mapped to a system-defined tracking type, which determines the underlying functional behavior and rules the system applies. This design allows institutions to customize their tracking nomenclature and workflow while ensuring consistency with the application's core logic.
Key Information Stored
The table's primary key is the TRACKING_TYPE column, which uniquely identifies each tracking type record. While the provided metadata does not list all columns, the table's description and relationships imply it stores descriptive and control attributes for each type. Typical columns in such a structure would include fields for the tracking type's name, description, the associated system type code, an effective date range (START_DATE and END_DATE), and the ORG_ID for multi-organization support (indicated by the "_ALL" suffix). The mapping to a system-defined type is a critical piece of data stored, enabling the system to link custom configurations to standard functionality.
Common Use Cases and Queries
This table is central to configuring and querying tracking workflows. Common operational and reporting scenarios include listing all active tracking types for a specific business unit or generating a mapping report between user-defined and system-defined types. Administrators may query this table to audit setup or before creating new tracking items. A typical SQL pattern involves joining with related tables to analyze the tracking framework.
- Listing active tracking types for an organization:
SELECT tracking_type, description FROM igs_tr_type_all WHERE sysdate BETWEEN start_date AND NVL(end_date, sysdate) AND org_id = 123;
- Finding all tracking items of a specific type:
SELECT i.* FROM igs_tr_item_all i, igs_tr_type_all t WHERE i.tracking_type = t.tracking_type AND t.description = 'Transcript Review';
Related Objects
The IGS_TR_TYPE_ALL table is a key parent table in the tracking data model, as evidenced by its foreign key relationships. Key dependent objects include:
- IGS_TR_ITEM_ALL: Stores the individual tracking instances or items, each of which must be of a valid type defined in IGS_TR_TYPE_ALL.
- IGS_TR_TYPE_STEP_ALL: Defines the steps or stages within a specific tracking type's workflow.
- IGS_RE_THS_PNL_MR_TP_ALL and IGS_RE_THS_PNL_TYPE: These thesis-related tables reference tracking types, linking thesis panel member types and panel types to specific tracking workflows.
These relationships ensure data integrity and form the foundation for the Student System's comprehensive tracking functionality.
-
Table: IGS_TR_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_TYPE_ALL, object_name:IGS_TR_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the user-defined tracking types which exist within the system. They are mapped back to the system defined tracking types which are recognized by the system functionality. , implementation_dba_data: IGS.IGS_TR_TYPE_ALL ,
-
Table: IGS_TR_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the user-defined tracking types which exist within the system. They are mapped back to the system defined tracking types which are recognized by the system functionality. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_SS_APPL_FEE_PKG dependencies on IGS_TR_TYPE_ALL
12.1.1
-
APPS.IGS_TR_TYPE_PKG dependencies on IGS_TR_TYPE_ALL
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_TR_TYPE_ALL
12.1.1
-
APPS.IGS_TR_TYPE_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_AD_APLINS_ADMREQ
12.1.1
-
VIEW: APPS.IGSFV_AD_ADM_APPL_REQ
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
SYNONYM: APPS.IGS_TR_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_TYPE_ALL, status:VALID,
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_TR_ITEM_ALL
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_AD_SS_APPL_FEE_PKG dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
VIEW: APPS.IGS_TR_TYPE
12.1.1
-
Table: IGS_RE_THS_PNL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_THS_PNL_TYPE, object_name:IGS_RE_THS_PNL_TYPE, status:VALID, product: IGS - Student System , description: This table describes the types of thesis panels which can be used for thesis examinations. , implementation_dba_data: IGS.IGS_RE_THS_PNL_TYPE ,
-
Table: IGS_TR_TYPE_STEP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_TYPE_STEP_ALL, object_name:IGS_TR_TYPE_STEP_ALL, status:VALID, product: IGS - Student System , description: This entity describes the default steps which are held for each tracking type. , implementation_dba_data: IGS.IGS_TR_TYPE_STEP_ALL ,
-
PACKAGE BODY: APPS.IGS_TR_TYPE_PKG
12.1.1
-
APPS.IGS_TR_TYPE_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_FEE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_APPL_FEE_PKG, status:VALID,
-
Table: IGS_RE_THS_PNL_MR_TP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the various member types of a thesis examination panel , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RE_THS_PNL_MR_TP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_THS_PNL_MR_TP_ALL, object_name:IGS_RE_THS_PNL_MR_TP_ALL, status:VALID, product: IGS - Student System , description: This entity describes the various member types of a thesis examination panel , implementation_dba_data: IGS.IGS_RE_THS_PNL_MR_TP_ALL ,
-
Table: IGS_TR_TYPE_STEP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the default steps which are held for each tracking type. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_TR_TYPE_PKG dependencies on IGS_TR_TYPE_PKG
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_AD_APPL
12.1.1
-
Table: IGS_RE_THS_PNL_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the types of thesis panels which can be used for thesis examinations. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_APPL_REQ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_APPL_REQ, object_name:IGSFV_AD_ADM_APPL_REQ, status:VALID, product: IGS - Student System , description: Contains data used to link tables for application instances and admission requirements related tracking items. , implementation_dba_data: APPS.IGSFV_AD_ADM_APPL_REQ ,
-
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_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_TR_TYPE_PKG, status:VALID,
-
View: IGS_TR_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_TYPE, object_name:IGS_TR_TYPE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_TR_TYPE ,
-
TABLE: IGS.IGS_TR_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_TYPE_ALL, object_name:IGS_TR_TYPE_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_WRKFLOW_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_WRKFLOW_PKG, status:VALID,
-
View: IGS_TR_TYPE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_APPL_REQ
12.2.2
product: IGS - Student System (Obsolete) , description: Contains data used to link tables for application instances and admission requirements related tracking items. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_TR_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_TYPE, object_name:IGS_TR_TYPE, status:VALID,
-
VIEW: APPS.IGSFV_AD_ADM_APPL_REQ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_APPL_REQ, object_name:IGSFV_AD_ADM_APPL_REQ, status:VALID,
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_PE_PRSID_GRP_MEM
12.1.1
-
APPS.IGS_AD_SS_APPL_FEE_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG SQL Statements
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
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_WRKFLOW_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_FEE_PKG
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'. ,