Search Results job_request_id
Overview
The APPS.IGS_CO_ITM view is a critical data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Institutional Global Systems (IGS) Correspondence module. It serves as a security-filtered presentation layer built on the underlying table IGS_CO_ITM_ALL. Its primary role is to provide a multi-organization (Multi-Org) aware interface to correspondence item data, ensuring users and concurrent programs only access records pertinent to their operating unit. This is enforced by the WHERE clause predicate on the ORG_ID column, which filters data based on the user's session client information. The view centralizes key transactional and process control information related to correspondence generation and job execution.
Key Information Stored
The view consolidates columns that describe the correspondence item, its context, and its processing lifecycle. Key columns include:
- JOB_REQUEST_ID: A pivotal field linking the correspondence item to a specific concurrent request, crucial for tracking the background job that generated it.
- CORRESPONDENCE_TYPE & REFERENCE_NUMBER: Define the category and unique identifier of the correspondence.
- S_JOB_NAME, REQUEST_JOB_ID, REQUEST_JOB_RUN_ID: Provide detailed identifiers for the concurrent job and its specific run instance.
- CAL_TYPE, CI_SEQUENCE_NUMBER, COURSE_CD, UNIT_CD: Contextual keys linking the correspondence to academic structures like calendars, courses, and units.
- REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID: Standard EBS columns for auditing and tracking the programmatic origin of the record.
- ORG_ID: The operating unit identifier, central to the view's security model.
Common Use Cases and Queries
This view is essential for troubleshooting, auditing, and reporting on correspondence generation processes. A primary use case is investigating the status and details of correspondence produced by a specific concurrent request, which is directly supported by the user's search for "job_request_id". For example, to find all correspondence items generated by a particular job request, one would query: SELECT * FROM apps.igs_co_itm WHERE job_request_id = :req_id;. Another common scenario is generating a report of correspondence for a specific academic course or unit within an operating unit, joining on the contextual academic keys. The view is also frequently queried to monitor correspondence output by joining with FND_CONCURRENT_REQUESTS on REQUEST_ID or JOB_REQUEST_ID for enhanced job status details.
Related Objects
The APPS.IGS_CO_ITM view has a direct and singular relationship with its base table. The view's source is a SELECT statement from IGS_CO_ITM_ALL, with a security predicate applied. All columns in the view map directly to columns in this underlying table. While the provided metadata does not list explicit foreign key relationships from other objects to this view, the presence of keys like JOB_REQUEST_ID, REQUEST_ID, and academic identifiers (CAL_TYPE, COURSE_CD, etc.) strongly implies logical relationships. In practice, this view is referenced by custom reports, interfaces, and potentially by other IGS module components to query correspondence data within a secure Multi-Org context. The JOB_REQUEST_ID column specifically creates a functional link to the FND_CONCURRENT_REQUESTS table, which stores the master record for the concurrent job.
-
VIEW: APPS.IGS_CO_ITM
12.1.1
-
View: IGS_CO_ITM
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_CO_ITM describes correspondence items that are sent to students. These may be system generated items or non system generated items that users have chosen to register against students. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CO_ITM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_ITM, object_name:IGS_CO_ITM, status:VALID, product: IGS - Student System , description: IGS_CO_ITM describes correspondence items that are sent to students. These may be system generated items or non system generated items that users have chosen to register against students. , implementation_dba_data: APPS.IGS_CO_ITM ,
-
View: IGS_CO_ITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_ITM_V, object_name:IGS_CO_ITM_V, status:VALID, product: IGS - Student System , description: This view IGS_CO_ITM_V, describes correspondence items that are sent to students. These may be system generated items or non system generated items that users have chosen to register against students. , implementation_dba_data: APPS.IGS_CO_ITM_V ,
-
VIEW: APPS.IGS_CO_ITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_ITM_V, object_name:IGS_CO_ITM_V, status:VALID,
-
VIEW: APPS.IGS_CO_ITM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CO_ITM, object_name:IGS_CO_ITM, status:VALID,
-
View: IGS_CO_ITM_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view IGS_CO_ITM_V, describes correspondence items that are sent to students. These may be system generated items or non system generated items that users have chosen to register against students. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_CO_ITM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_ITM_ALL, object_name:IGS_CO_ITM_ALL, status:VALID,
-
APPS.IGS_CO_ITM_PKG SQL Statements
12.1.1
-
APPS.IGS_CO_ITM_PKG dependencies on IGS_CO_ITM_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_ITM_PKG
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'. ,