Search Results igs_ad_unitsets_int
Overview
The IGS_AD_UNITSETS_INT table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically designed for the Admissions process. It functions as an interface or staging table that temporarily holds an applicant's desired unit set details during the application import or data loading phase. Its primary role is to facilitate the transfer and validation of unit set preference data from external sources into the main transactional tables of the Student System, ensuring data integrity before it is processed into the live application records.
Key Information Stored
The table's central purpose is to store unit set preferences linked to a specific application instance within the interface. The primary key, INTERFACE_UNITSETS_ID, uniquely identifies each unit set preference record in this staging area. The most critical foreign key column is INTERFACE_PS_APPL_INST_ID, which ties each unit set record to a corresponding application instance record in the related interface table (IGS_AD_PS_APPL_INST_INT). While the provided metadata does not list all columns, typical data stored would include identifiers for the desired unit set (e.g., a code or name), a sequence or preference order, and status flags indicating the processing state of the interface record.
Common Use Cases and Queries
The primary use case involves batch data loading for admissions. An external system, such as a portal, submits application data, including unit set choices, which populate this interface table. Administrators or concurrent programs then run validation and import processes to move this data into the production tables. Common queries against this table are typically for monitoring and troubleshooting the interface queue. For example, a query to find all pending unit set preferences for a specific application batch would join on the application instance interface table using the documented foreign key.
SELECT usint.*
FROM igs.igs_ad_unitsets_int usint,
igs.igs_ad_ps_appl_inst_int aint
WHERE usint.interface_ps_appl_inst_id = aint.interface_ps_appl_inst_id
AND aint.batch_id = '&BATCH_NUMBER'
AND usint.status = 'PENDING';
Related Objects
The table has defined relationships with other key interface tables in the Admissions schema, as per the provided metadata.
- Primary Key: IGS_AD_UNITSETS_INT_PK on column INTERFACE_UNITSETS_ID.
- Foreign Key (References): The table contains a foreign key column (INTERFACE_PS_APPL_INST_ID) that references the primary key of the IGS_AD_PS_APPL_INST_INT table. This establishes that every unit set preference must be associated with a valid application instance record within the interface layer.
This relationship is fundamental, ensuring that unit set data is not orphaned and is correctly scoped to a specific applicant's submission before being processed into the core system.
-
Table: IGS_AD_UNITSETS_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant's desired unit set details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_UNITSETS_INT
12.1.1
product: IGS - Student System , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_UNITSETS_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_UNITSETS_INT, object_name:IGS_AD_UNITSETS_INT, status:VALID, product: IGS - Student System , description: Holds applicant's desired unit set details , implementation_dba_data: IGS.IGS_AD_UNITSETS_INT ,
-
View: IGS_AD_UNITSETS_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_UNITSETS_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_UNITSETS_INT
12.1.1
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_UNITSETS_INT
12.1.1
-
APPS.IGS_AD_IMP_010 SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_AD_UNITSETS_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_UNITSETS_INT, status:VALID,
-
APPS.IGS_AD_IMP_010 dependencies on IGS_AD_IMP_001
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_INSTHIST_INT
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_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_EDUGOAL_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_010 dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_010
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_IMP_010
12.1.1
-
TABLE: IGS.IGS_AD_UNITSETS_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_UNITSETS_INT, object_name:IGS_AD_UNITSETS_INT, status:VALID,
-
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_EDUGOAL_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on IGS_AD_SPLTAL_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
-
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 IGS_AD_PS_APPL_INST_INT
12.1.1
-
APPS.IGS_AD_IMP_015 dependencies on FND_STATS
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'. ,