Search Results submission_number
Overview
The IGS_ST_GVTSEMLOAD_OV table is a core configuration table within the Oracle E-Business Suite (EBS) Student Management (iStudent) module, specifically for versions 12.1.1 and 12.2.2. It serves a critical function in the Higher Education Student Data Collection process, which is essential for government reporting in many regions. The table's primary role is to define and manage the mapping between institutional teaching periods and official government reporting semesters for the purpose of student load (enrollment) calculation. It establishes an override mechanism, ensuring that the load from specific teaching calendars is correctly apportioned to a designated government semester within a submission, thereby guaranteeing data consistency and accuracy for statutory reporting.
Key Information Stored
The table's structure is designed to uniquely identify a submission context and the specific load-calendar-to-government-semester mapping within it. The key columns include:
- SUBMISSION_YR and SUBMISSION_NUMBER: Together, these uniquely identify the specific student data collection submission cycle.
- GOVT_SEMESTER: The government-defined semester (values 1-5) to which the load is being assigned.
- CAL_TYPE and CI_SEQUENCE_NUMBER: Identify the precise load calendar instance used for the submission.
- TEACH_CAL_TYPE: The teaching calendar whose default load apportionment is being overridden for the specified government semester.
- Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditing.
The unique indexes (U1 and U2) enforce critical business rules, preventing duplicate mappings for the same submission, load calendar, and teaching period.
Common Use Cases and Queries
This table is central to configuring and validating government reporting setups. A common use case is during the preparation of a submission, where administrators must verify that all relevant teaching periods are correctly mapped to government semesters. Troubleshooting load calculation discrepancies often involves querying this table to confirm overrides are in place. Sample queries include retrieving all overrides for a specific submission or identifying the government semester for a particular teaching calendar.
-- Find all teaching calendar overrides for a specific submission year and number SELECT govt_semester, cal_type, ci_sequence_number, teach_cal_type FROM igs.igs_st_gvtsemload_ov WHERE submission_yr = 2024 AND submission_number = 1 ORDER BY govt_semester, teach_cal_type; -- Identify the government semester for a specific teaching period within a submission SELECT govt_semester FROM igs.igs_st_gvtsemload_ov WHERE submission_yr = 2024 AND submission_number = 1 AND cal_type = 'LOAD_2024' AND teach_cal_type = 'SEM1_2024';
Related Objects
The IGS_ST_GVTSEMLOAD_OV table is a foundational object within the student reporting subsystem. It is directly referenced by the unique indexes defined upon it (IGS_ST_GVTSEMLOAD_OV_U1, U2, N1). It has a functional relationship with other key tables in the IGS schema that manage submission headers (likely named IGS_ST_GVTSUBM or similar), calendar definitions (IGS_CA_TYPE, IGS_CA_INST), and teaching period setups. The data in this table is integral to the processes and views that aggregate and prepare the final student load data for government returns, ensuring institutional data aligns with external reporting frameworks.
-
TABLE: IGS.IGS_ST_GVTSEMLOAD_OV
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GVTSEMLOAD_OV, object_name:IGS_ST_GVTSEMLOAD_OV, status:VALID,
-
View: IGS_AD_SBMAO_FN_UITT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SBMAO_FN_UITT_V, object_name:IGS_AD_SBMAO_FN_UITT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SBMAO_FN_UITT_V ,
-
View: IGS_AD_SBMAO_FN_AMTT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SBMAO_FN_AMTT_V, object_name:IGS_AD_SBMAO_FN_AMTT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SBMAO_FN_AMTT_V ,
-
Table: IGS_ST_GOVT_STDNT_EN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GOVT_STDNT_EN, object_name:IGS_ST_GOVT_STDNT_EN, status:VALID, product: IGS - Student System , description: This entity describes a students enrollment details as captured at the census date for each submission of the Student Enrollment File to the government. , implementation_dba_data: IGS.IGS_ST_GOVT_STDNT_EN ,
-
Table: IGS_ST_GVT_STDNT_LBL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GVT_STDNT_LBL, object_name:IGS_ST_GVT_STDNT_LBL, status:VALID, product: IGS - Student System , description: This entity describes a students liability details as captured at the census date for each government submission of the Student Liability File. , implementation_dba_data: IGS.IGS_ST_GVT_STDNT_LBL ,
-
TABLE: IGS.IGS_ST_GOVT_SEMESTER
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GOVT_SEMESTER, object_name:IGS_ST_GOVT_SEMESTER, status:VALID,
-
View: IGS_AD_SBMAO_FN_AMTT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_ST_GVT_STDNT_LBL_PKG dependencies on IGS_ST_GVT_STDNT_LBL
12.1.1
-
VIEW: APPS.IGS_AD_SBMAO_FN_UITT_V
12.1.1
-
Table: IGS_ST_GVTSEMLOAD_OV
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the link between a government report semester and load from specific teaching periods. This link is made to the relationship between a teaching period and a load calendar instance to ensure consistency across all load , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SBMAO_FN_CTTT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SBMAO_FN_CTTT_V, object_name:IGS_AD_SBMAO_FN_CTTT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SBMAO_FN_CTTT_V ,
-
Table: IGS_ST_GVTSEMLOAD_OV
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GVTSEMLOAD_OV, object_name:IGS_ST_GVTSEMLOAD_OV, status:VALID, product: IGS - Student System , description: This table describes the link between a government report semester and load from specific teaching periods. This link is made to the relationship between a teaching period and a load calendar instance to ensure consistency across all load , implementation_dba_data: IGS.IGS_ST_GVTSEMLOAD_OV ,
-
APPS.IGS_ST_GVT_SPSHT_CTL_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
Table: IGS_ST_GVTSEMLOAD_CA
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the Load Calendars that contribute toward a semester. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_SBM_AOU_FNDTT_V
12.1.1
-
APPS.IGS_AD_SBMINTAK_TRGT_PKG dependencies on IGS_AD_SBMINTAK_TRGT
12.1.1
-
APPS.IGS_AD_SBMAO_FN_CTTT_PKG dependencies on IGS_AD_SBMAO_FN_CTTT
12.1.1
-
APPS.IGS_ST_GVTSEMLOAD_CA_PKG SQL Statements
12.1.1
-
Table: IGS_ST_GVT_STDNT_LBL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a students liability details as captured at the census date for each government submission of the Student Liability File. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_ST_GVTSEMLOAD_CA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GVTSEMLOAD_CA, object_name:IGS_ST_GVTSEMLOAD_CA, status:VALID,
-
APPS.IGS_ST_GVTSEMLOAD_OV_PKG dependencies on IGS_ST_GVTSEMLOAD_OV
12.1.1
-
APPS.IGS_AD_SBMPS_FN_ITTT_PKG dependencies on IGS_AD_SBMPS_FN_ITTT
12.1.1
-
APPS.IGS_ST_GOVT_STDNT_EN_PKG dependencies on IGS_ST_GOVT_STDNT_EN
12.1.1
-
TABLE: IGS.IGS_AD_SBM_PS_FNTRGT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBM_PS_FNTRGT, object_name:IGS_AD_SBM_PS_FNTRGT, status:VALID,
-
View: IGS_AD_SBMPS_FN_ITTT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SBMPS_FN_ITTT_V, object_name:IGS_AD_SBMPS_FN_ITTT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SBMPS_FN_ITTT_V ,
-
View: IGS_AD_SBMAO_FN_UITT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_ST_GVTSEMLOAD_CA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GVTSEMLOAD_CA, object_name:IGS_ST_GVTSEMLOAD_CA, status:VALID, product: IGS - Student System , description: This table describes the Load Calendars that contribute toward a semester. , implementation_dba_data: IGS.IGS_ST_GVTSEMLOAD_CA ,
-
VIEW: APPS.IGS_AD_SBMINTAK_TRGT_V
12.1.1
-
View: IGS_AD_SBMINTAK_TRGT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SBMINTAK_TRGT_V, object_name:IGS_AD_SBMINTAK_TRGT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SBMINTAK_TRGT_V ,
-
View: IGS_ST_GVT_SPSHT_CTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_ST_GVT_SPSHT_CTL, object_name:IGS_ST_GVT_SPSHT_CTL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_ST_GVT_SPSHT_CTL ,
-
APPS.IGS_AD_SBMAO_FN_AMTT_PKG dependencies on IGS_AD_SBMAO_FN_AMTT
12.1.1
-
View: IGS_AD_SBM_AOU_FNDTT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SBMPS_FN_ITTT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_ST_GOVT_STDNT_EN
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a students enrollment details as captured at the census date for each submission of the Student Enrollment File to the government. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SBMINTAK_TRGT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_SBMINTAK_TRGT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBMINTAK_TRGT, object_name:IGS_AD_SBMINTAK_TRGT, status:VALID,
-
APPS.IGS_ST_GVTSEMLOAD_CA_PKG dependencies on IGS_ST_GVTSEMLOAD_CA
12.1.1
-
APPS.IGS_ST_GVT_SPSHT_CHG_PKG dependencies on IGS_ST_GVT_SPSHT_CHG
12.1.1
-
View: IGS_AD_SBM_AOU_FNDTT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SBM_AOU_FNDTT_V, object_name:IGS_AD_SBM_AOU_FNDTT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SBM_AOU_FNDTT_V ,
-
VIEW: APPS.IGS_AD_SBMAO_FN_AMTT_V
12.1.1
-
APPS.IGS_AD_SBM_AOU_FNDTT_PKG dependencies on IGS_AD_SBM_AOU_FNDTT
12.1.1
-
VIEW: APPS.IGS_AD_SBMAO_FN_CTTT_V
12.1.1
-
TABLE: IGS.IGS_ST_GVT_SPSHT_CTL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GVT_SPSHT_CTL_ALL, object_name:IGS_ST_GVT_SPSHT_CTL_ALL, status:VALID,
-
View: IGS_AD_SBMAO_FN_CTTT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_ST_GVT_SPSHT_CTL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_SBMINTAK_TRGT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SBMINTAK_TRGT_V, object_name:IGS_AD_SBMINTAK_TRGT_V, status:VALID,
-
APPS.IGS_ST_GVT_SPSHT_CTL_PKG dependencies on IGS_ST_GVT_SPSHT_CTL_ALL
12.1.1
-
APPS.IGS_ST_GOVT_SEMESTER_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_ST_GVT_SPSHT_CTL
12.1.1
-
APPS.IGS_ST_GOVT_SEMESTER_PKG dependencies on IGS_ST_GOVT_SEMESTER
12.1.1