Search Results igs_ca_type
Overview
The IGS_CA_TYPE table is a core reference table within the Oracle E-Business Suite Student System (IGS) module, specifically for releases 12.1.1 and 12.2.2. It functions as a master repository for defining and managing calendar types, which are fundamental to structuring academic periods and administrative timelines. The table's primary role is to provide a validated list of calendar codes (e.g., 'SEMESTER', 'QUARTER', 'TRIMESTER', 'YEAR', or institution-specific types) that are referenced throughout the student lifecycle. This centralization ensures data integrity and consistency across complex academic scheduling, enrollment, fee assessment, and program planning processes.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as CAL_TYPE, which is the unique code identifying a calendar type. Based on its description and foreign key relationships, the table likely contains descriptive and control columns such as a description field (e.g., CAL_TYPE_DESC), system status indicators (e.g., CLOSED_IND), and potentially default settings for the calendar's behavior. The foreign key IGS_CA_TYPE.ARTS_TEACHING_CAL_TYPE_CD suggests the table may also store internal relationships between different calendar types for specific functional purposes.
Common Use Cases and Queries
This table is primarily used in setups and as a validation source for transactional data. Common operational and reporting scenarios include configuring academic offerings, defining fee triggers, and setting up enrollment calendars. A typical query would retrieve all active calendar types for use in a parameter list or validation form. For instance, to list all calendar types referenced in course offerings, one might use:
- SELECT DISTINCT ct.cal_type, ct.description FROM igs_ca_type ct, igs_ps_ofr_all poa WHERE ct.cal_type = poa.cal_type ORDER BY 1;
Another critical use case is troubleshooting data issues by identifying all child records dependent on a specific calendar type before modifying or closing it, using the foreign key relationships documented in the metadata.
Related Objects
The IGS_CA_TYPE table has extensive relationships across the Student System, as evidenced by its many foreign keys. Key dependent objects include:
- IGS_PS_OFR_ALL (Course Offerings): Links a course offering to its governing academic calendar.
- IGS_PS_UNIT_OFR (Unit Offerings): Associates a unit offering with a specific calendar type.
- IGS_FI_UNIT_FEE_TRG and IGS_PS_FEE_TRG (Fee Triggers): Uses CAL_TYPE to determine when fees are assessed.
- IGS_EN_CONFIG_ENR_CP (Enrollment Configuration): Defines enrollment control parameters per calendar type.
- IGS_PR_S_PRG_CAL and related tables (Program Calendars): Maps program structures to academic calendars.
- IGS_AD_CAL_CONF (Admissions Calendar Configuration): Configures inquiry and application calendars.
These relationships underscore the table's central role in integrating academic, financial, and administrative functions.
-
Table: IGS_CA_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available calendar types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CA_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_TYPE, object_name:IGS_CA_TYPE, status:VALID, product: IGS - Student System , description: Describes available calendar types , implementation_dba_data: IGS.IGS_CA_TYPE ,
-
APPS.IGS_PS_RLOVR_FAC_TSK dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_PS_GEN_003 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_CA_VAL_DAIOC dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_GEN_003 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_GEN_014 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_AD_VAL_APAC dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_AD_GEN_006 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_FI_VAL_FCFL dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_FI_PRC_STDNT_DPSTS dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_CA_INST_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_AD_UPD_INITIALISE dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_VAL_SCA dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_CA_TYPE_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_FI_VAL_FRTNS dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_CA_VAL_CIR dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_FI_VAL_FCCI dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_WORKFLOW dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_FI_PRC_IMPCLC_ANC_CHGS dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_PR_GEN_001 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_SEVIS dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_GET_SUAEH_DTL dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_AS_VAL_ESE dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_VAL_BULKRULE dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_PR_GEN_002 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_PS_GEN_004 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGR_VAL_EAP dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_VAL_DLA dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_PR_VAL_SCPCA dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_CA_INST_REL_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_GEN_002 dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGF_AP_OSS_INTEGR dependencies on IGS_CA_TYPE
12.1.1