Search Results igs_co_prev_reqs
Overview
The IGS_CO_PREV_REQS table belongs to the IGS (Student System) product family within Oracle E-Business Suite. It is documented as obsolete in ETRM for both release 12.1.1 and 12.2.2, and the ETRM implementation notes explicitly state "Not implemented in this database," reflecting the retirement of the legacy IGS Student System modules in favor of successor Oracle products. Despite its obsolete status, the object remains cataloged because historical EBS instances and archived schemas may still contain the underlying segments, and because it participates in foreign-key relationships that persist in documentation.
The table's purpose, as described in the metadata, is to maintain the required information to hold a correspondence request for preview and later distribution. Each row therefore represents a single correspondence item — a letter, email, or other communication — staged for review before it is dispatched to a recipient such as a student, applicant, or third party. The documented physical schema under owner IGS comprises 40 columns and one unique index, IGS_CO_PREV_REQS_PK, which serves as the primary key.
Applying the heuristic Data Vault classification supplied in the metadata, this object is satellite-leaning. It records descriptive, state-bearing attributes about a correspondence request and carries foreign-key dependencies outward to descriptive parent tables, rather than acting as a pure hub of business keys or a link resolving many-to-many relationships. Analysts modeling this data for a warehouse should treat it as a satellite attached to a correspondence-request hub, with its business keys supplying the hub identity.
Key Information Stored
The composite primary key, IGS_CO_PREV_REQS_PK, is defined over CONCURRENT_REQUEST_ID and FF_REQUEST_HIST_ID. This composite key is the only documented unique index and therefore the strongest business-key candidate; the two columns together identify the correspondence request and its associated fulfillment request history record.
- LETTER_TYPE_CODE and SYS_LTR_CODE — classify the correspondence. SYS_LTR_CODE carries the foreign key to IGS_CO_MAPPING, tying the request to its mapping definition.
- PERSON_ID — identifies the recipient of the correspondence within the person model.
- ADM_APPL_NUMBER, APPL_SEQUENCE_NUMBER, NOMINATED_COURSE_CD — associate the correspondence with an admission application and course context.
- EMAIL_ADDRESS, REPLY_EMAIL, SENDER_EMAIL, CC_EMAIL, EMAIL_SUBJECT — drive electronic delivery of the communication.
- ORIGINAL_CONTENT_ID, CURRENT_CONTENT_ID, ORIGINAL_VERSION_ID, CURRENT_VERSION_ID, ORIGINAL_CONTENT_XML, CURRENT_CONTENT_XML — capture the before-and-after state of the letter body, supporting the preview and revision workflow.
- REQUEST_STATUS_CODE — records the lifecycle state of the request.
- DISTRIBUTION_ID, MEDIA_TYPE_CODE, DESTINATION, FAX_NUMBER, PANEL_CODE, REPLY_DAYS — define how and where the correspondence is delivered.
- AWARD_YEAR, AWARD_PRD_CD, AWD_CAL_TYPE, AWD_CI_SEQ_NUMBER — anchor the request to an award period.
- OBJECT_VERSION_NUMBER, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, LAST_UPDATE_DATE — standard EBS concurrency and audit columns.
Common Use Cases and Queries
Historically, this table supported correspondence preview, pending approval, and subsequent distribution reporting. A typical query retrieves the current letter content and status for a given concurrent request:
- SELECT CONCURRENT_REQUEST_ID, PERSON_ID, LETTER_TYPE_CODE, REQUEST_STATUS_CODE, EMAIL_SUBJECT FROM IGS_CO_PREV_REQS WHERE REQUEST_STATUS_CODE = :status;
- Joining to IGS_CO_MAPPING on SYS_LTR_CODE to resolve the letter mapping definition.
- Aggregating AWARD_YEAR and AWARD_PRD_CD to report correspondence volume by award period.
- Comparing ORIGINAL_CONTENT_XML with CURRENT_CONTENT_XML to identify edits introduced during preview.
Because the object is documented as obsolete and not implemented, these patterns apply principally to archival or migration analysis rather than live transactional processing.
Related Objects
- IGS_CO_MAPPING — referenced by IGS_CO_PREV_REQS.SYS_LTR_CODE through the documented foreign key; supplies the correspondence mapping definition.
- IGS_CO_PREV_REQS_PK — the unique index enforcing the composite primary key.
- Concurrent request infrastructure — CONCURRENT_REQUEST_ID references the standard concurrent request identifier, linking the row to request scheduling and output.
- Fulfillment request history — FF_REQUEST_HIST_ID links the correspondence to the fulfillment history record.
- Person and application objects — PERSON_ID, ADM_APPL_NUMBER, and APPL_SEQUENCE_NUMBER associate the row with person and admission application entities maintained elsewhere in the IGS schema.
-
Table: IGS_CO_PREV_REQS
12.2.2
product: IGS - Student System (Obsolete) , description: This table will maintain all of the required information to hold a correspondence request for preview, and later distribution. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_PREV_REQS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_PREV_REQS, object_name:IGS_CO_PREV_REQS, status:VALID, product: IGS - Student System , description: This table will maintain all of the required information to hold a correspondence request for preview, and later distribution. , implementation_dba_data: IGS.IGS_CO_PREV_REQS ,
-
SYNONYM: APPS.IGS_CO_PREV_REQS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_PREV_REQS, status:VALID,
-
Table: IGS_CO_MAPPING
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_MAPPING, object_name:IGS_CO_MAPPING, status:VALID, product: IGS - Student System , description: Mapping and Attributes , implementation_dba_data: IGS.IGS_CO_MAPPING ,
-
Table: IGS_CO_MAPPING
12.2.2
product: IGS - Student System (Obsolete) , description: Mapping and Attributes , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_CO_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_PROCESS, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_SUBMIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_SUBMIT, status:VALID,
-
TABLE: IGS.IGS_CO_PREV_REQS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_PREV_REQS, object_name:IGS_CO_PREV_REQS, status:VALID,
-
APPS.IGS_CO_SUBMIT SQL Statements
12.1.1
-
APPS.IGS_CO_PROCESS SQL Statements
12.1.1
-
APPS.IGS_CO_SUBMIT dependencies on IGS_CO_PREV_REQS
12.1.1
-
APPS.IGS_CO_PROCESS dependencies on IGS_CO_PREV_REQS
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
-
PACKAGE BODY: APPS.IGS_CO_SUBMIT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_CO_PROCESS dependencies on FND_GLOBAL
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_PROCESS
12.1.1
-
APPS.IGS_CO_PROCESS dependencies on IGS_CO_PROCESS
12.1.1
-
APPS.IGS_CO_PROCESS dependencies on FND_LOG
12.1.1
-
APPS.IGS_CO_PROCESS dependencies on FND_MESSAGE
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'. ,