Search Results igs_ca_stat_pk




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

  • 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 Systemdescription: Describes user-defined calendar statuses, which map to system-defined calendar statues ,  implementation_dba_data: IGS.IGS_CA_STAT

  • eTRM - IGS Tables and Views 12.1.1

    description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. , 

  • eTRM - IGS Tables and Views 12.1.1

    description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,