Search Results igs_st_gvtsemload_ca
Overview
The table IGS_ST_GVTSEMLOAD_CA is a data structure within the Oracle E-Business Suite (EBS) Student System (IGS), specifically noted as obsolete in the provided documentation for versions 12.1.1 and 12.2.2. Its core function is to model the relationship between academic calendars and government reporting periods. It defines which specific Load Calendars (academic calendar instances) contribute to and are aggregated within a defined government semester for official reporting purposes. This table acts as a critical junction, linking the configuration of academic terms with the structured reporting requirements mandated by governmental education bodies.
Key Information Stored
The table's structure is defined by composite primary and foreign keys that enforce data integrity for these relationships. The primary data points stored are identifiers that link records across related tables. Key columns include SUBMISSION_YR and SUBMISSION_NUMBER, which uniquely identify a government submission cycle. The GOVT_SEMESTER column specifies the semester within that submission period. Crucially, the CAL_TYPE and CI_SEQUENCE_NUMBER columns together identify the exact calendar instance (e.g., "SEM-1 2024") that is considered part of the load for the specified government semester. The existence of two documented primary key constraints (GSLC_UK and IGS_ST_GVTSEMLOAD_CA_PK) suggests an evolution in the table's design, with the latter including GOVT_SEMESTER for a more granular unique identifier.
Common Use Cases and Queries
The primary use case for this table is supporting the generation of government-compliant reports on student enrollment load and activity per semester. A typical query would retrieve all contributing calendar instances for a specific reporting period to aggregate student unit attempt records. For example, to list all load calendars for a given submission year and semester, one might use:
- SELECT cal_type, ci_sequence_number FROM igs_st_gvtsemload_ca WHERE submission_yr = :p_year AND govt_semester = :p_sem;
Conversely, to identify the government semester to which a specific academic calendar belongs for reporting, a join to IGS_ST_GOVT_SEMESTER would be necessary. Given the module's obsolete status, direct interaction with this table is typically limited to legacy data validation, migration projects, or supporting historical reports.
Related Objects
IGS_ST_GVTSEMLOAD_CA does not exist in isolation; it is defined by its relationships to core calendar and government reporting tables, as documented by its foreign keys.
- IGS_CA_INST_ALL: The table references this calendar instance table via the columns CAL_TYPE and CI_SEQUENCE_NUMBER. This join retrieves the detailed start/end dates and description of the contributing academic period.
- IGS_ST_GOVT_SEMESTER: The table references this government semester definition table via the columns SUBMISSION_YR, SUBMISSION_NUMBER, and GOVT_SEMESTER. This join provides the context and official parameters of the government reporting period to which the calendars are mapped.
These relationships are essential for any query or report that needs to traverse from a specific academic calendar to its government reporting context or vice versa.
-
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 ,
-
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 ,
-
APPS.IGS_ST_GVTSEMLOAD_CA_PKG dependencies on IGS_ST_GVTSEMLOAD_CA
12.1.1
-
APPS.IGS_ST_GEN_004 dependencies on IGS_ST_GVTSEMLOAD_CA
12.1.1
-
APPS.IGS_AD_VAL_SCFT dependencies on IGS_ST_GVTSEMLOAD_CA
12.1.1
-
APPS.IGS_ST_GEN_002 dependencies on IGS_ST_GVTSEMLOAD_CA
12.1.1
-
APPS.IGS_ST_GVTSEMLOAD_CA_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_ST_GVTSEMLOAD_CA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_ST_GVTSEMLOAD_CA, status:VALID,
-
APPS.IGS_AD_VAL_SCFT dependencies on IGS_CA_INST_REL
12.1.1
-
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_AD_VAL_SCFT dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AD_VAL_SCFT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_ST_GVTSEMLOAD_CA_PKG
12.1.1
-
APPS.IGS_ST_GVTSEMLOAD_CA_PKG dependencies on IGS_ST_GVTSEMLOAD_CA_PKG
12.1.1
-
Table: 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, product: IGS - Student System , description: This entity describes the semester against which load is to be assigned. Example 1, 2 or 3. , implementation_dba_data: IGS.IGS_ST_GOVT_SEMESTER ,
-
PACKAGE BODY: APPS.IGS_ST_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_002, status:VALID,
-
Table: IGS_ST_GOVT_SEMESTER
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the semester against which load is to be assigned. Example 1, 2 or 3. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_SCFT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_SCFT, status:VALID,
-
PACKAGE BODY: APPS.IGS_ST_GVTSEMLOAD_CA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GVTSEMLOAD_CA_PKG, status:VALID,
-
APPS.IGS_ST_GEN_004 dependencies on IGS_FI_GOV_HEC_PA_OP
12.1.1
-
PACKAGE BODY: APPS.IGS_ST_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_004, status:VALID,
-
APPS.IGS_ST_GEN_004 dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1
-
APPS.IGS_ST_GEN_004 dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_ST_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_ST_GEN_004 dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_SCFT
12.1.1
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_ST_GEN_004 dependencies on IGS_EN_ST_SNAPSHOT
12.1.1
-
APPS.IGS_ST_GEN_004 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
-
APPS.IGS_ST_GEN_004 dependencies on IGS_ST_GVT_STDNT_LBL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_ST_GEN_002
12.1.1
-
PACKAGE BODY: APPS.IGS_ST_GEN_004
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'. ,
-
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'. ,