Search Results igs_co_cat
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.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_CAT, object_name:IGS_CO_CAT, status:VALID, product: IGS - Student System , description: Describes a correspondence category used to define correspondence sent to students , implementation_dba_data: IGS.IGS_CO_CAT ,
-
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 ,
-
APPS.IGS_CO_CAT_PKG dependencies on IGS_CO_CAT
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_CO_CAT
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_CO_CAT
12.1.1
-
APPS.IGS_AD_GEN_005 dependencies on IGS_CO_CAT
12.1.1
-
APPS.IGS_CO_VAL_CCI dependencies on IGS_CO_CAT
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_CO_CAT
12.1.1
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_CO_CAT
12.1.1
-
APPS.IGS_AD_IMP_004 dependencies on IGS_CO_CAT
12.1.1
-
SYNONYM: APPS.IGS_CO_CAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_CAT, status:VALID,
-
APPS.IGS_CO_CAT_PKG SQL Statements
12.1.1
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_CO_CAT_PKG
12.1.1
-
Table: IGS_CO_CAT_ITM
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the items which the relevant correspondence category should or should not be sent , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_CAT_MAP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_CAT_MAP, object_name:IGS_CO_CAT_MAP, status:VALID, product: IGS - Student System , description: Describes the mappings of correspondence categories to admission categories, which restrict the allocation of correspondence categories to students , implementation_dba_data: IGS.IGS_CO_CAT_MAP ,
-
APPS.IGS_CO_CAT_PKG dependencies on IGS_CO_CAT_PKG
12.1.1
-
Table: IGS_CO_CAT_ITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_CAT_ITM, object_name:IGS_CO_CAT_ITM, status:VALID, product: IGS - Student System , description: Describes the items which the relevant correspondence category should or should not be sent , implementation_dba_data: IGS.IGS_CO_CAT_ITM ,
-
Table: IGS_CO_CAT_MAP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the mappings of correspondence categories to admission categories, which restrict the allocation of correspondence categories to students , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_CO_VAL_CCI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_VAL_CCI, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_CAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_CAT_PKG, status:VALID,
-
APPS.IGS_AD_GEN_005 dependencies on IGS_CO_CAT_MAP
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_FI_FEE_CAT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_005, status:VALID,
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_004, status:VALID,
-
APPS.IGS_AD_GEN_005 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_014, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_009
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_009, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PRC_TAC_OFFER, status:VALID,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_004 dependencies on IGS_AS_SC_ATTEMPT_H
12.1.1
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSFV_STUDENT_PROGRAM_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS ,
-
VIEW: APPS.IGSFV_AD_ADM_PS_APPL_INST
12.1.1
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Describes the request for program Entry for an Admission period , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL_INST ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the request for program Entry for an Admission period , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_004 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_005
12.1.1
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSFV_STUDENT_PROGRAM_ATTEMPTS, status:VALID,
-
VIEW: APPS.IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_VAL_ACAI SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_009 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1