Search Results cond_id
Overview
The IGS_AD_SS_TERMS table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Admissions (IGS) module. It functions as the master repository for managing terms and conditions associated with different admission application types. Its primary role is to store the configurable text components that applicants must review and acknowledge during the online application process. The table enables institutions to define, sequence, and control the display of legal or procedural stipulations, ensuring compliance and informed consent is captured systematically within the student system.
Key Information Stored
The table's structure is designed to manage discrete terms and conditions components. The ADMISSION_APPLICATION_TYPE and COND_ID columns form a composite primary key, linking each term to a specific application type and providing a unique identifier. The COND_ID also dictates the display sequence on the applicant-facing page. Critical content columns include COND_DISP_NAME, which acts as a header or title for the term, and COND_DISP_TEXT, which holds the full text of the condition, up to 1000 characters. The INCLUDE_FLAG is a control column that determines whether a specific term is active and should be presented to applicants. Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) are present for auditability.
Common Use Cases and Queries
A primary use case is the administration and maintenance of application terms. Administrators can query all terms for a given application type to review or update content and display order. The INCLUDE_FLAG is frequently used in conditional logic to filter active terms for display. A typical reporting query retrieves all active terms for a specific application type, ordered for proper presentation:
- SELECT cond_id, cond_disp_name, cond_disp_text FROM igs.igs_ad_ss_terms WHERE admission_application_type = 'UNDERGRADUATE' AND include_flag = 'Y' ORDER BY cond_id;
Another common operational query involves identifying when a specific term was last modified by joining the WHO columns to the FND_USER table to get the username of the modifier, which is essential for change tracking and audit reports.
Related Objects
Based on the provided relationship data, IGS_AD_SS_TERMS has defined relationships with other key EBS objects. Its primary key ensures data integrity for any dependent objects. A foreign key relationship exists where the ADMISSION_APPLICATION_TYPE column in this table references the IGS_AD_SS_APPL_TYP table. This links each term to a valid, defined application type within the system. The table is also referenced by an APPS synonym named IGS_AD_SS_TERMS, which is the standard access point for EBS applications and reports. This structure indicates that the table is a foundational source for terms and conditions data, consumed by the application's user interface and potentially by integration points.
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_QUERY_CONDITION
12.1.1
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_QUERY_CONDITION
12.2.2
-
TABLE: IGS.IGS_AD_SS_TERMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_TERMS, object_name:IGS_AD_SS_TERMS, status:VALID,
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_COND_STRUCT_RESTRICT_VALUE
12.2.2
-
Table: IGS_AD_SS_TERMS
12.2.2
product: IGS - Student System (Obsolete) , description: Application Type Terms and Conditions , implementation_dba_data: Not implemented in this database ,
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_COND_STRUCT_RESTRICT_VALUE
12.1.1
-
View: IGS_AD_SS_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_TERMS_V, object_name:IGS_AD_SS_TERMS_V, status:VALID, product: IGS - Student System , description: Application Type Terms and Conditions , implementation_dba_data: APPS.IGS_AD_SS_TERMS_V ,
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_QUERY_COND_DISP_STRUCT_ALL
12.1.1
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_QUERY_COND_DISP_STRUCT_ALL
12.2.2
-
APPS.IGS_AD_SS_TERMS_PKG dependencies on IGS_AD_SS_TERMS
12.1.1
-
Table: IGS_AD_SS_TERMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_TERMS, object_name:IGS_AD_SS_TERMS, status:VALID, product: IGS - Student System , description: Application Type Terms and Conditions , implementation_dba_data: IGS.IGS_AD_SS_TERMS ,
-
View: IGS_AD_SS_TERMS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Application Type Terms and Conditions , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_SS_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_TERMS_V, object_name:IGS_AD_SS_TERMS_V, status:VALID,
-
APPS.IGS_AD_SS_TERMS_PKG SQL Statements
12.1.1
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IGS_AD_SS_TERMS_PKG
12.1.1
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT SQL Statements
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on FND_MESSAGE
12.1.1
-
APPS.FTP_TP_PKG dependencies on FEM_ENGINES_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_RUNNING_TOTAL_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_RUNNING_TOTAL_PVT
12.2.2
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
PACKAGE BODY: APPS.FTP_TP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
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'. ,