Search Results condition_line
Overview
The IGS_UC_COND_DETAILS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (iGradestar) product family. It functions as the detail table in the offer library, designed to store the individual conditions that collectively constitute an academic or admissions offer. Its primary role is to maintain a granular, line-item breakdown of offer conditions, which may include academic prerequisites, subject requirements, or other stipulations. The table is essential for managing and tracking conditional offers within the student lifecycle modules.
Key Information Stored
The table's columns are organized to define and sequence offer conditions. The composite primary key, enforced by the unique index IGS_UC_COND_DETAILS_U1, consists of CONDITION_CATEGORY, CONDITION_NAME, and CONDITION_LINE. This structure allows a single offer (identified by category and name) to have multiple, ordered condition lines. Key data elements include the CONDITION_LINE, which sequences the conditions; ABBREVIATION for the offer code; and specific academic requirement fields like SUBJECT, GRADE_MARK, and POINTS. The CONDITION_TEXT column provides a free-text description. Standard EBS WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) track audit information for each record.
Common Use Cases and Queries
This table is central to operations involving the generation, review, and compliance tracking of conditional offers. A common use case is retrieving all conditions for a specific offer to display on an offer letter or within an applicant portal. Another critical scenario is during the admissions clearing process, where applicant achievements are evaluated against stored conditions to determine if an offer is met. Reporting on the frequency of certain conditions (e.g., specific subject requirements) also relies on this table.
A fundamental query pattern retrieves the ordered condition lines for a given offer:
- SELECT CONDITION_LINE, SUBJECT, GRADE_MARK, CONDITION_TEXT FROM IGS.IGS_UC_COND_DETAILS WHERE CONDITION_CATEGORY = :1 AND CONDITION_NAME = :2 ORDER BY CONDITION_LINE;
For analytical reporting, a query might aggregate conditions by subject or abbreviation to identify common offer requirements across different programs.
Related Objects
Based on the provided dependency information, the IGS_UC_COND_DETAILS table is a referenced object within the APPS schema. This indicates it is accessed by application code, likely through public synonyms and standard EBS APIs, rather than via direct foreign key constraints documented in the ETRM excerpt. The table's role as a detail table suggests a logical relationship with a parent or header table that defines the offer (CONDITION_CATEGORY and CONDITION_NAME), though this specific parent object is not listed in the provided dependencies. Applications and other database objects within the IGS product suite reference this table to validate and process offer conditions.
-
TABLE: IGS.IGS_UC_COND_DETAILS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_COND_DETAILS, object_name:IGS_UC_COND_DETAILS, status:VALID,
-
APPS.IGS_UC_COND_DETAILS_PKG dependencies on IGS_UC_COND_DETAILS
12.1.1
-
View: IGS_UC_COND_DETAILS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_UC_COND_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_COND_DETAILS_V, object_name:IGS_UC_COND_DETAILS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_UC_COND_DETAILS_V ,
-
View: IGSBV_UC_CONDITION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_CONDITION_DETAILS, object_name:IGSBV_UC_CONDITION_DETAILS, status:VALID, product: IGS - Student System , description: Base View for condition details that makes up the offer , implementation_dba_data: APPS.IGSBV_UC_CONDITION_DETAILS ,
-
View: IGSBV_UC_CONDITION_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for condition details that makes up the offer , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_UC_COND_DETAILS_V
12.1.1
-
VIEW: APPS.IGSBV_UC_CONDITION_DETAILS
12.1.1
-
VIEW: APPS.IGSFV_UC_CONDITION_DETAILS
12.1.1
-
View: IGSFV_UC_CONDITION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_CONDITION_DETAILS, object_name:IGSFV_UC_CONDITION_DETAILS, status:VALID, product: IGS - Student System , description: Full View for condition details that makes up the offer , implementation_dba_data: APPS.IGSFV_UC_CONDITION_DETAILS ,
-
View: IGSFV_UC_CONDITION_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for condition details that makes up the offer , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_COND_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the detail table in the offer library.It holds the condition that makes up the offer. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UC_CONDITION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_CONDITION_DETAILS, object_name:IGSBV_UC_CONDITION_DETAILS, status:VALID,
-
Table: IGS_UC_COND_DETAILS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_COND_DETAILS, object_name:IGS_UC_COND_DETAILS, status:VALID, product: IGS - Student System , description: This is the detail table in the offer library.It holds the condition that makes up the offer. , implementation_dba_data: IGS.IGS_UC_COND_DETAILS ,
-
VIEW: APPS.IGS_UC_COND_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_COND_DETAILS_V, object_name:IGS_UC_COND_DETAILS_V, status:VALID,
-
VIEW: APPS.IGSFV_UC_CONDITION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_CONDITION_DETAILS, object_name:IGSFV_UC_CONDITION_DETAILS, status:VALID,
-
APPS.IGS_UC_COND_DETAILS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_COND_DETAILS_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'. ,
-
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'. ,