Search Results correspondence_cat
Overview
The IGS.IGS_CO_CAT table is a core reference table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) or Campus Solutions modules, owned by the IGS schema. It serves as the master repository for defining correspondence categories, which are institution-defined classifications used to group and manage various types of correspondence sent to students. These categories are fundamental for organizing both system-generated and manually created correspondence items, enabling structured communication workflows and tracking within the student lifecycle.
Key Information Stored
The table stores the essential attributes that define a correspondence category. The primary column, CORRESPONDENCE_CAT (VARCHAR2(10)), holds the unique institution-defined code that identifies the category. The DESCRIPTION (VARCHAR2(60)) column provides the full name or explanation of the category's purpose. A critical functional column is CLOSED_IND (VARCHAR2(1)), which acts as an active/inactive flag; when set, it closes the category, preventing new student assignments while preserving historical data. The table also includes standard Oracle EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditing and compliance.
Common Use Cases and Queries
This table is central to queries and reports concerning student communications. Common use cases include generating lists of all active correspondence categories for setup or maintenance purposes, validating category codes during data entry, and filtering correspondence reports by category. A typical query to retrieve all active categories for a lookup would be:
- SELECT CORRESPONDENCE_CAT, DESCRIPTION FROM IGS.IGS_CO_CAT WHERE CLOSED_IND = 'N' ORDER BY CORRESPONDENCE_CAT;
For audit or data quality purposes, administrators might run queries to identify categories created or modified within a specific timeframe, leveraging the standard Who columns. The table is also frequently joined to transactional correspondence tables to analyze communication volumes by category type.
Related Objects
The IGS_CO_CAT table is a key parent table in the data model, referenced by several other transactional and mapping tables via foreign key relationships. These documented relationships are:
- IGS_AD_PS_APPL_INST_ALL.CORRESPONDENCE_CAT: Links correspondence categories to specific application instances, likely tracking required communications for applicants.
- IGS_CO_CAT_ITM.CORRESPONDENCE_CAT: Associates individual correspondence items or templates with a broader category, defining the specific documents within a category.
- IGS_CO_CAT_MAP.CORRESPONDENCE_CAT: Likely used for mapping or translating correspondence categories to other system values or external standards.
The primary key constraint IGS_CO_CAT_PK on the CORRESPONDENCE_CAT column enforces the uniqueness of category codes, ensuring data integrity across these dependent objects.
-
APPS.IGS_CO_GEN_001 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_CO_CAT_MAP_PKG dependencies on IGS_CO_CAT_MAP
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_CO_CAT_MAP
12.1.1
-
APPS.IGS_EN_GET_SCAEH_DTL SQL Statements
12.1.1
-
APPS.IGS_CO_CAT_ITM_PKG dependencies on IGS_CO_CAT_ITM
12.1.1
-
APPS.IGS_CO_CAT_PKG dependencies on IGS_CO_CAT
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,
-
TABLE: IGS.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,
-
View: IGS_PR_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STDNT_PS_ATT_V, object_name:IGS_PR_STDNT_PS_ATT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_STDNT_PS_ATT_V ,
-
TABLE: IGS.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,
-
View: IGS_PR_STDNT_PS_ATT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SCAH_EFFECTIVE_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: Used to create effective student program attempt history records in recognition of back dating commencement and discontinuation dates. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CO_OU_CO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_OU_CO_V, object_name:IGS_CO_OU_CO_V, status:VALID, product: IGS - Student System , description: Joins all references for an outgoing correspondence item , implementation_dba_data: APPS.IGS_CO_OU_CO_V ,
-
View: IGS_EN_STDNT_PS_ATT_SV
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CO_OU_CO_V
12.2.2
product: IGS - Student System (Obsolete) , description: Joins all references for an outgoing correspondence item , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_SV
12.1.1
-
APPS.IGS_CO_VAL_CC SQL Statements
12.1.1
-
VIEW: APPS.IGS_PR_STDNT_PS_ATT_V
12.1.1
-
VIEW: APPS.IGS_AS_SCAH_EFFECTIVE_H_V
12.1.1
-
View: IGS_AS_SCAH_EFFECTIVE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCAH_EFFECTIVE_H_V, object_name:IGS_AS_SCAH_EFFECTIVE_H_V, status:VALID, product: IGS - Student System , description: Used to create effective student program attempt history records in recognition of back dating commencement and discontinuation dates. , implementation_dba_data: APPS.IGS_AS_SCAH_EFFECTIVE_H_V ,
-
APPS.IGS_CO_GEN_001 SQL Statements
12.1.1
-
View: IGS_EN_STDNT_PS_ATT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_SV, object_name:IGS_EN_STDNT_PS_ATT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_SV ,
-
APPS.IGS_CO_CAT_MAP_PKG SQL Statements
12.1.1
-
APPS.IGS_CO_VAL_CC dependencies on IGS_CO_CAT_MAP
12.1.1
-
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_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 ,
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_CO_CAT
12.1.1
-
View: IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID, product: IGS - Student System , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT ,
-
View: IGS_AS_SC_ATTEMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SC_ATTEMPT_H, object_name:IGS_AS_SC_ATTEMPT_H, status:VALID, product: IGS - Student System , description: This view is multi org view , implementation_dba_data: APPS.IGS_AS_SC_ATTEMPT_H ,
-
View: IGS_EN_STDNT_PS_ATT
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_CO_OU_CO_V
12.1.1
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT
12.1.1
-
View: IGS_AS_SC_ATTEMPT_H
12.2.2
product: IGS - Student System (Obsolete) , description: This view is multi org view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SCA_H_V
12.1.1
-
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 ,
-
View: IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST ,
-
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
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 ,
-
View: IGS_AD_PS_APLINSTHST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_009 dependencies on IGS_CO_CAT
12.1.1
-
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 ,
-
APPS.IGS_CO_CAT_ITM_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PR_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STDNT_PS_ATT_V, object_name:IGS_PR_STDNT_PS_ATT_V, status:VALID,
-
APPS.IGS_CO_CAT_PKG SQL Statements
12.1.1
-
View: IGS_AS_SCA_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SCA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCA_H_V, object_name:IGS_AS_SCA_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: APPS.IGS_AS_SCA_H_V ,
-
VIEW: APPS.IGS_AD_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_STDNT_PS_ATT_V, object_name:IGS_AD_STDNT_PS_ATT_V, status:VALID,
-
VIEW: APPS.IGS_AS_SC_ATTEMPT_H
12.1.1
-
APPS.IGS_AD_GEN_005 dependencies on IGS_CO_CAT_MAP
12.1.1
-
View: IGS_FI_SCAH_EFFECTIVE_H_CAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_SCAH_EFFECTIVE_H_CAT_V, object_name:IGS_FI_SCAH_EFFECTIVE_H_CAT_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_SCAH_EFFECTIVE_H_CAT_V ,