Search Results igs_ge_note_pk
Overview
The IGS_GE_NOTE table is a core data object within the Oracle E-Business Suite Student System (IGS), a module now designated as obsolete. It served as a centralized repository for unstructured textual notes and embedded OLE (Object Linking and Embedding) objects that could be associated with a wide variety of major entities across the student lifecycle. Its primary role was to provide a flexible, generic storage mechanism for supplementary information—ranging from simple text comments to complex documents like Word files or Excel spreadsheets—attached to records such as persons, courses, units, and financial assessments. This design promoted data consistency by avoiding redundant note-storage structures in multiple transactional tables.
Key Information Stored
While the full column list is not detailed in the provided metadata, the structure is defined by its primary and foreign key relationships. The central column is REFERENCE_NUMBER, which serves as the unique primary key (IGS_GE_NOTE_PK) for each note record. This identifier is what all related transactional tables reference. Based on its described purpose, the table would also contain columns for the note content itself (potentially in a CLOB or BLOB datatype for OLE objects), a note type or category, creation date, and the identifier of the user who created the note. The table's design is entity-agnostic; it does not store the type of entity (e.g., person, course) the note is for. That contextual relationship is defined solely in the foreign key tables that link to REFERENCE_NUMBER.
Common Use Cases and Queries
A primary use case was attaching administrative notes or supporting documentation to student records, course offerings, or assessment attempts. For example, an advisor could attach a meeting summary to a person's record, or a curriculum committee could attach a proposal document to a course version. Reporting often involved joining this table to a specific entity table to retrieve notes in context. A typical query pattern would be:
- Retrieving notes for a specific person:
SELECT n.* FROM igs_ge_note n, igs_pe_pers_note pn WHERE n.reference_number = pn.reference_number AND pn.person_id = :1; - Finding all notes of a certain type across the system for auditing purposes.
- Extracting the OLE object content for a specific note identified by its REFERENCE_NUMBER.
As the module is obsolete, these operations are primarily relevant for historical data analysis or support of legacy customizations in upgrades.
Related Objects
The IGS_GE_NOTE table is a referenced parent table for numerous foreign keys across the obsolete Student System, as documented. Key relationships include:
- IGS_PE_PERS_NOTE: Links notes to persons (via REFERENCE_NUMBER).
- IGS_PS_VER_NOTE: Links notes to program (course) versions.
- IGS_PS_UNIT_VER_NOTE: Links notes to unit versions.
- IGS_PS_OFR_NOTE: Links notes to program offerings.
- IGS_PS_UNIT_OFR_NOTE: Links notes to unit offerings.
- IGS_AS_SC_ATMPT_NOTE: Links notes to assessment scoring attempts.
- IGS_FI_P_SA_NOTES: Links notes to student financial assessments.
- IGS_EN_UNIT_SET_NOTE: Links notes to unit sets.
- IGS_TR_GROUP_NOTE, IGS_TR_ITEM_NOTE, IGS_TR_STEP_NOTE: Link notes to various transfer credit entities.
- IGS_PE_PRIV_LEVEL: References notes via REF_NOTES_ID for privacy level documentation.
This extensive network of foreign keys underscores the table's role as a shared service for note storage within the original IGS module architecture.
-
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_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 ,
-
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'. ,