Search Results igs_ad_note_types
Overview
The IGS_AD_NOTE_TYPES table is a core setup and reference table within the Oracle E-Business Suite Student System (IGS). It functions as a master repository for defining and managing the various categories of notes that can be attached to admissions-related records. Its primary role is to enforce data integrity and provide a controlled list of note classifications, ensuring consistency in how textual information is categorized across the admissions lifecycle. By centralizing note type definitions, it enables standardized reporting, process automation, and user interface behavior for notes entered against applications and other admission entities.
Key Information Stored
While the provided metadata does not list all columns, the structure centers on the unique identifier and descriptive attributes for each note type. The primary key, NOTES_TYPE_ID, is a unique numeric identifier for each note type record. Based on standard patterns, the table likely includes columns such as NOTE_TYPE (a short code), DESCRIPTION, and active status indicators (e.g., ACTIVE_FLAG). It may also contain columns controlling system behavior, such as whether the note type is mandatory for specific processes or if it triggers workflow notifications. The existence of multiple foreign key relationships confirms it is a validated reference point for critical note categorization.
Common Use Cases and Queries
This table is essential for administrative setup, data validation, and operational reporting. A common use case is during the configuration of admissions processes, where specific note types like "Interview Comment" (ACT_NOTE_TYPE_ID), "Prerequisite Status" (PS_NOTE_TYPE_ID), or "Work Experience" (WE_NOTE_TYPE_ID) are linked to application setup via the IGS_SS_ADMAPPL_SETUP table. For reporting, queries often join IGS_AD_NOTE_TYPES to the transactional IGS_AD_APPL_NOTES table to categorize and filter application notes. A typical query pattern would be:
- SELECT ant.note_type, ant.description, COUNT(aan.application_id) AS note_count FROM igs_ad_note_types ant, igs_ad_appl_notes aan WHERE ant.notes_type_id = aan.note_type_id GROUP BY ant.note_type, ant.description;
- SELECT * FROM igs_ad_note_types WHERE active_flag = 'Y' ORDER BY note_type;
Related Objects
The IGS_AD_NOTE_TYPES table has defined relationships with several key transactional and setup tables, as documented in the foreign key constraints. The IGS_AD_APPL_NOTES table is the primary consumer, storing all application notes that reference a valid NOTE_TYPE_ID. The IGS_SS_ADMAPPL_SETUP table references it multiple times, linking specific note types to different aspects of the admissions application setup (ACT_NOTE_TYPE_ID, PS_NOTE_TYPE_ID, WE_NOTE_TYPE_ID). This indicates its integral role in configuring automated admissions processes. Developers and DBAs should be aware of these dependencies when considering data changes or custom integrations involving admissions notes.
-
Table: IGS_AD_NOTE_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_NOTE_TYPES, object_name:IGS_AD_NOTE_TYPES, status:VALID, product: IGS - Student System , description: Holds setup details about note types , implementation_dba_data: IGS.IGS_AD_NOTE_TYPES ,
-
Table: IGS_AD_NOTE_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds setup details about note types , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_NOTE_TYPES_PKG dependencies on IGS_AD_NOTE_TYPES
12.1.1
-
Table: IGS_SS_ADMAPPL_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADMAPPL_SETUP, object_name:IGS_SS_ADMAPPL_SETUP, status:VALID, product: IGS - Student System , description: This table holds the system administration setup details for self service admission application. There will be only one record in this table , implementation_dba_data: IGS.IGS_SS_ADMAPPL_SETUP ,
-
Table: IGS_SS_ADMAPPL_SETUP
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the system administration setup details for self service admission application. There will be only one record in this table , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_NOTE_TYPES_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_SS_ADMAPPL_SETUP_V
12.1.1
-
SYNONYM: APPS.IGS_AD_NOTE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_NOTE_TYPES, status:VALID,
-
TABLE: IGS.IGS_AD_NOTE_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_NOTE_TYPES, object_name:IGS_AD_NOTE_TYPES, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_NOTES_V
12.1.1
-
VIEW: APPS.IGSFV_ADM_APPL_NOTE
12.1.1
-
VIEW: APPS.IGS_AD_NOTE_TYPES_V
12.1.1
-
View: IGS_SS_ADMAPPL_SETUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is for Admission Applications Setup , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SS_ADMAPPL_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_ADMAPPL_SETUP_V, object_name:IGS_SS_ADMAPPL_SETUP_V, status:VALID, product: IGS - Student System , description: This view is for Admission Applications Setup , implementation_dba_data: APPS.IGS_SS_ADMAPPL_SETUP_V ,
-
APPS.IGS_AD_NOTE_TYPES_PKG dependencies on IGS_AD_NOTE_TYPES_PKG
12.1.1
-
Table: IGS_AD_APPL_NOTES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details of applicant's notes , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_NOTE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_NOTE_TYPES_V, object_name:IGS_AD_NOTE_TYPES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_NOTE_TYPES_V ,
-
PACKAGE BODY: APPS.IGS_AD_NOTE_TYPES_PKG
12.1.1
-
View: IGS_AD_APPL_NOTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_NOTES_V, object_name:IGS_AD_APPL_NOTES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_NOTES_V ,
-
View: IGS_AD_APPL_NOTES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_APPL_NOTES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_NOTES, object_name:IGS_AD_APPL_NOTES, status:VALID, product: IGS - Student System , description: Holds details of applicant's notes , implementation_dba_data: IGS.IGS_AD_APPL_NOTES ,
-
View: IGSFV_ADM_APPL_NOTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_APPL_NOTE, object_name:IGSFV_ADM_APPL_NOTE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_ADM_APPL_NOTE ,
-
View: IGSFV_ADM_APPL_NOTE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_NOTE_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_NOTE_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_NOTE_TYPES_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_NOTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_NOTES_V, object_name:IGS_AD_APPL_NOTES_V, status:VALID,
-
VIEW: APPS.IGS_AD_NOTE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_NOTE_TYPES_V, object_name:IGS_AD_NOTE_TYPES_V, status:VALID,
-
VIEW: APPS.IGSFV_ADM_APPL_NOTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_APPL_NOTE, object_name:IGSFV_ADM_APPL_NOTE, status:VALID,
-
VIEW: APPS.IGS_SS_ADMAPPL_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_ADMAPPL_SETUP_V, object_name:IGS_SS_ADMAPPL_SETUP_V, status:VALID,
-
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'. ,
-
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'. ,