Search Results igs_ca_inst_all
Overview
The IGS_CA_INST_ALL table is a core data structure within the Oracle E-Business Suite Student System (IGS), which is documented as obsolete in the provided metadata for releases 12.1.1 and 12.2.2. It functions as the master table for calendar instances, describing a specific temporal occurrence of a defined calendar type. Each record represents a unique instance, such as "Fall Semester 2023" or "Academic Year 2022-2023," characterized by a start date, end date, and status. Its primary role is to provide a standardized temporal reference point for numerous academic, administrative, and financial processes across the Student System and integrated modules like Financial Aid (IGF).
Key Information Stored
The table's structure is designed to uniquely identify and describe a calendar instance. The primary keys emphasize the importance of the combination of CAL_TYPE, SEQUENCE_NUMBER, and the date range (START_DT, END_DT). Key columns include CAL_TYPE, which defines the category of calendar (e.g., ACADEMIC, ADMISSION, LOAD); SEQUENCE_NUMBER, which orders instances within a calendar type; and START_DT and END_DT, which bound the instance. Additional critical columns are CAL_STATUS, indicating the instance's state (e.g., PLANNED, ACTIVE, CLOSED), and PRIOR_CI_SEQUENCE_NUMBER, which can establish a sequence or hierarchy between consecutive instances of the same calendar type.
Common Use Cases and Queries
This table is central to time-based reporting and process execution. A common use case is determining the active academic calendar for a given date to drive enrollment, billing, or financial aid disbursement rules. For instance, a query to find the current academic term would filter on CAL_TYPE, a status of 'ACTIVE', and a date within START_DT and END_DT. In the context of the user's search for "igf_aw_coa_group_all," this table is indirectly relevant as the calendar instance often governs the period for which a Cost of Attendance (COA) group is valid. Sample SQL for joining to a financial aid table would typically involve the CAL_TYPE and SEQUENCE_NUMBER columns, as seen in the foreign key relationships to tables like IGF_AW_AWD_DISB_ALL.
Related Objects
As evidenced by the extensive foreign key relationships, IGS_CA_INST_ALL is a fundamental parent table referenced by numerous entities across the EBS suite. Key documented relationships include:
- IGF_AW_AWD_DISB_ALL: Links via TP_CAL_TYPE/TP_SEQUENCE_NUMBER and LD_CAL_TYPE/LD_SEQUENCE_NUMBER to define the disbursement and load calendar periods for financial aid awards.
- IGF_AW_AWD_CERT_RESPS & IGF_AW_LOAN_LIMIT_ALL: Reference CI_CAL_TYPE and CI_SEQUENCE_NUMBER for certification and loan limit contexts.
- IGS_AD_PS_APPL_INST_ALL: References the table multiple times for admission, deferred admission, and future academic calendars using columns like ADM_CAL_TYPE/ADM_CI_SEQUENCE_NUMBER.
- IGS_AS_ANON_ID_ASS & IGS_AS_ANON_NUMBER: Use LOAD_CAL_TYPE and LOAD_CI_SEQUENCE_NUMBER to associate anonymous assessment data with an academic load period.
- IGF_AP_ATTEND_MAP_ALL: Joins on CAL_TYPE and SEQUENCE_NUMBER for attendance mapping.
- IGS_CA_STAT & IGS_CA_INST_ALL (self-reference): For status validation and linking to prior calendar instances, respectively.
-
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 ,
-
Table: IGS_PE_STAT_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Entity describes the statistics details of a person , implementation_dba_data: Not implemented in this database ,
-
View: IGS_DA_XML_SUBPROGRAM_V
12.2.2
product: IGS - Student System (Obsolete) , description: XML element SubProgramType (child of AcademicProgram). Returns the Major(s), Minor(s), and Track(s) of the Academic Program. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_DOC_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: This table will store the information about the documents associated with the order , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ACADEMIC_CATALOGS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the academic catalog of a person. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CA_INST_REL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the relationships among calendar instances , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_SYS_CALNDRS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Calendar details for UCAS Systems , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PERD_AD_CAT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission category and admission calendar instance that define admission period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_DFLT_OUDTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Default Outcome Decision Details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_RU_CA_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains the progression calendar types in which the progression rule is to be tested. The testing may be conditional on a starting and number of tests allowing control. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_ADM_APPL_STG
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes admission of applicant to institution , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IGS_PS_UNIT_OFR_PAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the offering pattern of a unit offering option. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_PAT_ADM_PERD
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_CALENDAR_PERIODS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Periods that describes an instance of a calendar type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_STUDENT_SPNSR_RELATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds sponsor student relation details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_SPNSR_RELATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds sponsor student relation details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CALENDAR_PERIODS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Periods that describes an instance of a calendar type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_DA_EXPL_PRG_CAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View is used to determine the program catalogs allowed to be displayed for the Explore Program Catalog LOV based on configuration of profiles setup and the user allowed to choose Explore Program options. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the request for program Entry for an Admission period , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_UNIT_ASSESSMENT_ITEMS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes assessment items allocated to a unit version within nominated teaching calendar instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_ANONYMOUS_ID_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the person with the assigned Anonymous Id for the method SECTION , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_UNT_SECTION_ASS_ITEMS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all the assessment items for a unit section , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_PATTERN_ADM_PERD
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_DOCUMENT_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the information about the documents associated with the order , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Admission of Application to Institution , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_CHNG_GRD_REQUESTS
12.2.2
product: IGS - Student System (Obsolete) , description: Request details for grade changes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_ACAD_INTENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Student Academic Intent , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_DOC_FEE_PMNT
12.2.2
product: IGS - Student System (Obsolete) , description: This tables stores the details of document fee payment , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SVS_AUTH_CAL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains SEVIS Authorization Calendar Records , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CA_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined calendar statuses, which map to system-defined calendar statues , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_1098T_LPS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Load Periods for 1098-T reporting requirements , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_SPA_FEE_PRDS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Person-Program-Fee Period information during Fee Assessment , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_DOC_DETAILS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view stores stores the information regarding the documents associated with the orders. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_US_EM_GRP
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains information about Meet With Exam Groups , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_TEACH_PERIODS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds details of a persons teaching periods , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_COHORT_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Class Rank Cohort Instances , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_ANON_NUMBER
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Anonymous Number to be used to recognize a person , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_STU_ACAD_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Student Academic Statistics from External Sources , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SPA_TERMS
12.2.2
product: IGS - Student System (Obsolete) , description: Program attempt attributes based on Term Calendar. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_DA_REQ_WIF
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds program and unit set details for a what-if request , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_STU_TRN_CMTS
12.2.2
product: IGS - Student System (Obsolete) , description: Table to be populated with transcript comments for the student. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_SC_ATMPT_ENR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_FAC_WL
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the workload for the faculty , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_PSV_TERM_IT
12.2.2
product: IGS - Student System (Obsolete) , description: Term Instruction Time Override For a Program In a Load Calendar. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_ELGB_OVR_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Enrollment Eligibility Override information. , implementation_dba_data: Not implemented in this database ,