Search Results igs_ca_load_to_teach_v
Overview
IGS_CA_LOAD_TO_TEACH_V is a reporting view belonging to the IGS (Student System) product family within Oracle E-Business Suite. It is documented in the ETRM as an obsolete object. The view presents the relationship between a student's default load calendar and the associated teaching calendars, resolving the hierarchical calendar structure that governs how load periods map to teaching periods in an academic term.
In the Oracle EBS 12.1.1 and 12.2.2 data model, the IGS calendar infrastructure distinguishes between calendar categories such as ACADEMIC and TEACHING. A load calendar typically originates as an academic-category calendar instance, while teaching calendars are sub-calendars attached to it through the IGS_CA_INST_REL relationship table. This view flattens that hierarchy so that both the load side and the teaching side are presented side by side on a single row, making it convenient for institution-facing reporting and integration extracts that require teaching calendar context for each default load appointment.
Because the object is marked obsolete and is documented as "not implemented in this database," it should be treated as a legacy reference. It may still exist in historic or partially upgraded environments but is not guaranteed to be present in a current 12.2.2 installation.
Underlying Base Objects
The view is defined over three core IGS calendar tables, joined through a nested subquery against the calendar instance relationship and calendar type tables. The documented base objects are:
- IGS_ST_DFT_LOAD_APPO — the default load appointment table, aliased AP1, which supplies the load calendar type and load calendar instance sequence number.
- IGS_CA_INST — the calendar instance table, joining once as CI for the load instance and once as CI1 for the teaching instance.
- IGS_CA_INST_REL — the calendar instance relationship table, aliased R1 and R2, which links superior and subordinate calendar instances.
- IGS_CA_TYPE — the calendar type table, aliased CT and CT1, used to filter on the S_CAL_CAT calendar category.
The join logic begins with the default load appointment, matches the load instance in IGS_CA_INST, and then correlates to a teaching instance where the calendar type equals AP1.TEACH_CAL_TYPE. The nested subquery constrains the teaching instance to those relationship rows whose subordinate calendar type has an S_CAL_CAT of 'TEACHING' and whose superior calendar instance matches the load appointment with a superior calendar type categorized as 'ACADEMIC'.
Key Columns
The view exposes twelve columns, organized into two symmetrical groups:
- LOAD_CAL_TYPE — calendar type of the load (academic) calendar.
- LOAD_CI_SEQUENCE_NUMBER — instance sequence number identifying the specific load calendar instance.
- LOAD_START_DT and LOAD_END_DT — the effective start and end dates of the load calendar instance.
- LOAD_ALTERNATE_CODE — the alternate (user-facing) code for the load instance.
- LOAD_CAL_DESCRIPTION — descriptive text for the load calendar instance.
- TEACH_CAL_TYPE — calendar type of the associated teaching calendar.
- TEACH_CI_SEQUENCE_NUMBER — instance sequence number of the teaching calendar instance.
- TEACH_START_DT and TEACH_END_DT — the effective start and end dates of the teaching calendar instance.
- TEACH_ALTERNATE_CODE — the alternate code for the teaching instance.
- TEACH_CAL_DESCRIPTION — descriptive text for the teaching calendar instance.
Common Use Cases and Queries
Typical usage involves reporting the teaching periods that fall under a student's load calendar, validating that load appointments resolve to a valid teaching calendar, and driving downstream integration extracts for scheduling or enrolment processes.
A representative query returning all mapping rows for a given load calendar type and instance would be:
SELECT load_cal_type, load_ci_sequence_number, load_start_dt, load_end_dt, teach_cal_type, teach_ci_sequence_number, teach_start_dt, teach_end_dt FROM igs_ca_load_to_teach_v WHERE load_cal_type = :p_cal_type AND load_ci_sequence_number = :p_seq;SELECT teach_cal_type, teach_ci_sequence_number, teach_start_dt FROM igs_ca_load_to_teach_v WHERE load_start_dt BETWEEN :p_from AND :p_to ORDER BY load_start_dt;SELECT COUNT(*) FROM igs_ca_load_to_teach_v WHERE load_cal_type = :p_cal_type;
Because the ETRM documents no explicit base-object list and the view is obsolete, any implementation should confirm both the view's presence and the continued existence of the underlying IGS calendar tables before relying on it in 12.1.1 or 12.2.2 environments.
-
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_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 ,
-
APPS.IGS_PT_GEN_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_SLIST_ADI_V
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,
-
PACKAGE BODY: APPS.IGS_PS_RLOVR_FAC_TSK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_RLOVR_FAC_TSK, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_CP_GPA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_CP_GPA, 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,
-
PACKAGE BODY: APPS.IGS_EN_IVR_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_IVR_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_PT_GEN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PT_GEN_PKG, status:VALID,
-
APPS.IGS_EN_NSC_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_STDNT_DPSTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_STDNT_DPSTS, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_GEN, status:VALID,
-
PACKAGE BODY: APPS.IGF_SP_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SP_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_016
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_016, 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,
-
VIEW: APPS.IGS_EN_SS_SCHEDULE_DISP_V
12.1.1
-
PACKAGE BODY: APPS.IGF_SP_AWARD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SP_AWARD, status:VALID,
-
APPS.IGS_EN_DROP_UNITS_API SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PROGRAM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PROGRAM, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_017
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_017, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_1098T_EXTRACT_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_1098T_EXTRACT_DATA, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_018
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_018, 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_VAL_BULKRULE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_BULKRULE, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_004, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_UNIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_UNIT, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_TIMESLOTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_TIMESLOTS, status:VALID,
-
APPS.IGS_EN_IVR_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_NSC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_NSC_PKG, status:VALID,
-
View: IGS_AS_SLIST_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SLIST_ADI_V, object_name:IGS_AS_SLIST_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Student List WebADI View , implementation_dba_data: APPS.IGS_AS_SLIST_ADI_V ,
-
PACKAGE BODY: APPS.IGS_EN_SUA_LGCY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SUA_LGCY_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_SS_EN_WRAPPERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_EN_WRAPPERS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VALIDATE_LGCY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VALIDATE_LGCY_PKG, status:VALID,
-
View: IGS_AS_SLIST_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Student List WebADI View , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_017 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_008, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_FEE_ROLLV
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_FEE_ROLLV, status:VALID,
-
View: IGS_EN_SS_SCHEDULE_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SS_SCHEDULE_DISP_V, object_name:IGS_EN_SS_SCHEDULE_DISP_V, status:VALID, product: IGS - Student System , description: This view shows all the program attempts with additional details like applicable min/max cp, year of program unit set etc. used to display in schedule page. , implementation_dba_data: APPS.IGS_EN_SS_SCHEDULE_DISP_V ,
-
PACKAGE BODY: APPS.IGS_EN_SU_ATTEMPT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SU_ATTEMPT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_OFR_OPT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_UNIT_OFR_OPT_PKG, status:VALID,
-
View: IGS_EN_SS_SCHEDULE_DISP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view shows all the program attempts with additional details like applicable min/max cp, year of program unit set etc. used to display in schedule page. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SLIST_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SLIST_ADI_V, object_name:IGS_AS_SLIST_ADI_V, status:VALID,
-
APPS.IGF_SP_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PT_GEN_PKG
12.1.1
-
APPS.IGS_PS_CAL_RSR_VAL SQL Statements
12.1.1
-
VIEW: APPS.IGS_EN_SS_SCHEDULE_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SS_SCHEDULE_DISP_V, object_name:IGS_EN_SS_SCHEDULE_DISP_V, status:VALID,
-
APPS.IGS_PR_CLASS_RANK SQL Statements
12.1.1
-
APPS.IGS_EN_ELGBL_PROGRAM SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_CA_INST_REL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_REL, status:VALID,