Search Results correspondence_cat
Overview
The IGS_CO_CAT_ITM table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Student Management (Campus Solutions) product family under the IGS (iGrants) schema. This table functions as a mapping or junction table, defining the relationship between correspondence categories and correspondence types. Its primary role is to administratively control which specific correspondence items (types) are included in or excluded from a broader correspondence category. This configuration is essential for managing the bulk generation and distribution of both system-generated and manual correspondence to students, ensuring recipients receive appropriate and relevant communications based on institutional rules.
Key Information Stored
The table's columns store the configuration and lifecycle data for the category-to-item relationships. The mandatory composite key (CORRESPONDENCE_CAT, CORRESPONDENCE_TYPE, CREATE_DT) uniquely identifies a specific item's inclusion in a category. The CORRESPONDENCE_CAT and CORRESPONDENCE_TYPE columns hold institution-defined codes linking to their respective master definitions. Critical operational columns include CREATE_DT, which records the inclusion date, and LOGICAL_DELETE_DT, which supports soft deletion by marking when an item was removed from the category. The BLOCK_WHEN_ENCUMBERED_IND flag is a significant business rule controller, determining if correspondence generation should be halted if the recipient student has specific system holds. Standard EBS "Who" columns (CREATED_BY, CREATION_DATE, etc.) track audit information.
Common Use Cases and Queries
This table is central to correspondence management setups and audits. A common use case is generating a report of all active correspondence items within a category for a given date, which is vital for troubleshooting communication workflows or validating setup. Administrators frequently query the table to understand the history of changes to a category's composition. Sample SQL patterns include fetching all active items for a category and identifying items blocked by student encumbrances.
- Active Items in a Category:
SELECT correspondence_type, create_dt FROM igs.igs_co_cat_itm WHERE correspondence_cat = 'ADM_LETTER' AND logical_delete_dt IS NULL ORDER BY create_dt; - Audit History for an Item:
SELECT * FROM igs.igs_co_cat_itm WHERE correspondence_cat = 'FEE_INV' AND correspondence_type = 'INV_MAIN' ORDER BY create_dt; - Items with Encumbrance Blocks:
SELECT correspondence_cat, correspondence_type FROM igs.igs_co_cat_itm WHERE block_when_encumbered_ind = 'Y' AND logical_delete_dt IS NULL;
Related Objects
The IGS_CO_CAT_ITM table does not exist in isolation; it is a child table in a hierarchy of correspondence configuration objects. It directly references master definitions via its key columns. The unique index IGS_CO_CAT_ITM_U1 enforces data integrity for the relationship. This table is almost certainly referenced by core correspondence generation engines and APIs within the IGS module to determine the list of items to process for a given category. Related objects would include the master tables for CORRESPONDENCE_CAT and CORRESPONDENCE_TYPE (e.g., IGS_CO_CATEGORY, IGS_CO_TYPE), and likely parent tables defining the category's broader rules, as well as student correspondence history or queue tables that consume this setup data.
-
APPS.IGS_CO_GEN_001 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_GET_SCAEH_DTL SQL Statements
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_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_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,
-
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 ,
-
View: IGS_PR_STDNT_PS_ATT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_SV
12.1.1
-
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_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.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_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 ,
-
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_VAL_CC SQL Statements
12.1.1
-
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_PR_STDNT_PS_ATT_V
12.1.1
-
VIEW: APPS.IGS_AS_SCAH_EFFECTIVE_H_V
12.1.1
-
APPS.IGS_CO_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_CO_CAT_MAP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_CO_OU_CO_V
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_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 ,
-
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: 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_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: 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 ,
-
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: 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: IGS_AD_PS_APLINSTHST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_EN_GEN_009 dependencies on IGS_CO_CAT
12.1.1
-
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.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_AS_SC_ATTEMPT_H
12.1.1
-
APPS.IGS_AD_GEN_005 dependencies on IGS_CO_CAT_MAP
12.1.1
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V ,