Search Results appl_sequence_number
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.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 ,
-
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,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID, product: IGS - Student System , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V ,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_INTERVIEW_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERVIEW_LETTERS_V, object_name:IGS_AD_INTERVIEW_LETTERS_V, status:VALID,
-
VIEW: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
-
View: IGS_AD_ACK_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: It would return the Acknowledgement Details of a student , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_SUBMIT SQL Statements
12.1.1
-
View: IGS_AD_ACK_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACK_LETTER_V, object_name:IGS_AD_ACK_LETTER_V, status:VALID, product: IGS - Student System , description: It would return the Acknowledgement Details of a student , implementation_dba_data: APPS.IGS_AD_ACK_LETTER_V ,
-
View: IGS_AD_INTERVIEW_LETTERS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Admission Interview Letters , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_INTERVIEW_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERVIEW_LETTERS_V, object_name:IGS_AD_INTERVIEW_LETTERS_V, status:VALID, product: IGS - Student System , description: Admission Interview Letters , implementation_dba_data: APPS.IGS_AD_INTERVIEW_LETTERS_V ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.2.2
product: IGS - Student System (Obsolete) , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_PROCESS SQL Statements
12.1.1
-
View: IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID, product: IGS - Student System , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: APPS.IGS_AD_OUTCOME_LETTERS_V ,
-
View: IGS_AD_MISSING_ITEMS_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: Returns the missing items. For processing application of the student, few documents are required by the admission module. When student forget to send any document or miss out any document , then these documents are treated as missing items , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MISSING_ITEMS_LETTER_V, object_name:IGS_AD_MISSING_ITEMS_LETTER_V, status:VALID, product: IGS - Student System , description: Returns the missing items. For processing application of the student, few documents are required by the admission module. When student forget to send any document or miss out any document , then these documents are treated as missing items , implementation_dba_data: APPS.IGS_AD_MISSING_ITEMS_LETTER_V ,
-
VIEW: APPS.IGS_AD_ACK_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACK_LETTER_V, object_name:IGS_AD_ACK_LETTER_V, status:VALID,
-
VIEW: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID,
-
VIEW: APPS.IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MISSING_ITEMS_LETTER_V, object_name:IGS_AD_MISSING_ITEMS_LETTER_V, status:VALID,
-
VIEW: APPS.IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_PROCESS
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_SUBMIT
12.1.1
-
APPS.IGS_CO_PROCESS dependencies on FND_DSQL
12.1.1
-
APPS.IGS_CO_PROCESS dependencies on IGS_CO_PREV_REQS
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'. ,