Search Results igs_ad_edugoal
Overview
IGS_AD_EDUGOAL is an Oracle E-Business Suite table owned by the IGS schema and delivered as part of the Student System (IGS) product family. It stores data about a person's educational goal, capturing the stated academic objective associated with an applicant or learner record. Within the EBS 12.1.1 and 12.2.2 data models, it functions as a transactional detail table that links an individual to the goal, course, and application context in which that goal was declared.
From a heuristic Data Vault modeling perspective, the mined foreign-key structure classifies this object as a link. The table does not appear to hold the master identity of a person or an application; instead it records the association between an institutional person, an admission application, a nominated course, and an education goal code. A Data Vault implementation would therefore likely place IGS_AD_EDUGOAL as a link table joining existing hubs for person, application, and code class, with descriptive and audit attributes maintained in a satellite.
Key Information Stored
The table is documented with eleven physical columns. The surrogate primary key is POST_EDUGOAL_ID, enforced through the unique constraint IGS_AD_EDUGOAL_PK. A second unique index, IGS_AD_EDUGOAL_U1, defines the business-key candidate as the composite of ADMISSION_APPL_NUMBER, EDU_GOAL_ID, NOMINATED_COURSE_CD, PERSON_ID, and SEQUENCE_NUMBER. This composite guarantees that a given person-application-goal-course combination is not duplicated for the same sequence.
- POST_EDUGOAL_ID — surrogate primary key uniquely identifying each educational goal record.
- PERSON_ID — identifies the individual whose educational goal is recorded; participates in the foreign key to IGS_AD_PS_APPL_INST_ALL.
- ADMISSION_APPL_NUMBER — the admission application number linking the goal to a specific application instance.
- NOMINATED_COURSE_CD — the course nominated or selected in relation to the educational goal.
- SEQUENCE_NUMBER — orders multiple goal entries within the same person and application context.
- EDU_GOAL_ID — the education goal code, validated against IGS_AD_CODE_CLASSES.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns recording who created and last modified the row.
Common Use Cases and Queries
Typical reporting and integration scenarios resolve the education goal declared by an applicant at the point of admission. A common join retrieves the goal code description for a person-application pair:
- Joining IGS_AD_EDUGOAL to IGS_AD_CODE_CLASSES on EDU_GOAL_ID = CODE_CLASSES.EDU_GOAL_ID (via the documented FK path) to translate the goal into a display value.
- Joining to IGS_AD_PS_APPL_INST_ALL on PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, and SEQUENCE_NUMBER to reconcile the goal with its application record.
- Aggregating goals by nominated course to support recruitment and admission funnel analysis.
- Auditing changes using LAST_UPDATE_DATE and LAST_UPDATED_BY for data governance and ETL delta extraction.
Queries should filter on PERSON_ID or POST_EDUGOAL_ID to exploit the primary and unique index access paths efficiently.
Related Objects
The most significant related objects are dictated by the documented foreign keys and unique index columns:
- IGS_AD_CODE_CLASSES — referenced by IGS_AD_EDUGOAL.EDU_GOAL_ID; supplies valid education goal codes.
- IGS_AD_PS_APPL_INST_ALL — referenced by PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, and SEQUENCE_NUMBER; the source application instance record.
- IGS_AD_EDUGOAL_PK — the primary key constraint on POST_EDUGOAL_ID.
- IGS_AD_EDUGOAL_U1 — the unique index enforcing the composite business key.
- Person and application hub equivalents within the IGS student model, which depend on this link to express goal participation.
-
Table: IGS_AD_EDUGOAL
12.2.2
product: IGS - Student System (Obsolete) , description: Stores data about person's educational goal , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_EDUGOAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_EDUGOAL, object_name:IGS_AD_EDUGOAL, status:VALID, product: IGS - Student System , description: Stores data about person's educational goal , implementation_dba_data: IGS.IGS_AD_EDUGOAL ,
-
TABLE: IGS.IGS_AD_EDUGOAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_EDUGOAL, object_name:IGS_AD_EDUGOAL, status:VALID,
-
SYNONYM: APPS.IGS_AD_EDUGOAL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_EDUGOAL, status:VALID,
-
APPS.IGS_AD_EDUGOAL_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_EDU_GOAL_V
12.1.1
-
VIEW: APPS.IGSBV_AD_APPL_EDUGOAL
12.1.1
-
VIEW: APPS.IGSFV_AD_APPL_EDUGOAL
12.1.1
-
View: IGS_AD_EDU_GOAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_EDU_GOAL_V, object_name:IGS_AD_EDU_GOAL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_EDU_GOAL_V ,
-
View: IGSBV_AD_APPL_EDUGOAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_APPL_EDUGOAL, object_name:IGSBV_AD_APPL_EDUGOAL, status:VALID, product: IGS - Student System , description: Holds information about a person's educational goal after enrollment , implementation_dba_data: APPS.IGSBV_AD_APPL_EDUGOAL ,
-
View: IGSFV_AD_APPL_EDUGOAL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_EDU_GOAL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_APPL_EDUGOAL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about a person's educational goal after enrollment , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_EDUGOAL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_EDUGOAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_EDUGOAL_PKG, status:VALID,
-
View: IGSFV_AD_APPL_EDUGOAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_EDUGOAL, object_name:IGSFV_AD_APPL_EDUGOAL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_APPL_EDUGOAL ,
-
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_AD_APPL_EDUGOAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_APPL_EDUGOAL, object_name:IGSBV_AD_APPL_EDUGOAL, status:VALID,
-
VIEW: APPS.IGS_AD_EDU_GOAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_EDU_GOAL_V, object_name:IGS_AD_EDU_GOAL_V, status:VALID,
-
Table: IGS_AD_CODE_CLASSES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: Not implemented in this database ,
-
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_AD_APPL_EDUGOAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_EDUGOAL, object_name:IGSFV_AD_APPL_EDUGOAL, 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,
-
Table: IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID, product: IGS - Student System , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: IGS.IGS_AD_CODE_CLASSES ,
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, 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_EDUGOAL_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_EDUGOAL_INT, object_name:IGS_AD_EDUGOAL_INT, status:VALID,
-
APPS.IGS_AD_IMP_010 SQL Statements
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_EDUGOAL
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_EDUGOAL
12.1.1
-
APPS.IGS_AD_EDUGOAL_PKG dependencies on IGS_AD_EDUGOAL
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_EDUGOAL
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_EDUGOAL
12.1.1
-
12.1.1 DBA Data
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
-
APPS.IGS_AD_EDUGOAL_PKG dependencies on IGS_AD_EDUGOAL_PKG
12.1.1
-
APPS.IGS_AD_EDUGOAL_PKG dependencies on IGS_SC_GEN_001
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
-
APPS.IGS_AD_EDUGOAL_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_EDUGOAL_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_INT_RECONSIDER
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'. ,
-
12.1.1 DBA Data
12.1.1