Search Results igs_co_type
Overview
The IGS_CO_TYPE table is a core reference table within the Oracle E-Business Suite (EBS) Student System (IGS) module. Its primary function is to define and maintain the master list of system-defined correspondence types available for use across the institution. A correspondence type categorizes the nature of a communication, such as an admission offer letter, a fee invoice, a grade notification, or a testamur (certificate). This table acts as a central control point, ensuring data integrity and consistency by providing a validated set of types that can be associated with various correspondence items, categories, and templates throughout the system.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as CORRESPONDENCE_TYPE. This indicates the table's central column is a code or short name that uniquely identifies each type of correspondence. Based on standard EBS design patterns for such reference tables, it likely contains additional descriptive and control columns. These may include an active/inactive indicator (e.g., CLOSED_IND), a meaningful description (e.g., DESCRIPTION), and standard WHO columns for tracking creation and modification details (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE). The table's purpose is to store this static, controlled list of valid types.
Common Use Cases and Queries
This table is fundamental for setup, reporting, and data validation. Administrators use it to review and maintain the list of available correspondence types. Common queries involve listing active types for use in concurrent program parameters or form LOVs. For instance, a report to analyze all correspondence generated for a specific purpose would join through this table. A typical validation or lookup query would be:
- SELECT correspondence_type, description FROM igs.igs_co_type WHERE closed_ind = 'N' ORDER BY 1;
In a data integrity check, one might identify orphaned child records by joining IGS_CO_TYPE with a child table like IGS_CO_ITM to find items with an invalid correspondence_type code.
Related Objects
The IGS_CO_TYPE table is a key parent table referenced by numerous other objects in the Student System, primarily to enforce referential integrity. As documented, its primary key (CORRESPONDENCE_TYPE) is referenced by foreign keys in several important tables:
- IGS_CO_CAT_ITM: Links correspondence types to category items.
- IGS_CO_ITM and IGS_CO_ITM_ALL: Associates specific correspondence items with a type.
- IGS_CO_S_LTR: Defines the correspondence type for system letters.
- IGS_GR_TESTAMUR_TYPE: Crucial link for defining the type of award certificate (testamur).
- IGS_CO_LTR_PR_RSTCN and IGS_CO_S_LTR_PR_RSTN: Restrict correspondence types for printing purposes.
This extensive set of foreign key relationships underscores the table's central role in governing and classifying all correspondence processes within the IGS module.
-
Table: IGS_CO_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_TYPE, object_name:IGS_CO_TYPE, status:VALID, product: IGS - Student System , description: Describes available system-defined correspondence types , implementation_dba_data: IGS.IGS_CO_TYPE ,
-
Table: IGS_CO_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available system-defined correspondence types , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_VAL_SLET dependencies on IGS_CO_TYPE
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_TYPE
12.1.1
-
APPS.IGS_CO_TYPE_PKG dependencies on IGS_CO_TYPE
12.1.1
-
APPS.IGS_AD_VAL_AAL dependencies on IGS_CO_TYPE
12.1.1
-
APPS.IGS_CO_VAL_CCI dependencies on IGS_CO_TYPE
12.1.1
-
APPS.IGS_CO_VAL_LP dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
SYNONYM: APPS.IGS_CO_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_TYPE, status:VALID,
-
APPS.IGS_CO_TYPE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_VAL_SLET
12.1.1
-
VIEW: APPS.IGS_CO_S_LTR_V
12.1.1
-
VIEW: APPS.IGS_CO_TYPE_V
12.1.1
-
TABLE: IGS.IGS_CO_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_TYPE, object_name:IGS_CO_TYPE, status:VALID,
-
VIEW: APPS.IGS_CO_S_PER_LTR_V
12.1.1
-
Table: IGS_CO_S_LTR_PR_RSTN
12.2.2
product: IGS - Student System (Obsolete) , description: Describes system letter restriction on system letter parameter types , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_CO_VAL_LPTR
12.1.1
-
Table: IGS_CO_LTR_PR_RSTCN
12.1.1
product: IGS - Student System , description: This tables describes the correspondence type restriction of user-defined letter parameter types. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_VAL_LPTR dependencies on IGS_CO_S_LTR_PR_RSTN
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_S_LTR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_S_LTR, object_name:IGS_CO_S_LTR, status:VALID, product: IGS - Student System , description: Describes system letter , implementation_dba_data: IGS.IGS_CO_S_LTR ,
-
APPS.IGS_CO_VAL_LP dependencies on IGS_CO_LTR_PR_RSTCN
12.1.1
-
Table: IGS_CO_ITM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes correspondence items sent to students , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_ITM
12.1.1
product: IGS - Student System , description: This entity describes correspondence items which are sent to students. These may be system generated items or non system generated items which users have chosen to register against students. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_CO_TYPE_PKG
12.1.1
-
Table: IGS_GR_TESTAMUR_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GR_TESTAMUR_TYPE, object_name:IGS_GR_TESTAMUR_TYPE, status:VALID, product: IGS - Student System , description: This entity describes the types of a testamur e.g. the style could be for the University or for an entrepreneurial client. , implementation_dba_data: IGS.IGS_GR_TESTAMUR_TYPE ,
-
APPS.IGS_CO_TYPE_PKG dependencies on IGS_CO_TYPE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_VAL_LP
12.1.1
-
Table: IGS_GR_TESTAMUR_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the types of a testamur e.g. the style could be for the University or for an entrepreneurial client. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_VAL_SLET SQL Statements
12.1.1
-
Table: IGS_CO_S_LTR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes system letter , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CO_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_TYPE_V, object_name:IGS_CO_TYPE_V, status:VALID, product: IGS - Student System , description: This View stores the correspondence types and the concurrent jobs associated with them , implementation_dba_data: APPS.IGS_CO_TYPE_V ,
-
PACKAGE BODY: APPS.IGS_CO_VAL_SLET
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_VAL_SLET, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_TYPE_PKG, status:VALID,
-
Table: IGS_CO_S_LTR_PR_RSTN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_S_LTR_PR_RSTN, object_name:IGS_CO_S_LTR_PR_RSTN, status:VALID, product: IGS - Student System , description: Describes system letter restriction on system letter parameter types , implementation_dba_data: IGS.IGS_CO_S_LTR_PR_RSTN ,
-
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_ITM
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes correspondence items which are sent to students. These may be system generated items or non system generated items which users have chosen to register against students. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_LTR_PR_RSTCN
12.2.2
product: IGS - Student System (Obsolete) , description: This tables describes the correspondence type restriction of user-defined letter parameter types. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_VAL_AAL SQL Statements
12.1.1
-
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_AD_VAL_AAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_AAL, status:VALID,
-
Table: IGS_CO_ITM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_ITM_ALL, object_name:IGS_CO_ITM_ALL, status:VALID, product: IGS - Student System , description: Describes correspondence items sent to students , implementation_dba_data: IGS.IGS_CO_ITM_ALL ,
-
View: IGS_CO_S_PER_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_CO_S_PER_LTR_V describes the system letter to be produced for the person. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_CO_VAL_SLET
12.1.1
-
View: IGS_CO_S_PER_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_S_PER_LTR_V, object_name:IGS_CO_S_PER_LTR_V, status:VALID, product: IGS - Student System , description: IGS_CO_S_PER_LTR_V describes the system letter to be produced for the person. , implementation_dba_data: APPS.IGS_CO_S_PER_LTR_V ,
-
View: IGS_CO_TYPE_V
12.2.2
product: IGS - Student System (Obsolete) , description: This View stores the correspondence types and the concurrent jobs associated with them , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CO_S_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_S_LTR_V, object_name:IGS_CO_S_LTR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CO_S_LTR_V ,
-
View: IGS_CO_S_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_CO_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_GEN_002, status:VALID,
-
VIEW: APPS.IGS_CO_S_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_S_LTR_V, object_name:IGS_CO_S_LTR_V, status:VALID,