Search Results igs_co_ltr_rpt_grp_all
Overview
The table IGS_CO_LTR_RPT_GRP_ALL is a core data structure within the Oracle E-Business Suite Student System (IGS) module, specifically for the Correspondence functionality. It is a multi-organization (_ALL) table designed to store master definitions for repeating parameter groups used in correspondence letters. Its primary role is to establish and manage logical groupings of repeating parameters, enabling the generation of dynamic content within standardized letter templates. This table is essential for defining the hierarchical and relational structure of data elements that can be iterated upon when a letter is produced, ensuring data consistency and linkage across complex correspondence outputs in versions 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is defined by its primary key, which uniquely identifies a repeating group within the context of a specific letter template. The critical columns are:
CORRESPONDENCE_TYPE: Identifies the category or class of correspondence.LETTER_REFERENCE_NUMBER: A unique identifier for the specific letter template.LETTER_REPEATING_GROUP_CD: The code that uniquely identifies the repeating group within the letter.SUP_REPEATING_GROUP_CD: A self-referencing foreign key column that allows for the nesting of repeating groups by pointing to a parent group's code, establishing hierarchical relationships.
IGS_CO_LTR_RPT_GRP_PK), enforcing uniqueness at the database level.
Common Use Cases and Queries
This table is central to the setup and execution of correspondence processes. A primary use case is during the letter generation workflow, where the application references defined groups to correctly loop through and populate repeating data sections, such as lists of course enrollments or fee details within a student statement. For reporting and troubleshooting, common SQL patterns involve joining to parent letter definitions and related parameter tables. For instance, to list all repeating groups for a specific letter, a query would be:
SELECT * FROM igs_co_ltr_rpt_grp_all WHERE correspondence_type = '&TYPE' AND letter_reference_number = '&REF_NUM';
Another critical query involves resolving group hierarchies to understand nested data structures:
SELECT child.* FROM igs_co_ltr_rpt_grp_all child, igs_co_ltr_rpt_grp_all parent WHERE child.sup_repeating_group_cd = parent.letter_repeating_group_cd AND child.correspondence_type = parent.correspondence_type AND child.letter_reference_number = parent.letter_reference_number;
Related Objects
Based on the documented foreign key relationships, IGS_CO_LTR_RPT_GRP_ALL is integral to several related objects:
- IGS_CO_S_LTR: The base letter definition table. The foreign key (
CORRESPONDENCE_TYPE, LETTER_REFERENCE_NUMBER) links each repeating group to its parent letter template. - IGS_CO_LTR_PR_RPT_GR_ALL: This table, which stores parameters within repeating groups, references IGS_CO_LTR_RPT_GRP_ALL via its primary key columns to associate parameters with their correct group.
- IGS_CO_S_PERLT_RPTGP_ALL: Likely a table for personalizing or assigning repeating groups, it also references this table's primary key.
- Self-Referencing Foreign Key: The table references itself via the
SUP_REPEATING_GROUP_CDcolumn to theLETTER_REPEATING_GROUP_CDcolumn, enabling the creation of sub-group hierarchies within a single letter.
-
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 ,
-
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 ,
-
APPS.IGS_CO_LTR_RPT_GRP_PKG dependencies on IGS_CO_LTR_RPT_GRP_ALL
12.1.1
-
APPS.IGS_CO_LTR_RPT_GRP_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_CO_LTR_RPT_GRP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_LTR_RPT_GRP_ALL, status:VALID,
-
VIEW: APPS.IGS_CO_LTR_RPT_GRP
12.1.1
-
Table: IGS_CO_LTR_PR_RPT_GR_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes letter parameters types that exist in the repeating group , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CO_LTR_RPT_GRP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_LTR_RPT_GRP, object_name:IGS_CO_LTR_RPT_GRP, status:VALID, product: IGS - Student System , description: IGS_CO_LTR_RPT_GRP describes groups that will be used to link repeating parameters within the letter. , implementation_dba_data: APPS.IGS_CO_LTR_RPT_GRP ,
-
Table: IGS_CO_S_PERLT_RPTGP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes repeating groups in relation to system letter to be produced for person , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_CO_LTR_RPT_GRP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_LTR_RPT_GRP_PKG, status:VALID,
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_CO_LTR_RPT_GRP_PKG
12.1.1
-
Table: IGS_CO_LTR_PR_RPT_GR_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_LTR_PR_RPT_GR_ALL, object_name:IGS_CO_LTR_PR_RPT_GR_ALL, status:VALID, product: IGS - Student System , description: Describes letter parameters types that exist in the repeating group , implementation_dba_data: IGS.IGS_CO_LTR_PR_RPT_GR_ALL ,
-
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 ,
-
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_PERLT_RPTGP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_S_PERLT_RPTGP_ALL, object_name:IGS_CO_S_PERLT_RPTGP_ALL, status:VALID, product: IGS - Student System , description: Describes repeating groups in relation to system letter to be produced for person , implementation_dba_data: IGS.IGS_CO_S_PERLT_RPTGP_ALL ,
-
View: IGS_CO_LTR_RPT_GRP
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_CO_LTR_RPT_GRP describes groups that will be used to link repeating parameters within the letter. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_LTR_RPT_GRP_PKG dependencies on IGS_CO_LTR_RPT_GRP_PKG
12.1.1
-
VIEW: APPS.IGS_CO_LTR_RPT_GRP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_LTR_RPT_GRP, object_name:IGS_CO_LTR_RPT_GRP, status:VALID,
-
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
-
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'. ,