Search Results igs_ca_stat
Overview
The IGS_CA_STAT table is a core configuration table within the Oracle E-Business Suite Student System (IGS) module. It defines the user-defined statuses that can be applied to academic calendars. Its primary role is to provide a mapping layer between these user-defined statuses and the underlying system-defined calendar statuses. This abstraction allows institutions to customize the terminology and workflow of their academic calendars (e.g., "Active," "Planning," "Archived") while maintaining the integrity of the system's internal processing logic. The table is fundamental to managing the lifecycle and availability of calendars across the student system's operations.
Key Information Stored
The table's structure centers on the status code and its mapping. The primary column is CAL_STATUS, which stores the unique user-defined code for a calendar status (e.g., 'ACTIVE', 'PLAN'). While the full column list is not detailed in the provided metadata, based on its described purpose, the table would logically contain columns such as a description field (e.g., DESCRIPTION) for the status name, and a critical column that maps this user code to a system-defined status value. This mapping column ensures that user actions on a calendar with a specific CAL_STATUS trigger the correct system behavior associated with the predefined system status.
Common Use Cases and Queries
This table is primarily referenced for validation, reporting, and setup purposes. A common use case is during the creation or update of a calendar instance, where the system validates that the provided status exists in IGS_CA_STAT. For reporting, it is used to translate internal status codes into meaningful user terms. Administrators query this table to review or maintain the configured statuses.
- Listing All Configured Calendar Statuses:
SELECT cal_status, description FROM igs.igs_ca_stat ORDER BY 1; - Validating a Status for a Calendar Instance: The foreign key relationship ensures that any CAL_STATUS in IGS_CA_INST_ALL must exist in IGS_CA_STAT.
- Reporting on Calendars by User Status: Queries joining IGS_CA_INST_ALL to IGS_CA_STAT to display user-friendly status descriptions in reports.
Related Objects
The IGS_CA_STAT table has a direct parent-child relationship with the primary calendar instance table, as documented in the provided metadata.
- IGS_CA_INST_ALL: This is the key related table. A foreign key constraint exists from IGS_CA_INST_ALL.CAL_STATUS to IGS_CA_STAT.CAL_STATUS. This enforces that every calendar instance must have a status defined in the IGS_CA_STAT configuration table. The primary key constraint IGS_CA_STAT_PK on the CAL_STATUS column supports this relationship.
-
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 ,
-
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: IGS_PR_STU_ACAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Application view for academic information of a student , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_STAT_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_GR_GRD_PERD_ABBRVTN_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GR_GRD_PERD_ABBRVTN_V is used to manipulate graduation period abbreviation. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_INST_ALT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of cal_instance table with alternate code as the primary key. Incorporates s_cal_cat and s_cal_status. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_PERIOD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_INST_PR_PERD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_GR_GRD_PERD_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GR_GRD_PERD_V is used to maintain graduation period. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_RUL_OUTAPPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains description about the prg calendar. It is the combination of cal type, alternate code, start dt,end dt, cal type,abbreviation etc. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_SCA_PRG_RULE_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , 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: IGS_AS_UAI_EXAMINATION_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all examinations that are required within the examination calendar instance, they are to be examined. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_PRG_RU_CA_TYPE_CI_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the progression calendar types in which theprogression rulerogression rule as it is applied to oneof the allowable system elements - a course version, course type,org unit or individual student course attempt) is to be te , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_EXAM_CLASH_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains all combinations of student unit attempt clashes. It is used by a unit clash report that aggregates the records into a unit by unit list. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UAI_EXAM_CI_INIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the examination calendar instances that a unit assessment item record is examined. This view ignores the relationship represented in the uai.exam_cal_type, exam_ci_sequence_number fields. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_DA_FTR_VAL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is to be created so that all information about all the feature values that have been defined for the features defined , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UAI_EXAM_CI_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_AS_UAI_EXAM_CI_V describes the examination calendar instances that a unit assessment item record is examined. This is determined based on the relationships between the teaching and examination calendar instances and the override uai.exa , implementation_dba_data: Not implemented in this database ,
-
View: IGS_DA_FTR_VALUES
12.2.2
product: IGS - Student System (Obsolete) , description: View is used to get the feature code values , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_SDT_PROG_PRD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UAI_ETISTD_EXAM_V
12.2.2
product: IGS - Student System (Obsolete) , description: Created to supply the ETI, student exam timetabling interface, system with information it requires to determine that student unit attempt assessment items to timetable. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_ACAD_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of a Student Program Attempt within a Load Calendar with cumulative and period statistics. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_F_TYP_CA_INST_LKP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,