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.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_STAT, object_name:IGS_CA_STAT, status:VALID, product: IGS - Student System , description: Describes user-defined calendar statuses, which map to system-defined calendar statues , implementation_dba_data: IGS.IGS_CA_STAT ,
-
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 ,
-
APPS.IGS_PR_GEN_003 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AS_VAL_ESE dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_CA_VAL_CI dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_FI_VAL_FTCI dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_GEN_016 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AD_VAL_ACAIU dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_CA_INST_PKG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_GEN_011 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AS_GEN_001 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGF_SP_ASSIGN_PUB dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_CA_INS_ROLL_CI dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_CA_VAL_QLITY dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_CA_VAL_DAIO dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PR_GEN_005 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_CA_STAT_PKG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PR_GEN_002 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PR_VAL_SPO dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_STDNT_PS_ATT_PKG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_GEN_001 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_CA_VAL_CIR dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PS_VAL_UAI dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGR_VAL_EAP dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_FI_CRDAPI_UTIL dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_CA_INST_REL_PKG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_GEN_014 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AS_VAL_EVSA dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGF_AP_OSS_INTEGR dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_FI_LOAD_EXT_CHG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_FI_VAL_FCCI dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_GR_VAL_GAC dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_AS_GEN_003 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PR_GEN_006 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_GEN_017 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_EN_GEN_004 dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_CA_STAT
12.1.1