Search Results igs_co_cat_pk




Overview

The IGS_CO_CAT table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module. It functions as a master reference table for defining and managing categories of correspondence sent to students. In the context of student administration, this table provides a controlled classification system for various types of communications, such as admission offers, fee reminders, academic warnings, or graduation notifications. Its primary role is to standardize correspondence types across the application, enabling consistent tracking, reporting, and process automation for all student-related communications. The table's validity in both EBS 12.1.1 and 12.2.2 indicates its fundamental and stable role within the IGS data architecture.

Key Information Stored

While the provided metadata does not list specific columns, the structure is defined by its primary and foreign key relationships. The central column is CORRESPONDENCE_CAT, which serves as the table's primary key (IGS_CO_CAT_PK). This column stores the unique code or identifier for each correspondence category. Based on standard EBS design patterns, the table likely contains additional descriptive columns, such as a name (e.g., DESCRIPTION), an effective date range (START_DATE, END_DATE), and columns for tracking creation and modification (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE). The integrity of the CORRESPONDENCE_CAT code is enforced by its designation as a primary key and its reuse as a foreign key in several related tables.

Common Use Cases and Queries

This table is essential for administrative reporting and process configuration. Common use cases include generating reports on the volume of correspondence sent by category, setting up automated correspondence triggers based on student system events, and maintaining the list of valid correspondence types for user interfaces. A typical query would join IGS_CO_CAT to transactional tables to analyze correspondence activity. For example, to list all active correspondence categories, a query might be: SELECT correspondence_cat, description FROM igs_co_cat WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE) ORDER BY 1;. Another common pattern is to query which categories are mapped to specific items or processes via the related IGS_CO_CAT_ITM or IGS_CO_CAT_MAP tables.

Related Objects

As indicated by the foreign key metadata, the IGS_CO_CAT table is referenced by several other key tables in the Student System, establishing its central role. The IGS_CO_CAT_ITM table likely stores the specific items (e.g., document templates, paragraphs) associated with each category. The IGS_CO_CAT_MAP table probably defines mappings or relationships between correspondence categories and other entities. Furthermore, the IGS_AD_PS_APPL_INST_ALL table, which holds application instance data, references IGS_CO_CAT, indicating that correspondence categories can be linked directly to application stages. These relationships demonstrate that IGS_CO_CAT is a critical control table for the entire student correspondence subsystem.

  • Table: IGS_CO_CAT 12.2.2

    product: IGS - Student System (Obsolete)description: Describes a correspondence category used to define correspondence sent to students ,  implementation_dba_data: Not implemented in this database

  • Table: IGS_CO_CAT 12.1.1

    owner:IGS,  object_type:TABLE,  fnd_design_data:IGS.IGS_CO_CAT,  object_name:IGS_CO_CAT,  status:VALID,  product: IGS - Student Systemdescription: Describes a correspondence category used to define correspondence sent to students ,  implementation_dba_data: IGS.IGS_CO_CAT

  • 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'. ,