Search Results igs_pr_cs_schdl
Overview
The table IGS_PR_CS_SCHDL is a core data object within the Oracle E-Business Suite's now-obsolete Student System (IGS). Its primary function is to maintain the schedule for Class Standing, a concept typically related to academic progression or ranking within a course of study. This table acts as a master definition, establishing the framework against which individual student class standing records are created and managed. The documentation explicitly notes this table was "Not implemented in this database" for the referenced instance, indicating it may exist as a shell or its data may be managed through alternative means in specific deployments of versions 12.1.1 and 12.2.2.
Key Information Stored
The table's structure centers on a unique schedule identifier and the parameters that define the schedule's applicability. The primary key is the surrogate key IGS_PR_CS_SCHDL_ID, which uniquely identifies each schedule record. A separate unique key constraint ensures business rule integrity by combining START_DT (the effective start date of the schedule) and COURSE_TYPE (the type of academic program to which the schedule applies). This combination prevents duplicate schedules for the same course type starting on the same date. The COURSE_TYPE column is a foreign key referencing the IGS_PS_TYPE_ALL table, linking the schedule to the institution's defined program types.
Common Use Cases and Queries
This table supports administrative processes for tracking and applying class standing rules. A common operational query would retrieve the active schedule for a specific course type to validate or generate student records. For example: SELECT * FROM IGS_PR_CS_SCHDL WHERE COURSE_TYPE = '<PROGRAM_CODE>' AND SYSDATE >= START_DT ORDER BY START_DT DESC;. Reporting use cases include auditing all defined class standing schedules by course type and their effective dates, or identifying schedules that lack associated class standing detail records. As the module is obsolete, direct data manipulation is rare; integration or data migration scripts may reference this table to extract legacy configuration.
Related Objects
IGS_PR_CS_SCHDL maintains defined relationships with several other tables in the Student and Financial Aid modules, as per the provided metadata:
- Parent Reference: The table references IGS_PS_TYPE_ALL via the COURSE_TYPE column to validate the academic program type.
- Child Dependencies: Two key tables reference IGS_PR_CS_SCHDL via its primary key:
- IGF_AP_PR_PRG_TYPE (Financial Aid): Links financial aid program types to a specific class standing schedule using IGS_PR_CS_SCHDL_ID.
- IGS_PR_CSS_CLASS_STD (Student System): Stores the detailed class standing rules or student records associated with a master schedule, joined on IGS_PR_CS_SCHDL_ID.
-
Table: IGS_PR_CS_SCHDL
12.2.2
product: IGS - Student System (Obsolete) , description: Maintains the schedule of Class Standing , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_CS_SCHDL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CS_SCHDL, object_name:IGS_PR_CS_SCHDL, status:VALID, product: IGS - Student System , description: Maintains the schedule of Class Standing , implementation_dba_data: IGS.IGS_PR_CS_SCHDL ,
-
APPS.IGF_SL_LAR_CREATION dependencies on IGS_PR_CS_SCHDL
12.1.1
-
APPS.IGS_PR_CS_SCHDL_PKG dependencies on IGS_PR_CS_SCHDL
12.1.1
-
APPS.IGS_PR_GET_CLASS_STD dependencies on IGS_PR_CS_SCHDL
12.1.1
-
SYNONYM: APPS.IGS_PR_CS_SCHDL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_CS_SCHDL, status:VALID,
-
TABLE: IGS.IGS_PR_CS_SCHDL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CS_SCHDL, object_name:IGS_PR_CS_SCHDL, status:VALID,
-
APPS.IGS_PR_CS_SCHDL_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PR_CS_SCHDL_V
12.1.1
-
APPS.IGS_PR_GET_CLASS_STD dependencies on IGS_PS_VER
12.1.1
-
VIEW: APPS.IGF_AP_PR_PRG_TYPE_V
12.1.1
-
APPS.IGS_PR_GET_CLASS_STD dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_CS_SCHDL_PKG
12.1.1
-
APPS.IGS_PR_GET_CLASS_STD dependencies on IGS_PS_TYPE
12.1.1
-
APPS.IGS_PR_GET_CLASS_STD dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_PR_CS_SCHDL_PKG dependencies on IGS_PR_CS_SCHDL_PKG
12.1.1
-
Table: IGS_PR_CSS_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CSS_CLASS_STD, object_name:IGS_PR_CSS_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the Class Standing mapping for the credit point range and the academic years for each program type and a period , implementation_dba_data: IGS.IGS_PR_CSS_CLASS_STD ,
-
View: IGS_PR_CS_SCHDL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_CS_SCHDL_V, object_name:IGS_PR_CS_SCHDL_V, status:VALID, product: IGS - Student System , description: Shows the Class Standing schedule , implementation_dba_data: APPS.IGS_PR_CS_SCHDL_V ,
-
View: IGS_PR_CS_SCHDL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the Class Standing schedule , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_PR_PRG_TYPE
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores basic information about year specific Program Types that can be used to define Grade Levels for specific program type's class standing. , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_PR_PRG_TYPE
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_PR_PRG_TYPE, object_name:IGF_AP_PR_PRG_TYPE, status:VALID, product: IGF - Financial Aid , description: Stores basic information about year specific Program Types that can be used to define Grade Levels for specific program type's class standing. , implementation_dba_data: IGF.IGF_AP_PR_PRG_TYPE ,
-
Table: IGS_PR_CSS_CLASS_STD
12.2.2
product: IGS - Student System (Obsolete) , description: Maintains the Class Standing mapping for the credit point range and the academic years for each program type and a period , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PR_CS_SCHDL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_CS_SCHDL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_GET_CLASS_STD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_GET_CLASS_STD, status:VALID,
-
View: IGF_AP_PR_PRG_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PR_PRG_TYPE_V, object_name:IGF_AP_PR_PRG_TYPE_V, status:VALID, product: IGF - Financial Aid , description: Stores basic information about year specific Program Types that can be used to define Grade Levels for specific program type's class standing. , implementation_dba_data: APPS.IGF_AP_PR_PRG_TYPE_V ,
-
View: IGF_AP_PR_PRG_TYPE_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores basic information about year specific Program Types that can be used to define Grade Levels for specific program type's class standing. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TYPE_ALL, object_name:IGS_PS_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: IGS.IGS_PS_TYPE_ALL ,
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_LAR_CREATION, status:VALID,
-
VIEW: APPS.IGS_PR_CS_SCHDL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_CS_SCHDL_V, object_name:IGS_PR_CS_SCHDL_V, status:VALID,
-
VIEW: APPS.IGF_AP_PR_PRG_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PR_PRG_TYPE_V, object_name:IGF_AP_PR_PRG_TYPE_V, status:VALID,
-
APPS.IGF_SL_LAR_CREATION dependencies on IGS_PR_CSS_CLASS_STD_V
12.1.1
-
APPS.IGS_PR_GET_CLASS_STD SQL Statements
12.1.1
-
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
-
PACKAGE BODY: APPS.IGS_PR_GET_CLASS_STD
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_SL_LAR_CREATION SQL Statements
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
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 - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
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'. ,