Search Results igs_ad_edugoal_int
Overview
The IGS_AD_EDUGOAL_INT table is an interface table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically belonging to the now-obsolete IGS (Student System) product. Its primary function is to serve as a staging area for data related to a person's educational goals during an interface or data loading process. Interface tables are critical in EBS architecture for managing the validation and transformation of data before it is transferred into the core transactional tables of the application. The "Not implemented in this database" status noted in the metadata suggests this specific table may not be instantiated in all deployments, indicating its use was likely tied to a particular, discontinued integration or data migration path.
Key Information Stored
The table's structure is designed to hold the raw or semi-processed interface records for educational goal information. The central identifier for each unique record in this interface queue is the INTERFACE_EDUGOAL_ID column, which serves as the table's primary key. A critical relational column is INTERFACE_PS_APPL_INST_ID. This foreign key links each educational goal interface record to its corresponding parent application institution record within the interface layer, specifically to the IGS_AD_PS_APPL_INST_INT table. This relationship ensures that educational goal data is correctly associated with the relevant application context during the interface process.
Common Use Cases and Queries
The principal use case for this table is the batch processing of educational goal data, typically sourced from an external system like a legacy student information system or a third-party application portal. A common operational pattern would involve an interface program or concurrent request that selects records from this table, performs necessary validation against EBS flexfields and code tables, and then moves the cleansed data into the target transactional tables. A typical diagnostic or monitoring query would check for records that have been in the interface table for an extended period, which may indicate a processing error.
SELECT interface_edugoal_id, interface_ps_appl_inst_id, creation_date
FROM igs_ad_edugoal_int
WHERE creation_date < SYSDATE - 1
AND NVL(process_status, 'PENDING') = 'PENDING';
Related Objects
The table maintains a defined relationship with one other interface object, as documented in the provided metadata. This relationship is essential for maintaining referential integrity within the interface layer.
- IGS_AD_PS_APPL_INST_INT: This is the primary parent table for IGS_AD_EDUGOAL_INT. The relationship is enforced via a foreign key where the column
IGS_AD_EDUGOAL_INT.INTERFACE_PS_APPL_INST_IDreferences a corresponding primary key in the IGS_AD_PS_APPL_INST_INT table. This links an educational goal to a specific application instance during data staging.
-
Table: 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, product: IGS - Student System , description: Stores interface details for person's educational goals , implementation_dba_data: IGS.IGS_AD_EDUGOAL_INT ,
-
View: IGS_AD_EDUGOAL_INT
12.2.2
product: IGS - Student System (Obsolete) , description: This view stores the Education Goals based on the corresponding Interface table. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_EDUGOAL_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Stores interface details for person's educational goals , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_EDUGOAL_INT
12.1.1
product: IGS - Student System , description: This view stores the Education Goals based on the corresponding Interface table. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_EDUGOAL_INT
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_EDUGOAL_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_EDUGOAL_INT
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_EDUGOAL
12.1.1
-
SYNONYM: APPS.IGS_AD_EDUGOAL_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_EDUGOAL_INT, status:VALID,
-
APPS.IGS_AD_IMP_010 SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_IMP_001
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on FND_MESSAGE
12.1.1
-
Table: IGS_AD_PS_APPL_INST_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_INT, object_name:IGS_AD_PS_APPL_INST_INT, status:VALID, product: IGS - Student System , description: Interface table that holds the application instance details for a person's application , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_INT ,
-
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_001 dependencies on IGS_AD_UNITSETS_INT
12.1.1
-
Table: IGS_AD_PS_APPL_INST_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Interface table that holds the application instance details for a person's application , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_NOTES_INT
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_INSTHIST_INT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_010
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_010, status:VALID,
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_IMP_010
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_015, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_001, status:VALID,
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_NOTES_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_UNITSETS_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_PERSTMT_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_FEE_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on FND_PROFILE
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_010
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_IMP_010
12.1.1
-
APPS.IGS_AD_IMP_015 SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on FND_LOG
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on FND_STATS
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_PS_APPL_INST_INT
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_GEN_016
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_015
12.1.1
-
APPS.IGS_AD_IMP_001 SQL Statements
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 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_001
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'. ,