Search Results teach_alternate_code
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_LOAD_TO_TEACH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_LOAD_TO_TEACH_V, object_name:IGS_CA_LOAD_TO_TEACH_V, status:VALID, product: IGS - Student System , description: Describes the teaching calendars for the give load calendar , implementation_dba_data: APPS.IGS_CA_LOAD_TO_TEACH_V ,
-
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 ,
-
View: IGS_CA_LOAD_TO_TEACH_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_AS_SU_ATTEMPT_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes valid unit attempts for a student's attempt studying at a particular unit offered by the university , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.IGS_PS_UNIT_OFR_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_PAT_V, object_name:IGS_PS_UNIT_OFR_PAT_V, status:VALID,
-
VIEW: APPS.IGS_CA_LOAD_TO_TEACH_V
12.1.1
-
View: IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_ATTEMPT_LKUP_V, object_name:IGS_AS_SU_ATTEMPT_LKUP_V, status:VALID, product: IGS - Student System , description: Describes valid unit attempts for a student's attempt studying at a particular unit offered by the university , implementation_dba_data: APPS.IGS_AS_SU_ATTEMPT_LKUP_V ,
-
VIEW: APPS.IGS_CA_TEACH_TO_LOAD_V
12.1.1
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
-
VIEW: APPS.IGS_EN_USEC_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_USEC_STAT_V, object_name:IGS_EN_USEC_STAT_V, status:VALID,
-
VIEW: APPS.IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID,
-
View: IGS_PS_UNIT_OFR_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_PAT_V, object_name:IGS_PS_UNIT_OFR_PAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_PAT_V ,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ASS_V, object_name:IGS_PS_UNIT_OFR_OPT_ASS_V, status:VALID, product: IGS - Student System , description: This view has been created for primary use in the 'Enter Mark/Grade' process (ASSF5330), which needs to be generated using all of the combined fields in this view. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_ASS_V ,
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ASS_V, object_name:IGS_PS_UNIT_OFR_OPT_ASS_V, status:VALID,
-
View: IGS_PS_UNIT_OFR_OPT_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_INQ_V, object_name:IGS_PS_UNIT_OFR_OPT_INQ_V, status:VALID, product: IGS - Student System , description: This view has been created for use in the class details block of INQF12E0. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_INQ_V ,
-
View: IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NON_ENR_STDNT_OU_ASS_V, object_name:IGS_EN_NON_ENR_STDNT_OU_ASS_V, status:VALID, product: IGS - Student System , description: This view incorporates the assessment of those students who are not enrolled in any course offerings. , implementation_dba_data: APPS.IGS_EN_NON_ENR_STDNT_OU_ASS_V ,
-
View: IGS_PS_UNIT_OFR_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view has been created for use in the class details block of INQF12E0. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_ACAD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_UNIT_V, object_name:IGS_PR_ACAD_UNIT_V, status:VALID,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view has been created for primary use in the 'Enter Mark/Grade' process (ASSF5330), which needs to be generated using all of the combined fields in this view. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_ATTEMPT_LKUP_V, object_name:IGS_AS_SU_ATTEMPT_LKUP_V, status:VALID,
-
View: IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view incorporates the assessment of those students who are not enrolled in any course offerings. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLINSTUNT_APLUNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_APLUNIT_V, object_name:IGS_AD_PS_APLINSTUNT_APLUNIT_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APLINSTUNT table. Incorporates alternate codes and calendar instance start and end dates for Teaching calendars. , implementation_dba_data: APPS.IGS_AD_PS_APLINSTUNT_APLUNIT_V ,
-
View: IGS_AD_PS_APLINSTUNT_APLUNIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APLINSTUNT table. Incorporates alternate codes and calendar instance start and end dates for Teaching calendars. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ST_SNAPSHOT_WARNING_V, object_name:IGS_EN_ST_SNAPSHOT_WARNING_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_EN_ST_SNAPSHOT_WARNING_V ,
-
View: IGS_AS_SUA_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_ASS_V, object_name:IGS_AS_SUA_ASS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUA_ASS_V ,
-
VIEW: APPS.IGS_CA_LOAD_TO_TEACH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_LOAD_TO_TEACH_V, object_name:IGS_CA_LOAD_TO_TEACH_V, 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: IGS_EN_USEC_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_USEC_STAT_V, object_name:IGS_EN_USEC_STAT_V, status:VALID, product: IGS - Student System , description: This view contains the statistic details of unit section. , implementation_dba_data: APPS.IGS_EN_USEC_STAT_V ,
-
View: IGS_EN_USEC_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the statistic details of unit section. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NON_ENR_STDNT_OU_ASS_V, object_name:IGS_EN_NON_ENR_STDNT_OU_ASS_V, status:VALID,
-
View: IGS_AS_SUA_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_INQ_V, object_name:IGS_AS_SUA_INQ_V, status:VALID, product: IGS - Student System , description: - Retrofitted , implementation_dba_data: APPS.IGS_AS_SUA_INQ_V ,
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_INQ_V, object_name:IGS_PS_UNIT_OFR_OPT_INQ_V, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT_APLUNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_APLUNIT_V, object_name:IGS_AD_PS_APLINSTUNT_APLUNIT_V, status:VALID,
-
VIEW: APPS.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,
-
View: IGS_AS_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_INQ_V, object_name:IGS_AS_SUA_INQ_V, status:VALID,
-
VIEW: APPS.IGS_EN_ST_SNAPSHOT_WARNING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ST_SNAPSHOT_WARNING_V, object_name:IGS_EN_ST_SNAPSHOT_WARNING_V, status:VALID,
-
View: IGS_PR_ACAD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_UNIT_V, object_name:IGS_PR_ACAD_UNIT_V, status:VALID, product: IGS - Student System , description: This view contains Student Unit Attempt details with statistics and grades. , implementation_dba_data: APPS.IGS_PR_ACAD_UNIT_V ,
-
APPS.IGS_EN_GEN_018 SQL Statements
12.1.1
-
View: IGS_PR_ACAD_UNIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains Student Unit Attempt details with statistics and grades. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SUA_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_ASS_V, object_name:IGS_AS_SUA_ASS_V, status:VALID,
-
View: IGS_PR_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_SUA_INQ_V ,
-
View: IGS_EN_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUA_V, object_name:IGS_EN_SUA_V, status:VALID, product: IGS - Student System , description: This view incorporates the student unit attempt record and its details such as the enrolled date, the administrative status unit associated with it and any discontinuation in the units and the corresponding reasons. , implementation_dba_data: APPS.IGS_EN_SUA_V ,