Search Results igs_co_type_jo
Overview
The IGS_CO_TYPE_JO table is a core configuration table within the Oracle E-Business Suite (EBS) Student System (IGS) module. Its primary function is to establish a formal linkage between a defined correspondence type and a specific job within the Oracle Concurrent Manager's job scheduler facility. This linkage is essential for automating and managing the generation and distribution of student correspondence, such as letters, emails, or official documents. The table acts as a routing mechanism, ensuring that when a particular type of correspondence is triggered by the application, it is processed by the correct, pre-defined concurrent program. This design centralizes control over correspondence workflows, promoting consistency and efficiency in student communications.
Key Information Stored
The table's structure is defined by a composite primary key, which uniquely identifies each configuration record. The key columns are:
- CORRESPONDENCE_TYPE: Identifies the specific category or template of the correspondence (e.g., acceptance letter, fee reminder, academic probation notice).
- S_JOB_NAME: Specifies the name of the scheduled concurrent program (job) responsible for generating this correspondence type.
- OUTPUT_NUM: A numeric identifier that likely distinguishes between multiple potential output formats or versions for the same correspondence type and job, allowing for flexibility in output generation.
Common Use Cases and Queries
A primary use case is the administration of correspondence generation workflows. System administrators query this table to audit or modify the assignment of jobs to correspondence types. A common reporting need is to list all configured mappings. A sample SQL query for this would be:
SELECT correspondence_type, s_job_name, output_num FROM igs.igs_co_type_jo ORDER BY correspondence_type;
Another critical scenario involves troubleshooting failed correspondence requests. Support personnel would join this table with Concurrent Manager tables (like FND_CONCURRENT_PROGRAMS) to verify the job definition is valid and active. Furthermore, custom integrations or extensions that trigger correspondence will reference this table to determine the correct program to submit via the Concurrent Manager API (FND_REQUEST.SUBMIT_REQUEST).
Related Objects
Based on the provided metadata, the IGS_CO_TYPE_JO table has a defined foreign key relationship. The table references another entity via its CORRESPONDENCE_TYPE column. Specifically:
- Foreign Key Reference: IGS_CO_TYPE_JO.CORRESPONDENCE_TYPE → [Foreign Table: %]. This indicates that the CORRESPONDENCE_TYPE column is a foreign key to a primary key column in another table (the exact name is denoted by '%' in the excerpt, which is typically IGS_CO_TYPE). This enforces referential integrity, ensuring that a correspondence type configured in IGS_CO_TYPE_JO must first be defined in the master correspondence type table.
-
Table: IGS_CO_TYPE_JO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_TYPE_JO, object_name:IGS_CO_TYPE_JO, status:VALID, product: IGS - Student System , description: Links correspondence type to job in job scheduler facility , implementation_dba_data: IGS.IGS_CO_TYPE_JO ,
-
Table: IGS_CO_TYPE_JO
12.2.2
product: IGS - Student System (Obsolete) , description: Links correspondence type to job in job scheduler facility , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_VAL_CORT dependencies on IGS_CO_TYPE_JO
12.1.1
-
APPS.IGS_CO_VAL_CCI dependencies on IGS_CO_TYPE_JO
12.1.1
-
APPS.IGS_CO_TYPE_JO_PKG dependencies on IGS_CO_TYPE_JO
12.1.1
-
APPS.IGS_CO_TYPE_JO_PKG SQL Statements
12.1.1
-
APPS.IGS_CO_VAL_CCI dependencies on IGS_CO_TYPE
12.1.1
-
SYNONYM: APPS.IGS_CO_TYPE_JO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CO_TYPE_JO, status:VALID,
-
TABLE: IGS.IGS_CO_TYPE_JO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_TYPE_JO, object_name:IGS_CO_TYPE_JO, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_TYPE_JO_PKG
12.1.1
-
APPS.IGS_CO_VAL_CCI SQL Statements
12.1.1
-
APPS.IGS_CO_VAL_CORT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_VAL_CCI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_VAL_CCI, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_VAL_CORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_VAL_CORT, status:VALID,
-
APPS.IGS_CO_TYPE_JO_PKG dependencies on IGS_CO_TYPE_JO_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_TYPE_JO_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_TYPE_JO_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_VAL_CORT
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_VAL_CCI
12.1.1
-
Foreign Keys
12.2.2
-
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 DBA 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'. ,
-
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'. ,