Search Results igs_fi_p_sa_notes
Overview
The IGS_FI_P_SA_NOTES table is a data object within the Oracle E-Business Suite (EBS) Financials module, specifically the now-obsolete IGS (Student System) product. Its primary function is to serve as a junction table that associates textual notes with a specific person and their financial sub-account, while also tracking the effective date of each note entry. This design allows for maintaining a historical record of notes pertinent to a student's (or party's) financial account details over time. As indicated by its "Obsolete" status in the provided ETRM metadata, this table is part of a legacy codebase and is not implemented in the referenced database instance. Its role was to centralize note management for financial sub-accounts within a person context, ensuring auditability through date tracking.
Key Information Stored
The table's structure is designed to link three core entities: a note, a person, and a sub-account. The critical columns facilitating this are the foreign key columns. The REFERENCE_NUMBER column links to the IGS_GE_NOTE table, which stores the actual note text. The PARTY_ID column references the HZ_PARTIES table, identifying the person or organization associated with the note. The SUBACCOUNT_ID column references the IGS_FI_SUBACCTS_ALL table, specifying the exact financial sub-account. The table's primary identifier is the PARTY_SA_NOTES_ID column, which serves as the surrogate primary key. Furthermore, the EFFECTIVE_DATE column is crucial as it timestamps when the note association becomes relevant, enabling effective-dated tracking and historical reporting.
Common Use Cases and Queries
In operational terms, this table would have been queried to retrieve all notes for a specific student's financial account, to audit changes in account status notes over a period, or to display contextual notes during account review processes. A typical reporting query might join the note text from IGS_GE_NOTE with person details from HZ_PARTIES and account information from IGS_FI_SUBACCTS_ALL. For example, to find the latest note for a specific sub-account, one might use a SQL pattern such as: SELECT n.note_text, psa.effective_date FROM igs_fi_p_sa_notes psa, igs_ge_note n, hz_parties hp WHERE psa.reference_number = n.reference_number AND psa.party_id = hp.party_id AND psa.subaccount_id = :subaccount_id ORDER BY psa.effective_date DESC. Given the table's obsolete status, direct interaction in newer implementations is unlikely, and any such logic would have been migrated to supported data models.
Related Objects
The integrity and utility of the IGS_FI_P_SA_NOTES table are defined by its documented foreign key relationships. It is a dependent table that references three key master data tables:
- IGS_GE_NOTE: Joined via the
IGS_FI_P_SA_NOTES.REFERENCE_NUMBERcolumn. This relationship provides access to the actual textual content of the note. - HZ_PARTIES: Joined via the
IGS_FI_P_SA_NOTES.PARTY_IDcolumn. This links the note to the Trading Community Architecture (TCA) party record, which represents the student or related entity. - IGS_FI_SUBACCTS_ALL: Joined via the
IGS_FI_P_SA_NOTES.SUBACCOUNT_IDcolumn. This connects the note to the specific financial sub-account within the student system.
These relationships form the essential data model for retrieving comprehensive note information, combining account details, party identity, and note text in a single query path.
-
Table: IGS_FI_P_SA_NOTES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains any textual notes for a sub account and a person context. This tracks the notes with an effective date. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_P_SA_NOTES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_P_SA_NOTES, object_name:IGS_FI_P_SA_NOTES, status:VALID, product: IGS - Student System , description: Contains any textual notes for a sub account and a person context. This tracks the notes with an effective date. , implementation_dba_data: IGS.IGS_FI_P_SA_NOTES ,
-
APPS.IGS_FI_P_SA_NOTES_PKG dependencies on IGS_FI_P_SA_NOTES
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on IGS_FI_P_SA_NOTES
12.1.1
-
APPS.IGS_FI_P_SA_NOTES_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_P_SA_NOTES_V
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 ,
-
SYNONYM: APPS.IGS_FI_P_SA_NOTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_P_SA_NOTES, status:VALID,
-
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.HZ_PURGE_GEN dependencies on IGS_FI_PP_STD_ATTRS
12.1.1
-
TABLE: IGS.IGS_FI_P_SA_NOTES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_P_SA_NOTES, object_name:IGS_FI_P_SA_NOTES, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_P_SA_NOTES_PKG
12.1.1
-
APPS.IGS_FI_P_SA_NOTES_PKG dependencies on IGS_FI_P_SA_NOTES_PKG
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on IGS_FI_REFUNDS
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_P_SA_NOTES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_P_SA_NOTES_PKG, status:VALID,
-
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_FI_SUBACCTS_ALL
12.1.1
product: IGS - Student System , description: Stores information about each defined sub account. Each row contains information for a specific sub account, including name, description, receivables, revenue, cash and unapplied account details and receipt lockbox numbers that are assigned , implementation_dba_data: Not implemented in this database ,
-
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_FI_SUBACCTS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Stores information about each defined sub account. Each row contains information for a specific sub account, including name, description, receivables, revenue, cash and unapplied account details and receipt lockbox numbers that are assigned , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.HZ_PURGE_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_PURGE_GEN, status:VALID,
-
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
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
12.1.1 DBA Data
12.1.1
-
APPS.HZ_PURGE_GEN SQL Statements
12.1.1
-
PACKAGE BODY: APPS.HZ_PURGE_GEN
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'. ,