Search Results unit_field_of_study_id
Overview
The IGS_PS_UNIT_FLD_STDY table is a core data entity within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (formerly Campus Solutions) product. It functions as a relational junction table within the IGS (iGrants) schema, formally capturing the association between academic units (courses/subjects) and defined fields of study. Its primary role is to maintain the structural relationships that define how units are categorized within broader academic disciplines, which is essential for curriculum management, program requirements, reporting, and academic analytics.
Key Information Stored
The table stores the unique linkage between a unit and a field of study, alongside standard audit information. The critical columns are:
- UNIT_FIELD_OF_STUDY_ID: The primary key and unique sequence identifier for each relationship record.
- UNIT_CODE and VERSION_NUMBER: Together, these identify the specific version of the academic unit. They form a foreign key reference to the unit definition.
- FIELD_OF_STUDY: The code representing the academic discipline or area to which the unit is mapped. This column references the master list of fields of study.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN: Standard Oracle EBS "Who" columns for auditing record creation and modifications.
Common Use Cases and Queries
This table is central to queries that analyze unit offerings by academic discipline. Common use cases include generating reports on unit coverage across different fields of study, validating curriculum structures, and supporting data for accreditation. A fundamental query to retrieve all mappings for a specific unit would be:
SELECT ufs.UNIT_FIELD_OF_STUDY_ID, ufs.UNIT_CODE, ufs.VERSION_NUMBER, ufs.FIELD_OF_STUDY, fos.MEANING
FROM IGS.IGS_PS_UNIT_FLD_STDY ufs
JOIN IGS_PS_FLD_OF_STUDY_ALL fos ON ufs.FIELD_OF_STUDY = fos.FIELD_OF_STUDY
WHERE ufs.UNIT_CODE = 'MATH101'
ORDER BY ufs.FIELD_OF_STUDY;
Another typical pattern is to list all units associated with a particular field of study for program requirement analysis or catalog publication. The unique index on UNIT_FIELD_OF_STUDY_ID ensures data integrity for these operations.
Related Objects
The IGS_PS_UNIT_FLD_STDY table is defined by its relationships to master data tables, as documented in its foreign key constraints:
- Primary Key: IGS_PS_UNIT_FLD_STDY_PK on the UNIT_FIELD_OF_STUDY_ID column.
- Foreign Key Reference to Unit Master: The combination of UNIT_CODE and VERSION_NUMBER references the IGS_PS_UNIT_VER_ALL table, ensuring the mapped unit is valid.
- Foreign Key Reference to Field of Study Master: The FIELD_OF_STUDY column references the IGS_PS_FLD_OF_STUDY_ALL table, ensuring the discipline code exists in the controlled list.
These relationships position the table as a critical junction in the data model between the core definitions of academic units (IGS_PS_UNIT_VER_ALL) and the taxonomy of academic disciplines (IGS_PS_FLD_OF_STUDY_ALL).
-
TABLE: IGS.IGS_PS_UNIT_FLD_STDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_FLD_STDY, object_name:IGS_PS_UNIT_FLD_STDY, status:VALID,
-
VIEW: APPS.IGSBV_UNIT_FIELD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_FIELD_OF_STUDIES, object_name:IGSBV_UNIT_FIELD_OF_STUDIES, status:VALID,
-
APPS.IGS_PS_UNIT_FLD_STDY_PKG dependencies on IGS_PS_UNIT_FLD_STDY
12.1.1
-
View: IGS_PS_UNIT_FLD_STDY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_FLD_STDY_V, object_name:IGS_PS_UNIT_FLD_STDY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_FLD_STDY_V ,
-
VIEW: APPS.IGSFV_UNIT_FIELD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_FIELD_OF_STUDIES, object_name:IGSFV_UNIT_FIELD_OF_STUDIES, status:VALID,
-
View: IGSFV_UNIT_FIELD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_FIELD_OF_STUDIES, object_name:IGSFV_UNIT_FIELD_OF_STUDIES, status:VALID, product: IGS - Student System , description: This is the full view, which describes the Field of Study with details unit code, version number, unit title, field of study and field of study description , implementation_dba_data: APPS.IGSFV_UNIT_FIELD_OF_STUDIES ,
-
View: IGSBV_UNIT_FIELD_OF_STUDIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the Unit Field Of Study with details unit code, version number and field of study , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_FLD_STDY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_FLD_STDY_V, object_name:IGS_PS_UNIT_FLD_STDY_V, status:VALID,
-
Table: IGS_PS_UNIT_FLD_STDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_FLD_STDY, object_name:IGS_PS_UNIT_FLD_STDY, status:VALID, product: IGS - Student System , description: To capture the relation between Units & Fields of Study , implementation_dba_data: IGS.IGS_PS_UNIT_FLD_STDY ,
-
APPS.IGS_PS_UNIT_FLD_STDY_PKG SQL Statements
12.1.1
-
Table: IGS_PS_UNIT_FLD_STDY
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the relation between Units & Fields of Study , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UNIT_FIELD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_FIELD_OF_STUDIES, object_name:IGSBV_UNIT_FIELD_OF_STUDIES, status:VALID, product: IGS - Student System , description: This is the base view, which describes the Unit Field Of Study with details unit code, version number and field of study , implementation_dba_data: APPS.IGSBV_UNIT_FIELD_OF_STUDIES ,
-
View: IGS_PS_UNIT_FLD_STDY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_FIELD_OF_STUDIES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the Field of Study with details unit code, version number, unit title, field of study and field of study description , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_FLD_STDY_PKG
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'. ,