Search Results igs_ad_rating_scales
Overview
The IGS_AD_RATING_SCALES table is a core data object within the Oracle E-Business Suite Student System (IGS) module, specifically supporting the Admissions functionality. Its primary role is to serve as the master repository for predefined rating scales used by application evaluators during the admissions process. These standardized scales provide a consistent framework for assessing and scoring applicant qualifications, interview performance, or other evaluation criteria, ensuring objective and comparable ratings across different applications and evaluators. The table is fundamental to the structured evaluation workflows in Oracle EBS Releases 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list individual columns, the table's structure is defined by its primary and foreign key relationships. The central column is RATING_SCALE_ID, which serves as the unique identifier (primary key) for each distinct rating scale record. Based on its described purpose, the table likely stores descriptive attributes for each scale, such as a scale name, description, status (active/inactive), and potentially the scale type (e.g., numeric, descriptive). The actual discrete values or labels that constitute the scale (e.g., "1 - Poor", "2 - Fair", "3 - Good") are stored in the related child table, IGS_AD_RS_VALUES, which references this master table via the RATING_SCALE_ID foreign key.
Common Use Cases and Queries
This table is central to configuring and executing application reviews. Common operational and reporting scenarios include setting up evaluation criteria for an admission process category, allowing evaluators to select a rating from a dropdown list when scoring an application, and generating reports on average applicant ratings. Administrators may query this table to manage active scales. Sample SQL patterns include retrieving all scales for setup purposes or joining to evaluation records for analysis.
- Setup and Maintenance: Querying all active rating scales to assign one to a specific admissions process or evaluation category.
- Evaluation Data Integrity: Joining IGS_AD_APPL_EVAL to IGS_AD_RATING_SCALES to validate that all evaluations use a currently valid scale.
- Reporting and Analytics: Aggregating evaluation scores by linking application evaluations through IGS_AD_APPL_EVAL to the master scale definition for consistent reporting labels.
Related Objects
The IGS_AD_RATING_SCALES table has several key dependencies within the Admissions module, as documented by its foreign key relationships. It is referenced as a parent table by the following objects:
- IGS_AD_APPL_EVAL: Links individual application evaluation records to a specific rating scale via the RATING_SCALE_ID column.
- IGS_AD_PRCS_CAT_ALL: Associates an admission process category with a default rating scale for evaluations via the RATING_SCALE_ID column.
- IGS_AD_APL_RVPF_RSL: References the rating scale, likely for results or rules related to application review profiles, via the RATING_SCALE_ID column.
- IGS_AD_RS_VALUES: The critical child table that stores the individual permissible values (e.g., "Excellent", "Good", "Average") for each master rating scale, linked by RATING_SCALE_ID.
-
Table: IGS_AD_RATING_SCALES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RATING_SCALES, object_name:IGS_AD_RATING_SCALES, status:VALID, product: IGS - Student System , description: Holds rating scales used by evaluators to rate applications , implementation_dba_data: IGS.IGS_AD_RATING_SCALES ,
-
Table: IGS_AD_RATING_SCALES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds rating scales used by evaluators to rate applications , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_APL_RVPF_RSL_PKG dependencies on IGS_AD_RATING_SCALES
12.1.1
-
APPS.IGS_AD_RATING_SCALES_PKG dependencies on IGS_AD_RATING_SCALES
12.1.1
-
SYNONYM: APPS.IGS_AD_RATING_SCALES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_RATING_SCALES, status:VALID,
-
VIEW: APPS.IGSFV_APPL_RSCALE_VALUES
12.1.1
-
APPS.IGS_AD_RATING_SCALES_PKG dependencies on IGS_AD_RATING_SCALES_S
12.1.1
-
VIEW: APPS.IGSFV_APPL_RATING_SCALE
12.1.1
-
VIEW: APPS.IGSBV_APPL_RATING_SCALE
12.1.1
-
TABLE: IGS.IGS_AD_RATING_SCALES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RATING_SCALES, object_name:IGS_AD_RATING_SCALES, status:VALID,
-
VIEW: APPS.IGS_AD_RATING_SCALES_V
12.1.1
-
APPS.IGS_AD_RATING_SCALES_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_RATING_SCALES_PKG dependencies on IGS_AD_RATING_SCALES_PKG
12.1.1
-
VIEW: APPS.IGSFV_APPL_REVPRF_RATING_SCALE
12.1.1
-
Table: IGS_AD_RS_VALUES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RS_VALUES, object_name:IGS_AD_RS_VALUES, status:VALID, product: IGS - Student System , description: Holds details about rating scale values , implementation_dba_data: IGS.IGS_AD_RS_VALUES ,
-
Table: IGS_AD_RS_VALUES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details about rating scale values , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_RATING_SCALES_PKG
12.1.1
-
Table: IGS_AD_PRCS_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRCS_CAT_ALL, object_name:IGS_AD_PRCS_CAT_ALL, status:VALID, product: IGS - Student System , description: Describes user-defined admission category for admission process , implementation_dba_data: IGS.IGS_AD_PRCS_CAT_ALL ,
-
View: IGSFV_APPL_RATING_SCALE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_RATING_SCALE, object_name:IGSFV_APPL_RATING_SCALE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_APPL_RATING_SCALE ,
-
View: IGSFV_APPL_RSCALE_VALUES
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_APPL_EVAL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details of evaluators assigned to various applications , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_RATING_SCALES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RATING_SCALES_V, object_name:IGS_AD_RATING_SCALES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_RATING_SCALES_V ,
-
Table: IGS_AD_APL_RVPF_RSL
12.2.2
product: IGS - Student System (Obsolete) , description: Table where all Rating Scale related information corresponding to an Application Review Profile will be recorded. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_RATING_SCALES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_APPL_REVPRF_RATING_SCALE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PRCS_CAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined admission category for admission process , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_APPL_RATING_SCALE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_APPL_RATING_SCALE, object_name:IGSBV_APPL_RATING_SCALE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_APPL_RATING_SCALE ,
-
APPS.IGS_AD_APL_RVPF_RSL_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
View: IGSBV_APPL_RATING_SCALE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_APPL_RATING_SCALE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_APPL_RSCALE_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_RSCALE_VALUES, object_name:IGSFV_APPL_RSCALE_VALUES, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_APPL_RSCALE_VALUES ,
-
Table: IGS_AD_APPL_EVAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_EVAL, object_name:IGS_AD_APPL_EVAL, status:VALID, product: IGS - Student System , description: Holds details of evaluators assigned to various applications , implementation_dba_data: IGS.IGS_AD_APPL_EVAL ,
-
Table: IGS_AD_APL_RVPF_RSL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APL_RVPF_RSL, object_name:IGS_AD_APL_RVPF_RSL, status:VALID, product: IGS - Student System , description: Table where all Rating Scale related information corresponding to an Application Review Profile will be recorded. , implementation_dba_data: IGS.IGS_AD_APL_RVPF_RSL ,
-
VIEW: APPS.IGSFV_APPL_RATING_SCALE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_RATING_SCALE, object_name:IGSFV_APPL_RATING_SCALE, status:VALID,
-
View: IGSFV_APPL_REVPRF_RATING_SCALE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_REVPRF_RATING_SCALE, object_name:IGSFV_APPL_REVPRF_RATING_SCALE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_APPL_REVPRF_RATING_SCALE ,
-
PACKAGE BODY: APPS.IGS_AD_RATING_SCALES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_RATING_SCALES_PKG, status:VALID,
-
VIEW: APPS.IGSBV_APPL_RATING_SCALE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_APPL_RATING_SCALE, object_name:IGSBV_APPL_RATING_SCALE, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_APL_RVPF_RSL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_APL_RVPF_RSL_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_RATING_SCALES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RATING_SCALES_V, object_name:IGS_AD_RATING_SCALES_V, status:VALID,
-
VIEW: APPS.IGSFV_APPL_REVPRF_RATING_SCALE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_REVPRF_RATING_SCALE, object_name:IGSFV_APPL_REVPRF_RATING_SCALE, status:VALID,
-
VIEW: APPS.IGSFV_APPL_RSCALE_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_RSCALE_VALUES, object_name:IGSFV_APPL_RSCALE_VALUES, status:VALID,
-
APPS.IGS_AD_APL_RVPF_RSL_PKG dependencies on IGS_AD_APL_RVPF_RSL
12.1.1
-
APPS.IGS_AD_APL_RVPF_RSL_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_APL_RVPF_RSL_PKG
12.1.1
-
12.1.1 DBA Data
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
-
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'. ,