Search Results igs_co_s_ltr_pr_rstn
Overview
The table IGS_CO_S_LTR_PR_RSTN is a data object within the Oracle E-Business Suite (EBS) Student System (IGS). Its primary function is to define and enforce restrictions on system letter parameter types for specific correspondence types. In essence, it acts as a control table that dictates which parameters (S_LETTER_PARAMETER_TYPE) are valid or restricted for use when generating a particular type of system-generated correspondence (CORRESPONDENCE_TYPE). This ensures data integrity and consistency in automated letter generation by preventing incompatible parameters from being associated with a letter template. It is critical to note that, per the provided ETRM documentation, this table is part of the "Student System (Obsolete)" module and was marked as "Not implemented in this database" for the documented instance, indicating it may be a legacy or planned structure not actively used in all deployments of EBS 12.1.1 or 12.2.2.
Key Information Stored
The table's structure is defined by a composite primary key and two foreign key relationships. The primary key, IGS_CO_S_LTR_PR_RSTN_PK, is composed of two columns that uniquely identify each restriction rule. The S_LETTER_PARAMETER_TYPE column stores the code for a specific parameter type that is being restricted. The CORRESPONDENCE_TYPE column stores the code for the type of correspondence to which the restriction applies. Together, each record represents a single rule stating that a given parameter type cannot be used with a given correspondence type. The table does not appear to contain descriptive or audit columns beyond these identifiers, suggesting its purpose is purely relational.
Common Use Cases and Queries
The primary use case is administrative setup and validation during the letter generation process. A system process or a forms-based setup interface would query this table to validate parameter selections or to present only allowed parameters to a user. For example, before populating a letter, a validation routine would check for restrictions. A common query pattern would be a join to the parameter and correspondence type descriptive tables to generate a readable list of all active restrictions.
- Validation Check:
SELECT 'RESTRICTED' FROM igs_co_s_ltr_pr_rstn WHERE correspondence_type = :corr_type AND s_letter_parameter_type = :param_type; - Reporting All Restrictions:
SELECT ct.correspondence_type, ct.description, pt.param_type, pt.meaning FROM igs_co_s_ltr_pr_rstn r, igs_co_type ct, igs_co_s_ltr_param pt WHERE r.correspondence_type = ct.correspondence_type AND r.s_letter_parameter_type = pt.s_letter_parameter_type ORDER BY 1, 3;
Related Objects
IGS_CO_S_LTR_PR_RSTN has defined dependencies on two other core tables in the correspondence system, as established by its foreign keys. The CORRESPONDENCE_TYPE column is a foreign key referencing the IGS_CO_TYPE table, which holds the master list of all available correspondence types (e.g., admission letters, fee notices). The S_LETTER_PARAMETER_TYPE column is a foreign key referencing the IGS_CO_S_LTR_PARAM table, which defines the master list of all system letter parameters (e.g., student name, course code, due date). These relationships ensure that restriction rules can only be created for valid, pre-defined correspondence and parameter types, maintaining referential integrity within the module.
-
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 ,
-
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 ,
-
APPS.IGS_CO_VAL_LPTR dependencies on IGS_CO_S_LTR_PR_RSTN
12.1.1
-
APPS.IGS_CO_S_LTR_PR_RSTN_PKG dependencies on IGS_CO_S_LTR_PR_RSTN
12.1.1
-
SYNONYM: APPS.IGS_CO_S_LTR_PR_RSTN
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_S_LTR_PR_RSTN, status:VALID,
-
APPS.IGS_CO_S_LTR_PR_RSTN_PKG SQL Statements
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,
-
PACKAGE BODY: APPS.IGS_CO_S_LTR_PR_RSTN_PKG
12.1.1
-
APPS.IGS_CO_VAL_LPTR SQL Statements
12.1.1
-
APPS.IGS_CO_S_LTR_PR_RSTN_PKG dependencies on IGS_CO_S_LTR_PR_RSTN_PKG
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 ,
-
PACKAGE BODY: APPS.IGS_CO_VAL_LPTR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_VAL_LPTR, status:VALID,
-
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_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 ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_CO_S_LTR_PR_RSTN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_S_LTR_PR_RSTN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_VAL_LPTR
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
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'. ,
-
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'. ,