Search Results igs_co_s_per_ltr
Overview
The view IGS_CO_S_PER_LTR is a database object within the Oracle E-Business Suite (EBS) Student System module, specifically designated as obsolete. Its primary function is to provide a filtered, organization-specific view of system-generated correspondence letters associated with a person (typically a student). The view acts as a security layer over the underlying base table, IGS_CO_S_PER_LTR_ALL, by enforcing Multi-Org Access Control (MOAC). It restricts data visibility to the operating unit (ORG_ID) context established in the user's session via the CLIENT_INFO application context, ensuring users only access letter data pertinent to their assigned organization.
Key Information Stored
The view's columns represent the core attributes required to track and manage system-produced letters for individuals. Key columns include PERSON_ID, which links to the student or person; CORRESPONDENCE_TYPE and LETTER_REFERENCE_NUMBER, which classify and uniquely identify the letter template or batch; and SEQUENCE_NUMBER for ordering. The ORG_ID column is central to the view's security filter. Standard EBS audit and process columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE) are present to track changes and the concurrent programs that initiated them. The ROW_ID column exposes the physical ROWID from the underlying table for potential performance optimization in queries.
Common Use Cases and Queries
This view is primarily used for reporting and inquiry purposes related to student communications. A common scenario involves auditing all system letters generated for a specific student within the user's current operating unit. A typical query pattern would leverage the security filter implicitly. For example:
- Retrieving letter history for a student:
SELECT correspondence_type, letter_reference_number, creation_date FROM igs_co_s_per_ltr WHERE person_id = 123456 ORDER BY creation_date DESC; - Identifying letters of a specific type generated by a particular concurrent request:
SELECT person_id, letter_reference_number FROM igs_co_s_per_ltr WHERE correspondence_type = 'ADMISSION' AND request_id = 100100;
Due to the module's obsolete status, direct operational use in customizations or new developments is strongly discouraged. Any queries should be for diagnostic or historical reporting only.
Related Objects
The view has a direct and singular dependency on the base table IGS_CO_S_PER_LTR_ALL, from which it selects all columns and applies the MOAC WHERE clause. Given its purpose in the Correspondence (CO) sub-module, it is logically related to other tables defining correspondence types (IGS_CO_TYPE), letter parameters, and the core person/student tables (IGS_PE_PERSON). However, the provided metadata confirms this specific object was "Not implemented in this database," indicating it may exist as a placeholder or remnant in standard documentation but not as a physically instantiated object in all EBS environments. This necessitates verification of the view's existence via USER_VIEWS before attempting to reference it in any code.
-
View: IGS_CO_S_PER_LTR
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_CO_S_PER_LTR describes the system letter to be produced for the person. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CO_S_PER_LTR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_S_PER_LTR, object_name:IGS_CO_S_PER_LTR, status:VALID, product: IGS - Student System , description: IGS_CO_S_PER_LTR describes the system letter to be produced for the person. , implementation_dba_data: APPS.IGS_CO_S_PER_LTR ,
-
Table: IGS_CO_S_PER_LTR
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the system letter to be produced for the person. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_S_PER_LTR
12.1.1
product: IGS - Student System , description: This table describes the system letter to be produced for the person. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_S_PER_LTR
12.1.1
-
VIEW: APPS.IGS_CO_S_PER_LTR_V
12.1.1
-
VIEW: APPS.IGS_CO_S_PER_LTR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_S_PER_LTR, object_name:IGS_CO_S_PER_LTR, status:VALID,
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_S_PER_LTR_PKG
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_DTL_PKG
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_S_PERLT_RPTGP_PKG
12.1.1
-
Table: IGS_CO_S_PERLT_RPTGP
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the repeating groups in relation to the sytem letter to be produced for the person. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_S_PERLT_RPTGP
12.1.1
product: IGS - Student System , description: This table describes the repeating groups in relation to the sytem letter to be produced for the person. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_CO_S_PER_LTR_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_S_PER_LTR_ALL, status:VALID,
-
View: IGS_CO_S_PER_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_S_PER_LTR_V, object_name:IGS_CO_S_PER_LTR_V, status:VALID, product: IGS - Student System , description: IGS_CO_S_PER_LTR_V describes the system letter to be produced for the person. , implementation_dba_data: APPS.IGS_CO_S_PER_LTR_V ,
-
View: IGS_CO_S_PER_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_CO_S_PER_LTR_V describes the system letter to be produced for the person. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_OU_CO_REF_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_GEN_002, status:VALID,
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_OU_CO_REF
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_S_PERLT_RPTGP
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_AD_APPL_LTR
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_AD_APPL
12.1.1
-
VIEW: APPS.IGS_CO_S_PER_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_S_PER_LTR_V, object_name:IGS_CO_S_PER_LTR_V, status:VALID,
-
TABLE: IGS.IGS_CO_S_PER_LTR_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_S_PER_LTR_ALL, object_name:IGS_CO_S_PER_LTR_ALL, status:VALID,
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_OU_CO
12.1.1
-
APPS.IGS_CO_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_CO_GEN_002 dependencies on IGS_CO_DTL
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_GEN_002
12.1.1
-
Foreign Keys
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Foreign Keys
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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'. ,