Search Results igs_en_note_type_all
Overview
The IGS_EN_NOTE_TYPE_ALL table is a core reference entity within the Oracle E-Business Suite Student System (IGS). It functions as a master repository for defining and managing the distinct categories of notes that can be associated with student enrollment records. Its primary role is to enforce data integrity by providing a controlled list of valid note types, which are then referenced by transactional tables throughout the enrollment and assessment modules. As an "ALL" table, it is architected to support the multi-organization model in Oracle EBS, allowing note type definitions to be partitioned by operating unit (ORG_ID). This design ensures that implementations with multiple academic institutions or business units can maintain separate sets of note types as required.
Key Information Stored
While the provided metadata does not list specific columns, the structure of the table can be inferred from its primary key and its functional description. The central column is ENR_NOTE_TYPE, which serves as the unique identifier (primary key) for each note type. This is typically a short code, such as 'ADVISE' or 'WARNING'. The table would also contain descriptive columns, such as a NAME or DESCRIPTION field to provide the full text for the code. Crucially, it includes an ORG_ID column to support the multi-org structure, determining which operating unit owns the specific note type definition. Additional columns likely track standard EBS attributes like creation date, created by, last update date, and last updated by for auditing purposes.
Common Use Cases and Queries
This table is primarily used in two contexts: system setup and transactional reporting. During implementation, administrators populate this table with the institution-specific note types needed for student interactions. For reporting and data validation, the table is frequently joined to transactional note tables to retrieve the descriptive meaning of a note type code. A common query pattern involves listing all active note types available for a specific operating unit or joining to see notes applied to student attempts.
- Listing all note types for an operating unit:
SELECT enr_note_type, description FROM igs_en_note_type_all WHERE org_id = :p_org_id ORDER BY 1; - Joining to assessment notes to get descriptions:
SELECT sca.note_text, ntyp.description FROM igs_as_sc_atmpt_note sca JOIN igs_en_note_type_all ntyp ON sca.enr_note_type = ntyp.enr_note_type WHERE sca.person_id = :p_student_id;
Related Objects
The IGS_EN_NOTE_TYPE_ALL table has a direct parent-child relationship with transactional tables that store enrollment-related notes. The documented foreign key relationship explicitly shows its usage as a validation table for student assessment notes.
- IGS_AS_SC_ATMPT_NOTE: This table stores notes related to student course attempt assessments. Its column ENR_NOTE_TYPE is a foreign key (FK) referencing IGS_EN_NOTE_TYPE_ALL.ENR_NOTE_TYPE, ensuring that every note recorded against an assessment attempt uses a valid, predefined note type.
While not listed in the provided excerpt, it is highly probable that other note-storing entities in the Student System, such as those for general enrollment or student plans, would also reference this central lookup table via the ENR_NOTE_TYPE column.
-
Table: IGS_EN_NOTE_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available enrolment note types. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_NOTE_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_NOTE_TYPE_ALL, object_name:IGS_EN_NOTE_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available enrolment note types. , implementation_dba_data: IGS.IGS_EN_NOTE_TYPE_ALL ,
-
APPS.IGS_EN_NOTE_TYPE_PKG dependencies on IGS_EN_NOTE_TYPE_ALL
12.1.1
-
APPS.IGS_EN_NOTE_TYPE_PKG dependencies on IGS_EN_NOTE_TYPE_PKG
12.1.1
-
APPS.IGS_EN_NOTE_TYPE_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_EN_NOTE_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_NOTE_TYPE_ALL, status:VALID,
-
VIEW: APPS.IGS_EN_NOTE_TYPE
12.1.1
-
TABLE: IGS.IGS_EN_NOTE_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_NOTE_TYPE_ALL, object_name:IGS_EN_NOTE_TYPE_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_NOTE_TYPE_PKG
12.1.1
-
APPS.IGS_EN_NOTE_TYPE_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
Table: IGS_AS_SC_ATMPT_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes mappings of notes to student program attempts , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_SC_ATMPT_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SC_ATMPT_NOTE, object_name:IGS_AS_SC_ATMPT_NOTE, status:VALID, product: IGS - Student System , description: Describes mappings of notes to student program attempts , implementation_dba_data: IGS.IGS_AS_SC_ATMPT_NOTE ,
-
View: IGS_EN_NOTE_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NOTE_TYPE, object_name:IGS_EN_NOTE_TYPE, status:VALID, product: IGS - Student System , description: This view maintains all the note types that are associated with each system specific enrolment note type for example academic type of enrolment. , implementation_dba_data: APPS.IGS_EN_NOTE_TYPE ,
-
PACKAGE BODY: APPS.IGS_EN_NOTE_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_NOTE_TYPE_PKG, status:VALID,
-
View: IGS_EN_NOTE_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This view maintains all the note types that are associated with each system specific enrolment note type for example academic type of enrolment. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_NOTE_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NOTE_TYPE, object_name:IGS_EN_NOTE_TYPE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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'. ,