Search Results igs_co_ltr_parm_type
Overview
The IGS_CO_LTR_PARM_TYPE table is a core data dictionary table within the Oracle E-Business Suite Student System (IGS) module. It serves as the master repository for defining user-configurable letter parameter types. These parameter types are essential for the correspondence generation functionality, as they define the dynamic data elements that can be merged into standardized letter templates. The table's primary role is to provide a validated list of available parameter types, ensuring data integrity and consistency across all letter-related processes in the application, from admissions communication to general student correspondence.
Key Information Stored
The table's structure is designed to catalog unique parameter types. Its central column is LETTER_PARAMETER_TYPE, which serves as the primary key. This column stores the unique code identifying each user-defined parameter type, such as 'APPLICANT_NAME' or 'COURSE_START_DATE'. The table maintains a critical foreign key relationship to the IGS_CO_S_LTR_PARAM table via the S_LETTER_PARAMETER_TYPE column. This relationship links the user-defined type to its system-defined source or validation rules, governing how the parameter's data is sourced and processed during the mail merge operation.
Common Use Cases and Queries
This table is primarily referenced during the setup and execution of correspondence generation. Administrators query it to review or maintain the list of available parameters when creating or modifying letter templates. A common reporting use case involves auditing which parameter types are in active use. A typical SQL query to list all defined parameter types and their associated system sources would be:
- SELECT lpt.letter_parameter_type, slp.meaning FROM igs_co_ltr_parm_type lpt, igs_co_s_ltr_param slp WHERE lpt.s_letter_parameter_type = slp.s_letter_parameter_type;
Another frequent operational query is to validate a parameter type before using it in a template or batch process, often by checking for its existence in this master table.
Related Objects
The IGS_CO_LTR_PARM_TYPE table is central to the correspondence data model, with documented relationships to several key tables. The primary key IGS_CO_LTR_PARM_TYPE_PK on LETTER_PARAMETER_TYPE is referenced by the following foreign keys:
- IGS_AD_APPL_LTR_PHR.LETTER_PARAMETER_TYPE: Links parameter types to specific phrases used in admissions application letters.
- IGS_CO_LTR_PR_RSTCN_ALL.LETTER_PARAMETER_TYPE: Associates parameter types with restriction rules that control their availability or usage.
- IGS_CO_LTR_PARAM.LETTER_PARAMETER_TYPE: Connects the master parameter type definition to its specific instance values stored for individual letters or correspondence runs.
Furthermore, this table references the IGS_CO_S_LTR_PARAM table via its own foreign key on S_LETTER_PARAMETER_TYPE, establishing the link to system-level parameter definitions.
-
Table: IGS_CO_LTR_PARM_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_LTR_PARM_TYPE, object_name:IGS_CO_LTR_PARM_TYPE, status:VALID, product: IGS - Student System , description: Describes user-defined letter parameters to be merged with letter templates , implementation_dba_data: IGS.IGS_CO_LTR_PARM_TYPE ,
-
Table: IGS_CO_LTR_PARM_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined letter parameters to be merged with letter templates , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_LTR_PARM_TYPE_PKG dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
APPS.IGS_CO_VAL_LP dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
APPS.IGS_CO_LTR_PR_RSTCN_PKG dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
APPS.IGS_AD_VAL_AALP dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
APPS.IGS_CO_LTR_PARM_TYPE_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_CO_LTR_PARM_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_LTR_PARM_TYPE, status:VALID,
-
APPS.IGS_AD_VAL_AALP SQL Statements
12.1.1
-
TABLE: IGS.IGS_CO_LTR_PARM_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_LTR_PARM_TYPE, object_name:IGS_CO_LTR_PARM_TYPE, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_VAL_LP
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_S_LTR_PARAM
12.1.1
-
APPS.IGS_CO_VAL_LP dependencies on IGS_CO_LTR_PR_RSTCN
12.1.1
-
Table: IGS_CO_LTR_PR_RSTCN_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_LTR_PR_RSTCN_ALL, object_name:IGS_CO_LTR_PR_RSTCN_ALL, status:VALID, product: IGS - Student System , description: Describes correspondence type restriction of user-defined letter parameter types , implementation_dba_data: IGS.IGS_CO_LTR_PR_RSTCN_ALL ,
-
Table: IGS_CO_LTR_PR_RSTCN_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes correspondence type restriction of user-defined letter parameter types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_S_LTR_PARAM
12.2.2
product: IGS - Student System (Obsolete) , description: Describes system-recognized parameters that can be merged with letter templates , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
Table: IGS_CO_S_LTR_PARAM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_S_LTR_PARAM, object_name:IGS_CO_S_LTR_PARAM, status:VALID, product: IGS - Student System , description: Describes system-recognized parameters that can be merged with letter templates , implementation_dba_data: IGS.IGS_CO_S_LTR_PARAM ,
-
PACKAGE BODY: APPS.IGS_CO_LTR_PARM_TYPE_PKG
12.1.1
-
APPS.IGS_CO_VAL_LP SQL Statements
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_S_LTR
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 ,
-
PACKAGE BODY: APPS.IGS_CO_LTR_PARM_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_LTR_PARM_TYPE_PKG, status:VALID,
-
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,
-
APPS.IGS_CO_LTR_PARM_TYPE_PKG dependencies on IGS_CO_LTR_PARM_TYPE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_VAL_LP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_VAL_LP, 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,
-
PACKAGE BODY: APPS.IGS_AD_VAL_AALP
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_LTR_PR_RSTCN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_LTR_PR_RSTCN_PKG, status:VALID,
-
APPS.IGS_AD_VAL_AALP dependencies on IGS_CO_LTR_PHR
12.1.1
-
APPS.IGS_CO_LTR_PR_RSTCN_PKG SQL Statements
12.1.1
-
APPS.IGS_CO_GEN_002 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_GEN_002
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
-
PACKAGE BODY: APPS.IGS_CO_LTR_PR_RSTCN_PKG
12.1.1
-
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'. ,
-
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'. ,