Search Results igf_ap_pers_note
Overview
The IGF_AP_PERS_NOTE table is a core data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). Its primary function is to store institution-defined notes that pertain to a specific student within the context of a particular financial aid award year. This table serves as a critical repository for non-transactional, descriptive information that documents important circumstances, exceptions, or administrative details related to a student's financial aid application and processing. By linking notes to both a student's base financial aid record and a defined note type, it provides a structured and auditable mechanism for tracking supplemental information essential for compliance, counseling, and award decision-making.
Key Information Stored
The table's structure is designed to capture the note's content, its classification, and its relationship to the student's aid record. While the full column list is not detailed in the provided metadata, the documented foreign keys and primary key reveal its essential components. The primary key, REFERENCE_NUMBER, uniquely identifies each note record. A critical foreign key, BASE_ID, links the note to a specific student's primary financial aid application record in the IGF_AP_FA_BASE_REC_ALL table for a given award year. Another foreign key, PE_NOTE_TYPE, references the IGS_PE_NOTE_TYPE table, which defines the valid categories or types of notes (e.g., "Academic Progress Warning," "Documentation Received," "Special Condition"). The table likely also contains columns for the note text itself (NOTE_TEXT), creation date, and the user who created it.
Common Use Cases and Queries
This table is central to reporting and operational processes in Financial Aid offices. Common use cases include generating reports of all notes for a student across award years for counseling purposes, auditing notes of a specific type (e.g., all verification flags), and reviewing notes attached to applications during packaging or disbursement runs. A typical query would join IGF_AP_PERS_NOTE to the base application and person tables to retrieve a student-specific note history.
- Sample Query (Student Notes):
SELECT n.reference_number, n.note_text, t.note_type_name FROM igf_ap_pers_note n JOIN igf_ap_fa_base_rec_all b ON n.base_id = b.base_id JOIN igs_pe_note_type t ON n.pe_note_type = t.note_type WHERE b.person_id = :stu_id ORDER BY n.creation_date; - Reporting Use Case: Identifying all students with a specific note type, such as "SAP Appeal Pending," to manage incomplete follow-up actions.
Related Objects
The IGF_AP_PERS_NOTE table exists within a defined relational schema, primarily interacting with objects that manage the student's financial aid identity and note type definitions. The documented relationships are:
- Primary Key Constraint: IGF_AP_PERS_NOTE_PK on column REFERENCE_NUMBER.
- Foreign Key Reference to IGF_AP_FA_BASE_REC_ALL: The BASE_ID column in IGF_AP_PERS_NOTE references the IGF_AP_FA_BASE_REC_ALL table. This joins a note to a student's specific financial aid application record for an award year.
- Foreign Key Reference to IGS_PE_NOTE_TYPE: The PE_NOTE_TYPE column in IGF_AP_PERS_NOTE references the IGS_PE_NOTE_TYPE table. This validates and categorizes the note against institutionally configured note types.
This table may also be referenced by various Financial Aid forms, reports, and APIs that create, update, or display student notes.
-
Table: IGF_AP_PERS_NOTE
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_PERS_NOTE, object_name:IGF_AP_PERS_NOTE, status:VALID, product: IGF - Financial Aid , description: stores institution-defined note type pertaining to a student or a particular award year , implementation_dba_data: IGF.IGF_AP_PERS_NOTE ,
-
Table: IGF_AP_PERS_NOTE
12.2.2
product: IGF - Financial Aid (Obsolete) , description: stores institution-defined note type pertaining to a student or a particular award year , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_PERS_NOTE_PKG dependencies on IGF_AP_PERS_NOTE
12.1.1
-
APPS.IGF_AP_PERS_NOTE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_AP_PERS_NOTE_V
12.1.1
-
SYNONYM: APPS.IGF_AP_PERS_NOTE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_PERS_NOTE, status:VALID,
-
TABLE: IGF.IGF_AP_PERS_NOTE
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_PERS_NOTE, object_name:IGF_AP_PERS_NOTE, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_PERS_NOTE_PKG
12.1.1
-
APPS.IGF_AP_PERS_NOTE_PKG dependencies on IGF_AP_PERS_NOTE_PKG
12.1.1
-
Table: IGS_PE_NOTE_TYPE
12.1.1
product: IGS - Student System , description: This entity describes the types of notes which can be recorded against a person. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_PERS_NOTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERS_NOTE_V, object_name:IGF_AP_PERS_NOTE_V, status:VALID, product: IGF - Financial Aid , description: stores institution-defined note type pertaining to a student or a particular award year , implementation_dba_data: APPS.IGF_AP_PERS_NOTE_V ,
-
View: IGF_AP_PERS_NOTE_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: stores institution-defined note type pertaining to a student or a particular award year , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_NOTE_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the types of notes which can be recorded against a person. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AP_PERS_NOTE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_PERS_NOTE_PKG, status:VALID,
-
Table: IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_FA_BASE_REC_ALL, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID, product: IGF - Financial Aid , description: Holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: IGF.IGF_AP_FA_BASE_REC_ALL ,
-
Table: IGF_AP_FA_BASE_REC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_PERS_NOTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERS_NOTE_V, object_name:IGF_AP_PERS_NOTE_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,