Search Results igs_co_ltr_phr
Overview
The IGS_CO_LTR_PHR table is a core data structure within the Oracle E-Business Suite (EBS) Student System (product family IGS). It functions as a master repository for standardized text snippets, or "letter phrases," that can be dynamically inserted into system-generated correspondence. Its primary role is to support the templating and personalization of official letters, such as admission offers, enrollment confirmations, or financial notifications, by providing reusable, centrally managed content blocks. This ensures consistency, reduces manual data entry errors, and facilitates the mass production of personalized communications.
Key Information Stored
The table's central purpose is to define and describe each reusable phrase. While the full column list is not detailed in the provided metadata, its structure is defined by its primary key and relationships. The critical column is PHRASE_CD, which serves as the table's primary key (IGS_CO_LTR_PHR_PK). This column stores the unique code that identifies a specific phrase, acting as the reference key used by letter templates. Other columns in the table would typically store the descriptive text of the phrase itself (e.g., PHRASE_DESC, PHRASE_TEXT), along with control attributes such as an active date, inactive date, and possibly context or category indicators to organize phrases by purpose or letter type.
Common Use Cases and Queries
The primary use case is the assembly of system letters. A letter template will reference phrase codes, and the application logic retrieves the corresponding text from IGS_CO_LTR_PHR at runtime. Common administrative tasks include maintaining the phrase library and troubleshooting letter output. Sample SQL patterns support these activities:
- Listing Active Phrases:
SELECT phrase_cd, phrase_desc FROM igs_co_ltr_phr WHERE SYSDATE BETWEEN active_dt AND NVL(inactive_dt, SYSDATE+1); - Finding Phrases Used in a Specific Context: A join to related tables, such as IGS_AD_APPL_LTR_PHR, identifies which phrases are used in admission application letters:
SELECT DISTINCT p.phrase_cd, p.phrase_desc FROM igs_co_ltr_phr p, igs_ad_appl_ltr_phr a WHERE p.phrase_cd = a.phrase_cd; - Validating Template References: Queries can check for orphaned codes in letter templates that no longer exist in the master phrase table.
Related Objects
IGS_CO_LTR_PHR is a referenced master table within the Student System. The most direct relationship, as documented, is with the IGS_AD_APPL_LTR_PHR table. This table holds the specific instance or usage of a master letter phrase within the context of an admission application letter, linking via the foreign key column IGS_AD_APPL_LTR_PHR.PHRASE_CD to the primary key of IGS_CO_LTR_PHR. It is logically related to other letter-generation and correspondence modules within IGS, and its phrases are likely referenced by various letter template definitions and batch letter generation programs (e.g., concurrent requests) throughout the suite.
-
Table: IGS_CO_LTR_PHR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_LTR_PHR, object_name:IGS_CO_LTR_PHR, status:VALID, product: IGS - Student System , description: Describes letter phrases used on system letters , implementation_dba_data: IGS.IGS_CO_LTR_PHR ,
-
Table: IGS_CO_LTR_PHR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes letter phrases used on system letters , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_LTR_PHR_PKG dependencies on IGS_CO_LTR_PHR
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_CO_LTR_PHR
12.1.1
-
APPS.IGS_AD_VAL_AALP dependencies on IGS_CO_LTR_PHR
12.1.1
-
SYNONYM: APPS.IGS_CO_LTR_PHR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_LTR_PHR, status:VALID,
-
TABLE: IGS.IGS_CO_LTR_PHR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_LTR_PHR, object_name:IGS_CO_LTR_PHR, status:VALID,
-
APPS.IGS_CO_LTR_PHR_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_LTR_PHR_PKG
12.1.1
-
APPS.IGS_CO_LTR_PHR_PKG dependencies on IGS_CO_LTR_PHR_PKG
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_CO_S_PER_LT_PARM_SEQ_NUM_S
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_LTR_PHR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_LTR_PHR_PKG, status:VALID,
-
APPS.IGS_AD_VAL_AALP SQL Statements
12.1.1
-
Table: IGS_AD_APPL_LTR_PHR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_LTR_PHR, object_name:IGS_AD_APPL_LTR_PHR, status:VALID, product: IGS - Student System , description: Describes special phrases used in correspondence produced for admission application , implementation_dba_data: IGS.IGS_AD_APPL_LTR_PHR ,
-
Table: IGS_AD_APPL_LTR_PHR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes special phrases used in correspondence produced for admission application , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_AALP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_AALP, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_AALP
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_011
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_011, status:VALID,
-
APPS.IGS_AD_GEN_011 dependencies on IGS_CO_S_PER_LT_PARM
12.1.1
-
APPS.IGS_AD_GEN_011 SQL Statements
12.1.1
-
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
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_011
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,