Search Results igs_ps_stage
Overview
The IGS_PS_STAGE table is a core data object within the Oracle E-Business Suite Student System (IGS). It represents the structural definition of program stages within a specific version of an academic program (course). A stage is a distinct, evaluative phase in a student's progression through a program. Each stage is defined by a code and is intrinsically linked to the rules engine of the system, allowing for automated evaluation of a student's eligibility to progress from one stage to the next. The table's primary role is to store the master list of these stages, establishing the framework against which individual student progression is measured and managed.
Key Information Stored
The table's structure centers on uniquely identifying a stage within the context of its parent program version. The primary key is a composite of three columns: COURSE_CD (the code for the academic program), VERSION_NUMBER (the specific version of that program), and SEQUENCE_NUMBER (which defines the order of the stage). Other critical columns include COURSE_STAGE_TYPE, which classifies the stage (e.g., via a foreign key to IGS_PS_STAGE_TYPE), and DESCRIPTION. The table also typically contains standard Oracle EBS audit columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY to track data maintenance.
Common Use Cases and Queries
This table is central to student progression and academic planning workflows. Common use cases include configuring the progression pathway for a new program version, generating reports on stage definitions for academic governance, and providing the master data for screens that manage stage-based rules. A frequent reporting query involves joining the stage to its parent program version to list all stages in sequence. For example:
SELECT psv.course_cd, psv.version_number, stg.sequence_number, stg.course_stage_type, stg.description FROM igs_ps_stage stg JOIN igs_ps_ver_all psv ON stg.course_cd = psv.course_cd AND stg.version_number = psv.version_number WHERE psv.course_cd = 'BSC_CS' ORDER BY stg.sequence_number;- Another critical pattern is querying stages along with their attached progression rules (via IGS_PS_STAGE_RU) to audit the rule-set governing academic advancement.
Related Objects
The IGS_PS_STAGE table sits within a key relationship hierarchy in the Student System. Its documented foreign key relationships are as follows:
- IGS_PS_VER_ALL: This is the parent table. Each stage record must belong to a valid program version, joined on (COURSE_CD, VERSION_NUMBER).
- IGS_PS_STAGE_TYPE: The stage type is validated via a foreign key relationship on the COURSE_STAGE_TYPE column.
- IGS_PS_STAGE_RU: This child table stores the specific rules associated with each stage. The relationship is defined on the primary key columns: (VERSION_NUMBER, COURSE_CD, CST_SEQUENCE_NUMBER), where CST_SEQUENCE_NUMBER corresponds to IGS_PS_STAGE.SEQUENCE_NUMBER.
These relationships ensure data integrity and enable the complex rule-based evaluation of student progression through defined academic stages.
-
Table: IGS_PS_STAGE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STAGE, object_name:IGS_PS_STAGE, status:VALID, product: IGS - Student System , description: This entity describes program stages within a program version, which are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through Progression. , implementation_dba_data: IGS.IGS_PS_STAGE ,
-
Table: IGS_PS_STAGE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes program stages within a program version, which are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through Progression. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_TIMESLOTS dependencies on IGS_PS_STAGE
12.1.1
-
APPS.IGS_PS_VAL_CST dependencies on IGS_PS_STAGE
12.1.1
-
APPS.IGS_PS_STAGE_PKG dependencies on IGS_PS_STAGE
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_PS_STAGE
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_STAGE
12.1.1
-
APPS.IGS_PS_VAL_CST dependencies on IGS_PS_STAGE
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_PS_STAGE
12.1.1
-
APPS.IGS_PS_STAGE_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_STAGE_PKG dependencies on IGS_PS_STAGE_PKG
12.1.1
-
VIEW: APPS.IGS_PS_STAGE_V
12.1.1
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_STAGES
12.1.1
-
SYNONYM: APPS.IGS_PS_STAGE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_STAGE, status:VALID,
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_STAGES
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_STAGE_RU
12.1.1
-
TABLE: IGS.IGS_PS_STAGE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STAGE, object_name:IGS_PS_STAGE, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_STAGE_PKG
12.1.1
-
VIEW: APPS.IGS_PS_STAGE_RU_V
12.1.1
-
APPS.IGS_PS_VAL_CST SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_PS_VAL_CST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_VAL_CST, status:VALID,
-
Table: IGS_PS_STAGE_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STAGE_TYPE, object_name:IGS_PS_STAGE_TYPE, status:VALID, product: IGS - Student System , description: This table describes the standard types of program stages, which may be created against a program. E.g. 1STYEAR, 2NDYEAR, MISC. , implementation_dba_data: IGS.IGS_PS_STAGE_TYPE ,
-
Table: IGS_PS_STAGE_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the standard types of program stages, which may be created against a program. E.g. 1STYEAR, 2NDYEAR, MISC. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_STAGE_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_STAGE_RU
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STAGE_RU, object_name:IGS_PS_STAGE_RU, status:VALID, product: IGS - Student System , description: Entity to capture the Program stage rules. , implementation_dba_data: IGS.IGS_PS_STAGE_RU ,
-
PACKAGE BODY: APPS.IGS_PS_VAL_CST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_CST, status:VALID,
-
VIEW: APPS.IGS_PS_UOFR_WLST_PRF_V
12.1.1
-
Table: IGS_PS_STAGE_RU
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Program stage rules. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_STAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_STAGE_V, object_name:IGS_PS_STAGE_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_STAGE_V ,
-
View: IGSBV_HIGH_EDU_PRG_STAGES
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes program stages within a program version that are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through progression. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HIGH_EDU_PRG_STAGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_STAGES, object_name:IGSBV_HIGH_EDU_PRG_STAGES, status:VALID, product: IGS - Student System , description: This is a base view, which describes program stages within a program version that are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through progression. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_PRG_STAGES ,
-
View: IGSFV_HIGH_EDU_PRG_STAGES
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes program stages within a program version that are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through progression. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HIGH_EDU_PRG_STAGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_STAGES, object_name:IGSFV_HIGH_EDU_PRG_STAGES, status:VALID, product: IGS - Student System , description: This is a full view, which describes program stages within a program version that are represented by a code. These stages are evaluated through relationships to rules within the rules sub-system and are measured through progression. , implementation_dba_data: APPS.IGSFV_HIGH_EDU_PRG_STAGES ,
-
PACKAGE BODY: APPS.IGS_PS_STAGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_STAGE_PKG, status:VALID,
-
View: IGS_PS_STAGE_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_STAGE_RU_V, object_name:IGS_PS_STAGE_RU_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_STAGE_RU_V ,
-
PACKAGE BODY: APPS.IGS_PS_VAL_CST
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_TIMESLOTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_TIMESLOTS, status:VALID,
-
VIEW: APPS.IGS_PS_STAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_STAGE_V, object_name:IGS_PS_STAGE_V, status:VALID,
-
View: IGS_PS_STAGE_RU_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UOFR_WLST_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UOFR_WLST_PRF_V, object_name:IGS_PS_UOFR_WLST_PRF_V, status:VALID,
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_VER_RU
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_GEN_001, status:VALID,
-
VIEW: APPS.IGS_PS_STAGE_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_STAGE_RU_V, object_name:IGS_PS_STAGE_RU_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_015, status:VALID,
-
APPS.IGS_PS_VAL_CST dependencies on IGS_PS_STAGE_TYPE
12.1.1
-
View: IGS_PS_UOFR_WLST_PRF_V
12.2.2
product: IGS - Student System (Obsolete) , description: Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UOFR_WLST_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UOFR_WLST_PRF_V, object_name:IGS_PS_UOFR_WLST_PRF_V, status:VALID, product: IGS - Student System , description: Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGS_PS_UOFR_WLST_PRF_V ,
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_STAGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_STAGES, object_name:IGSBV_HIGH_EDU_PRG_STAGES, status:VALID,
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_STAGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_STAGES, object_name:IGSFV_HIGH_EDU_PRG_STAGES, status:VALID,
-
Table: IGS_PS_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_ALL, object_name:IGS_PS_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: IGS.IGS_PS_VER_ALL ,