Search Results igs_co_s_ltr
Overview
The IGS_CO_S_LTR table is a core data object within the Oracle E-Business Suite Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. As a master table, it serves as the central repository for defining and describing system letters. A system letter is a standardized, template-driven correspondence that the institution can generate for students, faculty, or other parties. This table stores the fundamental metadata for each unique letter type, acting as a parent record that is referenced throughout the correspondence generation and tracking processes. Its role is foundational to the automated communication workflows within the Student System.
Key Information Stored
The table's structure is defined by a composite primary key consisting of CORRESPONDENCE_TYPE and LETTER_REFERENCE_NUMBER. This design allows for the categorization of letters into broad types (e.g., admission letters, fee reminders, academic warnings) while uniquely identifying each specific letter template within that category. While the provided metadata does not list all columns, the primary key implies that the table stores the essential identifiers for any system letter. Other typical columns in such a table might include a description of the letter's purpose, its effective dates, status, and the name of the associated output file or template. The table's description, "Describes system letter," confirms it holds the defining attributes for these communication templates.
Common Use Cases and Queries
This table is primarily accessed for setup, reporting, and integration purposes. Administrators query it to audit and maintain the library of available letter templates. A common reporting use case involves joining IGS_CO_S_LTR to its child transactional tables to analyze letter generation volume by type. For technical support, identifying the parameters or report groups associated with a specific letter often starts with a query to this table. A fundamental SQL pattern retrieves all active letters for a given correspondence type:
- SELECT * FROM igs.igs_co_s_ltr WHERE correspondence_type = 'ADMISSION' AND sysdate BETWEEN start_date AND NVL(end_date, sysdate);
Another critical use case is troubleshooting failed correspondence batches, where the letter reference is traced back to its definition in this master table to verify configuration.
Related Objects
As indicated by the foreign key relationships, IGS_CO_S_LTR is a central hub referenced by numerous transactional and setup tables. The primary key is enforced by IGS_CO_S_LTR_PK. The table IGS_CO_TYPE is a parent, validating the CORRESPONDENCE_TYPE. Major child tables that depend on IGS_CO_S_LTR include:
- IGS_CO_LTR_PARAM: Stores parameters required for letter generation.
- IGS_CO_LTR_RPT_GRP: Defines report groups associated with a letter.
- IGS_CO_S_PER_LTR_ALL: The key transactional table storing instances of letters sent to persons.
- IGS_CO_OU_CO_ALL: Links organizational units to correspondence types.
- IGS_AS_TRANSCRPT_TYP: Associates transcript types with specific output letters.
These relationships demonstrate that IGS_CO_S_LTR is integral to configuring, generating, and tracking all system-generated correspondence within the Student System.
-
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 ,
-
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 ,
-
APPS.IGS_CO_GEN_001 dependencies on IGS_CO_S_LTR
12.1.1
-
APPS.IGS_AD_VAL_AAL dependencies on IGS_CO_S_LTR
12.1.1
-
APPS.IGS_AD_VAL_APCL dependencies on IGS_CO_S_LTR
12.1.1
-
APPS.IGS_CO_S_LTR_PKG dependencies on IGS_CO_S_LTR
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_S_LTR
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_CO_S_LTR
12.1.1
-
APPS.IGS_CO_S_LTR_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_VAL_APCL SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_APCL
12.1.1
-
SYNONYM: APPS.IGS_CO_S_LTR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_S_LTR, status:VALID,
-
VIEW: APPS.IGS_AD_PRCS_CAT_LTR_V
12.1.1
-
TABLE: IGS.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,
-
VIEW: APPS.IGS_CO_S_LTR_V
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_DTL_OLE
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_S_LTR_PKG
12.1.1
-
Table: IGS_AS_TRANSCRPT_TYP
12.1.1
product: IGS - Student System , description: Describes user-defined transcript types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_S_PER_LTR_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_S_PER_LTR_ALL, object_name:IGS_CO_S_PER_LTR_ALL, status:VALID, product: IGS - Student System , description: Describes system letter to be produced for person , implementation_dba_data: IGS.IGS_CO_S_PER_LTR_ALL ,
-
Table: IGS_CO_LTR_PARAM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_LTR_PARAM, object_name:IGS_CO_LTR_PARAM, status:VALID, product: IGS - Student System , description: Describes system-defined parameters to be merged with the defined template to produce correspondence , implementation_dba_data: IGS.IGS_CO_LTR_PARAM ,
-
Table: IGS_AS_TRANSCRPT_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined transcript types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_S_PER_LTR_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes system letter to be produced for person , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_OU_CO_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes link between person and correspondence item , implementation_dba_data: Not implemented in this database ,
-
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_OU_CO_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_OU_CO_ALL, object_name:IGS_CO_OU_CO_ALL, status:VALID, product: IGS - Student System , description: Describes link between person and correspondence item , implementation_dba_data: IGS.IGS_CO_OU_CO_ALL ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_APCL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_APCL, status:VALID,
-
Table: IGS_CO_LTR_PARAM
12.2.2
product: IGS - Student System (Obsolete) , description: Describes system-defined parameters to be merged with the defined template to produce correspondence , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_CO_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_GEN_001, status:VALID,
-
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_AD_GEN_011 dependencies on IGS_AD_PRCS_CAT_LTR
12.1.1
-
Table: IGS_CO_LTR_RPT_GRP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_LTR_RPT_GRP_ALL, object_name:IGS_CO_LTR_RPT_GRP_ALL, status:VALID, product: IGS - Student System , description: Describes groups used to link repeating parameters within letter , implementation_dba_data: IGS.IGS_CO_LTR_RPT_GRP_ALL ,
-
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_LTR_RPT_GRP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes groups used to link repeating parameters within letter , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_LTR_RPT_GRP
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes groups that will be used to link repeating parameters within the letter. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_LTR_RPT_GRP
12.1.1
product: IGS - Student System , description: This table describes groups that will be used to link repeating parameters within the letter. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_S_LTR_PKG dependencies on IGS_CO_S_LTR_PKG
12.1.1
-
View: IGS_AD_PRCS_CAT_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_LTR_V, object_name:IGS_AD_PRCS_CAT_LTR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PRCS_CAT_LTR_V ,
-
View: IGS_AD_PRCS_CAT_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_VAL_AAL SQL Statements
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.IGS_CO_S_LTR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_S_LTR_PKG, status:VALID,
-
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_AD_GEN_011
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_011, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_GEN_002, status:VALID,
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_DTL
12.1.1
-
VIEW: APPS.IGS_AD_PRCS_CAT_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_LTR_V, object_name:IGS_AD_PRCS_CAT_LTR_V, 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,
-
APPS.IGS_CO_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_AD_APPL_LTR
12.1.1
-
APPS.IGS_AD_GEN_011 SQL Statements
12.1.1