Search Results igs_ca_teach_to_load_v
Overview
The view IGS_CA_TEACH_TO_LOAD_V belongs to the IGS (Student System) product family within Oracle E-Business Suite, a module now classified as obsolete in the Oracle ETRM data model. Its stated purpose is to "describe the teaching calendars for the given load calendar." In practice, the view resolves and exposes the relationship between a student's default load calendar and the teaching calendar that corresponds to it, joining both calendar instances so that their identifiers, date ranges, descriptions, and alternate codes can be compared side by side within a single result set.
Because the base objects on which it depends are associated with the legacy IGS Student System, the view is not implemented in current 12.1.1 or 12.2.2 databases. It is preserved here primarily for reference and for understanding the historic ETRM documentation model. Where the view appears in a reporting or integration context, it functioned as a convenience abstraction that saved application code from repeatedly joining the load-appointment, calendar-type, and calendar-instance tables by hand.
Underlying Base Objects
The ETRM metadata lists no formally documented base objects, but the embedded view text reveals the tables referenced by the SELECT. These are:
- IGS_ST_DFT_LOAD_APPO — the default load appointment table (aliased AP1), which establishes the mapping between a load calendar type, its sequence number, and the corresponding teaching calendar type.
- IGS_CA_INST — the calendar instance table, joined twice: once as CI for the load calendar instance and once as CI1 for the teaching calendar instance.
- IGS_CA_INST_REL — the calendar instance relationship table, used in nested subqueries as R1 and R2 to enforce the parent/child linkage between supervisory and subordinate calendar instances.
- IGS_CA_TYPE — the calendar type table (CT and CT1), which is filtered on
S_CAL_CATto distinguish load calendars ('LOAD') from academic teaching calendars ('ACADEMIC').
The join structure is deliberately self-referential: the outer query matches the load instance from IGS_ST_DFT_LOAD_APPO against the teaching instance, while the nested IN clauses verify that a valid relationship exists between them through IGS_CA_INST_REL and confirm the calendar categories via IGS_CA_TYPE.
Key Columns
The view exposes twelve columns, symmetrically prefixed to separate load-side and teaching-side attributes:
- LOAD_CAL_TYPE, LOAD_CI_SEQUENCE_NUMBER — identifiers for the load calendar instance.
- LOAD_START_DT, LOAD_END_DT — the effective date range of the load calendar instance.
- LOAD_ALTERNATE_CODE — the alternate code on the load instance, the column most relevant to the search term teach_alternate_code.
- LOAD_DESCRIPTION — descriptive text for the load calendar.
- TEACH_CAL_TYPE, TEACH_CI_SEQUENCE_NUMBER — identifiers for the teaching calendar instance.
- TEACH_START_DT, TEACH_END_DT — the effective date range of the teaching instance.
- TEACH_ALTERNATE_CODE — the alternate code on the teaching instance, the direct counterpart to the user's search.
- TEACH_DESCRIPTION — descriptive text for the teaching calendar.
The ALTERNATE_CODE columns mirror the underlying CI.ALTERNATE_CODE and CI1.ALTERNATE_CODE attributes and were typically used to map institutional calendar naming conventions across integrated systems.
Common Use Cases and Queries
Typical usage centered on reconciling load and teaching calendar definitions for enrollment, scheduling, and term validation. A representative query that retrieves the teaching alternate code associated with a load calendar would be:
SELECT load_cal_type, load_ci_sequence_number, teach_cal_type, teach_alternate_code FROM igs_ca_teach_to_load_v WHERE load_alternate_code = :p_load_code;— resolving the teaching alternate code from a known load alternate code.SELECT * FROM igs_ca_teach_to_load_v WHERE teach_start_dt >= :p_start_date AND teach_end_dt <= :p_end_date;— filtering teaching calendars that fall within a reporting period.SELECT load_cal_type, COUNT(*) FROM igs_ca_teach_to_load_v GROUP BY load_cal_type;— summarizing how many teaching calendars map to each load calendar.
Because the object is obsolete and unimplemented, these queries are illustrative only; equivalent functionality in supported EBS releases must be rebuilt directly against the current calendar instance and relationship tables.
-
View: IGS_CA_TEACH_TO_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the teaching calendars for the give load calendar , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_TEACH_TO_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TEACH_TO_LOAD_V, object_name:IGS_CA_TEACH_TO_LOAD_V, status:VALID, product: IGS - Student System , description: Describes the teaching calendars for the give load calendar , implementation_dba_data: APPS.IGS_CA_TEACH_TO_LOAD_V ,
-
APPS.IGS_AS_ANON_GRD_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_USEC_CLASSLIST_V
12.1.1
-
VIEW: APPS.IGS_DA_XML_ACADEMICPROGRAM_V
12.1.1
-
VIEW: APPS.IGS_AS_USEC_ATTEND_ENTRY_V
12.1.1
-
VIEW: APPS.IGS_AS_X_USEC_CLASSLIST_V
12.1.1
-
VIEW: APPS.IGS_SS_EN_RULE_CART_MAX_V
12.1.1
-
View: IGS_DA_XML_ACADEMICPROGRAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_XML_ACADEMICPROGRAM_V, object_name:IGS_DA_XML_ACADEMICPROGRAM_V, status:VALID, product: IGS - Student System , description: XML element AcademicProgramSub view indexed by Degree Program view Provides the provides the DA specified program information "SPA" -- Students Selected Degree Program "WIF" -- What-if Program "SPECIAL" -- Special Program , implementation_dba_data: APPS.IGS_DA_XML_ACADEMICPROGRAM_V ,
-
VIEW: APPS.IGS_AS_USEC_GRADE_ENTRY_V
12.1.1
-
View: IGS_DA_XML_ACADEMICPROGRAM_V
12.2.2
product: IGS - Student System (Obsolete) , description: XML element AcademicProgramSub view indexed by Degree Program view Provides the provides the DA specified program information "SPA" -- Students Selected Degree Program "WIF" -- What-if Program "SPECIAL" -- Special Program , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SUA_LOAD_V
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_VAL_UNIT_RULE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_VAL_UNIT_RULE, status:VALID,
-
SYNONYM: APPS.IGS_ST_DFT_LOAD_APPO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_ST_DFT_LOAD_APPO, status:VALID,
-
VIEW: APPS.IGS_AS_SUAH_LOAD_V
12.1.1
-
APPS.IGS_EN_GEN_018 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_ANON_GRD_PKG
12.1.1
-
View: IGS_SS_EN_RULE_CART_MAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_RULE_CART_MAX_V, object_name:IGS_SS_EN_RULE_CART_MAX_V, status:VALID, product: IGS - Student System , description: The view queries for the sum of credit points of all the Units in the cart. , implementation_dba_data: APPS.IGS_SS_EN_RULE_CART_MAX_V ,
-
View: IGS_AS_USEC_CLASSLIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_CLASSLIST_V, object_name:IGS_AS_USEC_CLASSLIST_V, status:VALID, product: IGS - Student System , description: Describes Unit Sections for Class List , implementation_dba_data: APPS.IGS_AS_USEC_CLASSLIST_V ,
-
VIEW: APPS.IGS_PR_ACAD_PROGRAM_V
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_013
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_013, status:VALID,
-
View: IGS_SS_EN_RULE_CART_MAX_V
12.2.2
product: IGS - Student System (Obsolete) , description: The view queries for the sum of credit points of all the Units in the cart. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_XSLISTCOM_ADI_V
12.1.1
-
View: IGS_AS_X_USEC_CLASSLIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_X_USEC_CLASSLIST_V, object_name:IGS_AS_X_USEC_CLASSLIST_V, status:VALID, product: IGS - Student System , description: Describes Cross Listed Unit Sections for Class List , implementation_dba_data: APPS.IGS_AS_X_USEC_CLASSLIST_V ,
-
View: IGS_AS_USEC_CLASSLIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Unit Sections for Class List , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_NOTIFY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_NOTIFY_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_ANON_GRD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_ANON_GRD_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_SEVIS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SEVIS, status:VALID,
-
APPS.IGS_RU_VAL_UNIT_RULE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SUA_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SUA_API, status:VALID,
-
View: IGS_AS_X_USEC_CLASSLIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Cross Listed Unit Sections for Class List , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_CALC_AWARD_MARK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_CALC_AWARD_MARK, status:VALID,
-
View: IGS_AS_USEC_ATTEND_ENTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_ATTEND_ENTRY_V, object_name:IGS_AS_USEC_ATTEND_ENTRY_V, status:VALID, product: IGS - Student System , description: Describes Unit Sections due for Attendance View , implementation_dba_data: APPS.IGS_AS_USEC_ATTEND_ENTRY_V ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_CAL_RSR_VAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_CAL_RSR_VAL, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_DASHBOARD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_DASHBOARD, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_OVERRIDE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_OVERRIDE, status:VALID,
-
View: IGS_AS_USEC_GRADE_ENTRY_V
12.2.2
product: IGS - Student System (Obsolete) , description: Unit sections for grade entry information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_XSLISTSEP_ADI_V
12.1.1
-
PACKAGE BODY: APPS.IGS_DA_XML_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_DA_XML_PKG, status:VALID,
-
View: IGS_AS_USEC_GRADE_ENTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_GRADE_ENTRY_V, object_name:IGS_AS_USEC_GRADE_ENTRY_V, status:VALID, product: IGS - Student System , description: Unit sections for grade entry information , implementation_dba_data: APPS.IGS_AS_USEC_GRADE_ENTRY_V ,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PERSON, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_WLST_GEN_PROC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_WLST_GEN_PROC, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_LEGACY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_LEGACY, status:VALID,
-
VIEW: APPS.IGS_PR_ACAD_LOAD_V
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,
-
PACKAGE BODY: APPS.IGF_AP_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_WORKFLOW
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_WORKFLOW, status:VALID,