Search Results igs_ge_note
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 ,
-
APPS.IGS_GE_GEN_001 dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_PE_PRIV_LEVEL_PKG dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_AD_APPL_NOTES_PKG dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_GE_NOTE_PKG dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_EN_SEVIS dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_TR_GEN_002 dependencies on IGS_GE_NOTE
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_UNT_OFR_OPT_N
12.1.1
-
View: IGS_FI_P_SA_NOTES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created by joining the table IGS_FI_P_SA_NOTES and IGS_GE_NOTE table. The Note Text is captured in IGS_GE_NOTE table and this tables are linked together by REFERENCE_NUMBER field. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_P_SA_NOTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_P_SA_NOTES_V, object_name:IGS_FI_P_SA_NOTES_V, status:VALID, product: IGS - Student System , description: This view is created by joining the table IGS_FI_P_SA_NOTES and IGS_GE_NOTE table. The Note Text is captured in IGS_GE_NOTE table and this tables are linked together by REFERENCE_NUMBER field. , implementation_dba_data: APPS.IGS_FI_P_SA_NOTES_V ,
-
APPS.IGS_PS_GEN_001 dependencies on STANDARD
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_GE_NOTE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_PERSON_NOTES
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_UNIT_VER_NOTE
12.1.1
-
SYNONYM: APPS.IGS_GE_NOTE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GE_NOTE, status:VALID,
-
VIEW: APPS.IGS_FI_P_SA_NOTES_V
12.1.1
-
VIEW: APPS.IGSBV_PERSON_NOTES
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_UNT_OFR_OPT_N
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_GE_NOTE_RF_NUM_S
12.1.1
-
TABLE: IGS.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,
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_VER_NOTE
12.1.1
-
VIEW: APPS.IGSFV_PRIVACY_DETAILS
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on DUAL
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OF_OPT_UNT_ST
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR_PAT_NOTE
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR_PAT
12.1.1
-
VIEW: APPS.IGSFV_ADM_APPL_NOTE
12.1.1
-
PACKAGE BODY: APPS.IGS_GE_NOTE_PKG
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_GE_NOTE_PKG
12.1.1
-
APPS.IGS_FI_VAL_FCFL dependencies on IGS_FI_F_TYP_CA_INST
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_UNT_OFR_OPT_N
12.1.1
-
APPS.IGS_EN_SEVIS dependencies on IGS_PE_PERS_NOTE
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR_OPT
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR_OPT_NOTE
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_PRC_FEE_ASS
12.1.1
-
Table: IGS_PE_PERS_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERS_NOTE, object_name:IGS_PE_PERS_NOTE, status:VALID, product: IGS - Student System , description: This entity describes a note held against a person. , implementation_dba_data: IGS.IGS_PE_PERS_NOTE ,
-
Table: IGS_PE_PRIV_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the privacy levels of person , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR_UNIT_SET
12.1.1
-
Table: IGS_PS_UNIT_OFR_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_NOTE, object_name:IGS_PS_UNIT_OFR_NOTE, status:VALID, product: IGS - Student System , description: This table describes the notes associated with a unit offering. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_NOTE ,
-
Table: IGS_PS_OFR_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_NOTE, object_name:IGS_PS_OFR_NOTE, status:VALID, product: IGS - Student System , description: This table describes the notes associated with a program offering. , implementation_dba_data: IGS.IGS_PS_OFR_NOTE ,
-
Table: IGS_TR_TYP_STEP_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_TYP_STEP_NOTE, object_name:IGS_TR_TYP_STEP_NOTE, status:VALID, product: IGS - Student System , description: This table will store references to notes held against a tracking type step. , implementation_dba_data: IGS.IGS_TR_TYP_STEP_NOTE ,
-
Table: IGS_PS_UNIT_OFR_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the notes associated with a unit offering. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_OFR_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the notes associated with a program offering. , implementation_dba_data: Not implemented in this database ,