Search Results igs_en_unit_set_note
Overview
The IGS_EN_UNIT_SET_NOTE table is a core data object within the Oracle E-Business Suite Student System (IGS) for releases 12.1.1 and 12.2.2. It functions as a junction table that establishes a formal relationship between academic unit sets and their associated descriptive or administrative notes. Its primary role is to enable the structured storage and retrieval of textual information linked to specific unit set definitions, which are critical for academic program management. By maintaining this relationship separately, the application supports the attachment of multiple notes of varying types to a single unit set, thereby enhancing data organization and supporting complex academic rules and communications.
Key Information Stored
The table's structure is defined by a composite primary key and foreign key relationships that enforce data integrity. The key columns are UNIT_SET_CD, which stores the unique code identifying the academic unit set; VERSION_NUMBER, which tracks the specific version of that unit set; and REFERENCE_NUMBER, which is a foreign key pointing to the actual note text stored in the central IGS_GE_NOTE table. A critical additional column is CRS_NOTE_TYPE, which classifies the note (e.g., administrative, prerequisite, description) by referencing the IGS_PS_NOTE_TYPE_ALL table. This design ensures that notes are intrinsically linked to a valid unit set version and are categorized appropriately for business use.
Common Use Cases and Queries
This table is central to reporting and functional processes involving unit set documentation. A common use case is generating a report of all administrative notes for active unit sets to be published in a course catalog. Another scenario involves an application process checking for specific prerequisite notes attached to a unit set before allowing student enrollment. A typical query to retrieve note details would join this table with its related master tables:
- SELECT usn.unit_set_cd, usn.version_number, gn.note_text, pnt.note_type_name FROM igs_en_unit_set_note usn JOIN igs_ge_note gn ON usn.reference_number = gn.reference_number JOIN igs_ps_note_type_all pnt ON usn.crs_note_type = pnt.crs_note_type WHERE usn.unit_set_cd = '&unit_set_code';
Data maintenance typically occurs through the standard Student System forms and APIs, which manage the insertion and update of records while preserving referential integrity.
Related Objects
The IGS_EN_UNIT_SET_NOTE table has defined dependencies on several key master tables, as per the provided foreign key metadata:
- IGS_EN_UNIT_SET_ALL: Joined via UNIT_SET_CD and VERSION_NUMBER. This is the parent table containing the core definition of the academic unit set.
- IGS_GE_NOTE: Joined via REFERENCE_NUMBER. This is the central repository table where the actual note text is stored, allowing notes to be shared across different entities in the system.
- IGS_PS_NOTE_TYPE_ALL: Joined via CRS_NOTE_TYPE. This table provides the valid list of classifications (e.g., 'PREREQ', 'DESC') for categorizing the attached note.
These relationships are critical for understanding the data model and constructing accurate reports or integrations within the Student System module.
-
Table: IGS_EN_UNIT_SET_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_NOTE, object_name:IGS_EN_UNIT_SET_NOTE, status:VALID, product: IGS - Student System , description: This table describes notes relating to the unit sets. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_NOTE ,
-
Table: IGS_EN_UNIT_SET_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes notes relating to the unit sets. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_UNIT_SET_NOTE_PKG dependencies on IGS_EN_UNIT_SET_NOTE
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_EN_UNIT_SET_NOTE
12.1.1
-
APPS.IGS_EN_UNIT_SET_NOTE_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_EN_UNIT_SET_NOTE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_UNIT_SET_NOTE, status:VALID,
-
TABLE: IGS.IGS_EN_UNIT_SET_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_NOTE, object_name:IGS_EN_UNIT_SET_NOTE, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_UNIT_SET_NOTE_PKG
12.1.1
-
APPS.IGS_EN_UNIT_SET_NOTE_PKG dependencies on IGS_EN_UNIT_SET_NOTE_PKG
12.1.1
-
Table: IGS_PS_NOTE_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_NOTE_TYPE_ALL, object_name:IGS_PS_NOTE_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available program note types. , implementation_dba_data: IGS.IGS_PS_NOTE_TYPE_ALL ,
-
APPS.IGS_PS_GEN_008 dependencies on STANDARD
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_UNIT_SET_NOTE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_UNIT_SET_NOTE_PKG, status:VALID,
-
Table: IGS_GE_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table is used to store notes that may be recorded against many major entities for example courses, units, persons. The note may be an OLE object like word document, excel spreadsheet, and so on. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_NOTE_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available program note types. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_GEN_008 dependencies on IGS_EN_UNITSETPSTYPE
12.1.1
-
Table: IGS_GE_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_NOTE, object_name:IGS_GE_NOTE, status:VALID, product: IGS - Student System , description: This table is used to store notes that may be recorded against many major entities for example courses, units, persons. The note may be an OLE object like word document, excel spreadsheet, and so on. , implementation_dba_data: IGS.IGS_GE_NOTE ,
-
Table: IGS_EN_UNIT_SET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_ALL, object_name:IGS_EN_UNIT_SET_ALL, status:VALID, product: IGS - Student System , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_ALL ,
-
PACKAGE BODY: APPS.IGS_PS_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_008, 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
-
APPS.IGS_PS_GEN_008 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_008
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'. ,
-
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'. ,