Search Results igs_ad_appl_notes
Overview
The table IGS_AD_APPL_NOTES is a data object within the Oracle E-Business Suite, specifically belonging to the IGS (Student System) product family. As per the official ETRM documentation, its designated role is to hold details of applicant's notes. This table would typically serve as a repository for textual annotations, comments, or administrative remarks associated with an individual's application for admission. It is a core transactional table within the admissions module, enabling users to track and manage application-related communication and history. Critically, the metadata explicitly states the product module is "Obsolete" and that the table is "Not implemented in this database," indicating it may be a legacy object from an earlier version of the Student System that is no longer actively used or populated in standard Oracle EBS 12.1.1 or 12.2.2 implementations.
Key Information Stored
The table's primary key is APPL_NOTES_ID, a unique identifier for each note record. Its structure is designed to link notes to a specific application instance and categorize them by type. The foreign key relationships reveal the core data elements stored. To associate a note with an application, the table holds PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, and SEQUENCE_NUMBER, which together form a composite foreign key to IGS_AD_PS_APPL_INST_ALL. This defines the exact applicant and application. Furthermore, the NOTE_TYPE_ID column links to the IGS_AD_NOTE_TYPES table, classifying the note (e.g., interview summary, document follow-up, decision rationale). The table would also be expected to contain columns for the note text itself, creation date, and the user who created it.
Common Use Cases and Queries
In a functional system, this table would support operational reporting and audit trails for the admissions process. Common use cases include reviewing the complete communication history for a specific applicant, generating reports on notes of a particular type (e.g., all scholarship interview notes), or auditing user activity. A typical query would join IGS_AD_APPL_NOTES to the application and note type tables to retrieve a readable history. Given its obsolete status, direct operational use in current EBS 12.1.1/12.2.2 is unlikely. However, historical data migration or custom reporting on legacy data might involve this object. Sample SQL would focus on extracting legacy data:
- SELECT note_text, creation_date FROM igs_ad_appl_notes WHERE person_id = <applicant_id> ORDER BY creation_date;
- Joining to IGS_AD_NOTE_TYPES to filter by a specific note category.
Related Objects
The ETRM metadata defines clear dependencies for IGS_AD_APPL_NOTES. Its primary related object is IGS_AD_PS_APPL_INST_ALL, the central table for applicant application instances, to which it is a child table. The relationship is enforced via a foreign key on the composite application identifier. Secondly, it references IGS_AD_NOTE_TYPES for validation and description of the NOTE_TYPE_ID. As a table with a declared primary key (IGS_AD_APPL_NOTES_PK), it may also be referenced by other objects not listed in the provided excerpt. Any custom views or reports built to display applicant notes would inherently depend on this table as the core data source.
-
Table: IGS_AD_APPL_NOTES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details of applicant's notes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_APPL_NOTES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_NOTES, object_name:IGS_AD_APPL_NOTES, status:VALID, product: IGS - Student System , description: Holds details of applicant's notes , implementation_dba_data: IGS.IGS_AD_APPL_NOTES ,
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_APPL_NOTES
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_APPL_NOTES
12.1.1
-
APPS.IGS_AD_APPL_NOTES_PKG dependencies on IGS_AD_APPL_NOTES
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_APPL_NOTES
12.1.1
-
VIEW: APPS.IGSFV_ADM_APPL_NOTE
12.1.1
-
APPS.IGS_AD_APPL_NOTES_PKG dependencies on IGS_AD_APPL_NOTES_PKG
12.1.1
-
SYNONYM: APPS.IGS_AD_APPL_NOTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_NOTES, status:VALID,
-
VIEW: APPS.IGSBV_ADM_APPL_NOTE
12.1.1
-
APPS.IGS_AD_APPL_NOTES_PKG dependencies on IGS_AD_APPL_NOTES_S
12.1.1
-
APPS.IGS_AD_APPL_NOTES_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_APPL_NOTES_V
12.1.1
-
TABLE: IGS.IGS_AD_APPL_NOTES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_NOTES, object_name:IGS_AD_APPL_NOTES, status:VALID,
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_APPL
12.1.1
-
View: IGSBV_ADM_APPL_NOTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADM_APPL_NOTE, object_name:IGSBV_ADM_APPL_NOTE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_ADM_APPL_NOTE ,
-
View: IGS_AD_APPL_NOTES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_NOTE_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_NOTE_TYPES, object_name:IGS_AD_NOTE_TYPES, status:VALID, product: IGS - Student System , description: Holds setup details about note types , implementation_dba_data: IGS.IGS_AD_NOTE_TYPES ,
-
View: IGSFV_ADM_APPL_NOTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_APPL_NOTE, object_name:IGSFV_ADM_APPL_NOTE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_ADM_APPL_NOTE ,
-
Table: IGS_AD_NOTE_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds setup details about note types , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_APPL_NOTES_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGSBV_ADM_APPL_NOTE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ADM_APPL_NOTE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_APPL_NOTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_NOTES_V, object_name:IGS_AD_APPL_NOTES_V, status:VALID,
-
View: IGS_AD_APPL_NOTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_NOTES_V, object_name:IGS_AD_APPL_NOTES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_NOTES_V ,
-
PACKAGE BODY: APPS.IGS_AD_APPL_NOTES_PKG
12.1.1
-
APPS.IGS_AD_APPL_NOTES_PKG dependencies on IGS_GE_NOTE
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_APPL_NOTES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_APPL_NOTES_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_010
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_010, status:VALID,
-
VIEW: APPS.IGSBV_ADM_APPL_NOTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADM_APPL_NOTE, object_name:IGSBV_ADM_APPL_NOTE, status:VALID,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_ADM_APPL_NOTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_APPL_NOTE, object_name:IGSFV_ADM_APPL_NOTE, status:VALID,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI_FTR_OFFER, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_INT_RECONSIDER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_INT_RECONSIDER, status:VALID,
-
TABLE: IGS.IGS_AD_NOTES_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_NOTES_INT, object_name:IGS_AD_NOTES_INT, status:VALID,
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_APPL_NOTES_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_IMP_010 SQL Statements
12.1.1
-
APPS.IGS_AD_APPL_NOTES_PKG dependencies on FND_MESSAGE
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER SQL Statements
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_010
12.1.1