Search Results igs_tr_step_ctlg_all
Overview
The IGS_TR_STEP_CTLG_ALL table is a core repository within the Oracle E-Business Suite Student System (IGS) module, specifically designed for the management and tracking of process steps. It functions as a master catalog or lookup table, defining the universe of possible steps that can be utilized across various tracking workflows in the student lifecycle. Its primary role is to ensure data integrity and consistency by providing a centralized, normalized definition for step codes and their associated metadata, which are then referenced by transactional and configuration tables throughout the tracking subsystem.
Key Information Stored
The table's structure centers on two key identifiers. The primary technical key is the STEP_CATALOG_ID, a system-generated unique identifier. More significant from a functional perspective is the STEP_CATALOG_CD column, which holds the unique business code for a specific tracking step and is protected by a unique key constraint (IGS_TR_STEP_CTLG_ALL_UK). This code is the primary reference point used by other application tables. While the provided metadata does not list additional descriptive columns, such a catalog table would typically include fields like a description, effective dates, and status to manage the lifecycle of the step definition itself.
Common Use Cases and Queries
This table is fundamental for setup, reporting, and data validation. Administrators use it to maintain the list of valid step codes during implementation. Common queries involve joining this catalog to transactional data to retrieve meaningful descriptions for reporting. For instance, to list all active tracking steps with their associated catalog descriptions, a query would join to the IGS_TR_STEP table. Data validation scripts frequently check for orphaned records in child tables by verifying that referenced STEP_CATALOG_CD values exist in this master table. A typical lookup query pattern is:
- SELECT step_catalog_cd FROM igs_tr_step_ctlg_all WHERE [effective date criteria];
Related Objects
The IGS_TR_STEP_CTLG_ALL table is central to the tracking data model, as evidenced by its foreign key relationships. It is referenced by several key tables:
- IGS_AD_PER_STM_TYP: References via STEP_CATALOG_CD, linking step definitions to person statement types.
- IGS_TR_STP_CTL_TYPE: References via STEP_CATALOG_ID, associating step catalog entries with control types.
- IGS_TR_STEP: References via STEP_CATALOG_CD, tying the master step definition to individual step instances.
- IGS_TR_TYPE_STEP_ALL: References via STEP_CATALOG_CD, defining which steps are part of specific tracking types.
These relationships enforce that steps used throughout the application are consistently defined in this single catalog table.
-
Table: IGS_TR_STEP_CTLG_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STEP_CTLG_ALL, object_name:IGS_TR_STEP_CTLG_ALL, status:VALID, product: IGS - Student System , description: This is repository for tracking steps , implementation_dba_data: IGS.IGS_TR_STEP_CTLG_ALL ,
-
Table: IGS_TR_STEP_CTLG_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This is repository for tracking steps , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_TR_STEP_CTLG_PKG dependencies on IGS_TR_STEP_CTLG_ALL
12.1.1
-
VIEW: APPS.IGS_AD_CRED_TYPES_V
12.1.1
-
APPS.IGS_TR_STEP_CTLG_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_TR_STEP_CTLG_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_STEP_CTLG_ALL, status:VALID,
-
VIEW: APPS.IGSFV_ADM_PRSL_STM_TYPE
12.1.1
-
VIEW: APPS.IGS_TR_STEP_CTLG
12.1.1
-
Table: IGS_TR_STP_CTL_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the system tracking type records associated with Catalog , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PER_STM_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PER_STM_TYP, object_name:IGS_AD_PER_STM_TYP, status:VALID, product: IGS - Student System , description: This table holds the Personal Statement Types , implementation_dba_data: IGS.IGS_AD_PER_STM_TYP ,
-
View: IGSFV_ADM_PRSL_STM_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_PRSL_STM_TYPE, object_name:IGSFV_ADM_PRSL_STM_TYPE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_ADM_PRSL_STM_TYPE ,
-
TABLE: IGS.IGS_TR_STEP_CTLG_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STEP_CTLG_ALL, object_name:IGS_TR_STEP_CTLG_ALL, status:VALID,
-
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 ,
-
Table: IGS_TR_STP_CTL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STP_CTL_TYPE, object_name:IGS_TR_STP_CTL_TYPE, status:VALID, product: IGS - Student System , description: Stores the system tracking type records associated with Catalog , implementation_dba_data: IGS.IGS_TR_STP_CTL_TYPE ,
-
View: IGS_AD_CRED_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PER_STM_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the Personal Statement Types , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_TR_STEP_CTLG_PKG
12.1.1
-
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_STEP_CTLG_PKG dependencies on IGS_TR_STEP_CTLG_PKG
12.1.1
-
View: IGSFV_ADM_PRSL_STM_TYPE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_TR_STEP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STEP, object_name:IGS_TR_STEP, status:VALID, product: IGS - Student System , description: This entity describes a particular step of a tracking item. The steps may be the default steps which have been setup for each tracking type or they may be additional or alternate steps defined by a user. , implementation_dba_data: IGS.IGS_TR_STEP ,
-
PACKAGE BODY: APPS.IGS_TR_STEP_CTLG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_TR_STEP_CTLG_PKG, status:VALID,
-
View: IGS_TR_STEP_CTLG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_STEP_CTLG, object_name:IGS_TR_STEP_CTLG, status:VALID, product: IGS - Student System , description: This is the multi-org view for a master table for tracking steps , implementation_dba_data: APPS.IGS_TR_STEP_CTLG ,
-
View: IGS_AD_CRED_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_CRED_TYPES_V, object_name:IGS_AD_CRED_TYPES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_CRED_TYPES_V ,
-
Table: IGS_TR_STEP
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a particular step of a tracking item. The steps may be the default steps which have been setup for each tracking type or they may be additional or alternate steps defined by a user. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_TR_STEP_CTLG
12.2.2
product: IGS - Student System (Obsolete) , description: This is the multi-org view for a master table for tracking steps , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_TR_STP_CTL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STP_CTL_TYPE, object_name:IGS_TR_STP_CTL_TYPE, status:VALID,
-
VIEW: APPS.IGS_AD_CRED_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_CRED_TYPES_V, object_name:IGS_AD_CRED_TYPES_V, status:VALID,
-
VIEW: APPS.IGSFV_ADM_PRSL_STM_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_PRSL_STM_TYPE, object_name:IGSFV_ADM_PRSL_STM_TYPE, status:VALID,
-
VIEW: APPS.IGS_TR_STEP_CTLG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_STEP_CTLG, object_name:IGS_TR_STEP_CTLG, 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'. ,