Search Results s_letter_parameter_type
Overview
The IGS_CO_LTR_PARM_TYPE table is a core data definition table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (Campus Solutions) product. It serves as the master repository for defining all parameters that can be dynamically merged into system-generated letter templates. These parameters act as placeholders within a letter's text, which the system replaces with actual data, rules, or static text at runtime. This functionality is critical for creating personalized, context-aware communications such as admission letters, financial aid notifications, and academic status updates. The table supports both institution-defined (custom) parameters and seeded system parameters, providing a flexible framework for communication management.
Key Information Stored
The table's structure is designed to categorize and control the use of letter parameters. The primary columns and their functions are:
- LETTER_PARAMETER_TYPE: The unique identifier (code) for a parameter, whether institution-defined or system-defined. This is the table's primary key.
- S_LETTER_PARAMETER_TYPE: A critical column that classifies the parameter into a system-recognized category (e.g., 'LETTERTEXT', 'RULE', 'OBJECT'). It is a foreign key to the system parameter lookup (IGS_CO_S_LTR_PARAM).
- DESCRIPTION: A clear explanation of the parameter's purpose and usage.
- LETTER_TEXT: Holds the static text to be substituted when the S_LETTER_PARAMETER_TYPE is 'LETTERTEXT'. This text appears in every letter using this parameter code.
- CLOSED_IND: A flag indicating whether the parameter is active ('N') or closed ('Y'). Closing a parameter prevents its assignment to new system letters, enforcing data integrity over time.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN): For auditing and tracking changes.
Common Use Cases and Queries
This table is central to configuring and auditing the letter generation system. Common operational and reporting tasks include:
- Auditing Active Parameters: Identifying all available, non-closed parameters for use in new letter templates.
SELECT letter_parameter_type, description, s_letter_parameter_type FROM igs.igs_co_ltr_parm_type WHERE closed_ind = 'N' ORDER BY 1; - Identifying Text-Based Parameters: Listing all parameters that insert static text blocks into letters.
SELECT letter_parameter_type, description, letter_text FROM igs.igs_co_ltr_parm_type WHERE s_letter_parameter_type = 'LETTERTEXT'; - Parameter Dependency Check: Before closing a parameter, verifying if it is still referenced by active letter phrases or rules.
-- This would involve joining to IGS_CO_LTR_PARAM, IGS_AD_APPL_LTR_PHR, etc.
Related Objects
The IGS_CO_LTR_PARM_TYPE table is a key reference point within the letter generation subsystem. Its primary and foreign key relationships are documented as follows:
- Primary Key: IGS_CO_LTR_PARM_TYPE_PK on (LETTER_PARAMETER_TYPE).
- Referenced Lookup Table:
- IGS.IGS_CO_S_LTR_PARAM via column S_LETTER_PARAMETER_TYPE. This validates the system parameter category.
- Referencing Child Tables:
- IGS_AD_APPL_LTR_PHR via LETTER_PARAMETER_TYPE. Links parameters to application letter phrases.
- IGS_CO_LTR_PR_RSTCN_ALL via LETTER_PARAMETER_TYPE. Associates parameters with restriction rules.
- IGS_CO_LTR_PARAM via LETTER_PARAMETER_TYPE. The central table that assigns specific parameter values to letter requests.
-
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,
-
TABLE: IGS.IGS_CO_S_LTR_PR_ARG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_S_LTR_PR_ARG, object_name:IGS_CO_S_LTR_PR_ARG, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_VAL_LPTR
12.1.1
-
APPS.IGS_CO_S_LTR_PR_ARG_PKG dependencies on IGS_CO_S_LTR_PR_ARG
12.1.1
-
TABLE: IGS.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,
-
APPS.IGS_CO_VAL_LPT SQL Statements
12.1.1
-
APPS.IGS_CO_LTR_PR_RSTCN_PKG dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
APPS.IGS_CO_S_LTR_PR_RSTN_PKG dependencies on IGS_CO_S_LTR_PR_RSTN
12.1.1
-
TABLE: IGS.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,
-
APPS.IGS_CO_LTR_PARM_TYPE_PKG dependencies on IGS_CO_LTR_PARM_TYPE
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 ,
-
APPS.IGS_CO_S_LTR_PARAM_PKG dependencies on IGS_CO_S_LTR_PARAM
12.1.1
-
APPS.IGS_CO_S_LTR_PR_RSTN_PKG SQL Statements
12.1.1
-
APPS.IGS_CO_VAL_LPT dependencies on IGS_CO_S_LTR_PARAM
12.1.1
-
APPS.IGS_CO_LTR_PARM_TYPE_PKG SQL Statements
12.1.1
-
APPS.IGS_CO_S_LTR_PR_ARG_PKG SQL Statements
12.1.1
-
APPS.IGS_CO_VAL_LPTR SQL Statements
12.1.1
-
APPS.IGS_CO_VAL_LP dependencies on IGS_CO_LTR_PR_RSTCN
12.1.1
-
APPS.IGS_CO_VAL_LP SQL Statements
12.1.1
-
APPS.IGS_CO_VAL_LPTR dependencies on IGS_CO_S_LTR_PR_RSTN
12.1.1
-
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 ,
-
APPS.IGS_AD_VAL_AALP SQL Statements
12.1.1
-
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_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 ,
-
APPS.IGS_CO_S_LTR_PARAM_PKG SQL Statements
12.1.1
-
Table: IGS_CO_S_LTR_PR_ARG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_S_LTR_PR_ARG, object_name:IGS_CO_S_LTR_PR_ARG, status:VALID, product: IGS - Student System , description: Holds relationship between bind variables used in the code_block field of the system letter parameter type table and the variables that are available in the function calling the dynamic SQL created from the code_block , implementation_dba_data: IGS.IGS_CO_S_LTR_PR_ARG ,
-
APPS.IGS_AD_VAL_AALP dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
Table: IGS_CO_S_LTR_PR_ARG
12.2.2
product: IGS - Student System (Obsolete) , description: Holds relationship between bind variables used in the code_block field of the system letter parameter type table and the variables that are available in the function calling the dynamic SQL created from the code_block , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_VAL_LP dependencies on IGS_CO_LTR_PARM_TYPE
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_VAL_LPT
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_S_LTR_PR_ARG_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_S_LTR_PR_RSTN_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_VAL_LP
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_AALP
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_S_LTR_PARAM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_LTR_PARM_TYPE_PKG
12.1.1
-
APPS.IGS_CO_LTR_PR_RSTCN_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_LTR_PR_RSTCN_PKG
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'. ,
-
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'. ,