Search Results unit_details_id
Overview
The IGS_AD_TERM_UNITDTLS table is a core data structure within the Oracle E-Business Suite's now-obsolete Student System (IGS). It serves as a junction or detail table designed to manage the association between academic terms and the specific units (or courses) offered within those terms at an institution. Its primary role is to define which units are available for enrollment or planning during a given academic term, acting as a critical link in the academic catalog and scheduling model. The metadata explicitly indicates this table is "Not implemented in this database," which is a common ETRM notation signifying the underlying table may not be physically present in a standard installation, often due to product localization, customization, or the module's obsolete status. However, its defined structure remains essential for understanding the intended data model.
Key Information Stored
The table's structure centers on identifiers that link to parent entities and define unit characteristics for a term. The most critical column is UNIT_DETAILS_ID, which serves as the table's primary unique identifier. The TERM_DETAILS_ID column is a foreign key linking to the IGS_AD_TERM_DETAILS table, anchoring the unit offering to a specific academic term. The UNIT column identifies the specific academic unit or course code. Another significant attribute is UNIT_DIFFICULTY, a foreign key to IGS_AD_CODE_CLASSES, which was likely used to classify the unit's level or complexity (e.g., introductory, advanced) within the context of that term.
Common Use Cases and Queries
This table would have been central to processes involving term-based academic planning. A primary use case would be generating a catalog of units available for a given term, essential for student enrollment and advisor planning. Reporting on unit offerings across multiple terms to analyze curriculum trends would also rely on this data. Sample queries would typically join to the term and unit master tables. For instance, to list all units for a specific term, a query might pattern: SELECT ut.unit, ut.unit_difficulty FROM igs_ad_term_unitdtls ut JOIN igs_ad_term_details td ON ut.term_details_id = td.term_details_id WHERE td.term_code = 'FALL2024';. Another common pattern would involve retrieving the UNIT_DETAILS_ID for integration with related standardized unit data in the IGS_AV_STND_UNIT tables.
Related Objects
Based on the provided foreign key metadata, IGS_AD_TERM_UNITDTLS has defined relationships with several key tables in the obsolete Student System model:
- IGS_AD_TERM_DETAILS: The parent table for term information. Joined via TERM_DETAILS_ID.
- IGS_AD_CODE_CLASSES: A lookup table for classifying the unit's difficulty level. Joined via UNIT_DIFFICULTY.
- IGS_AV_STND_UNIT_LVL_ALL and IGS_AV_STND_UNIT_ALL: These tables store standardized unit data and reference IGS_AD_TERM_UNITDTLS via its primary key, UNIT_DETAILS_ID. This indicates that term-specific unit details could be linked to broader, standardized unit definitions.
-
APPS.IGS_AV_VAL_ASULEB dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AV_VAL_ASULEB dependencies on IGS_AV_STND_UNIT_ALL
12.1.1
-
APPS.IGS_AV_VAL_ASULEB SQL Statements
12.1.1
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AD_TERM_UNITDTLS
12.1.1
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_AD_TRANSCRIPT
12.1.1
-
APPS.IGS_AV_VAL_ASULEB dependencies on IGS_AD_TERM_UNITDTLS
12.1.1
-
Table: IGS_AD_TERM_UNITDTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds term unit details for institution , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TUNDT_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TUNDT_INT
12.1.1
product: IGS - Student System , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_AD_TERM_DETAILS
12.1.1
-
Table: IGS_AD_TERM_UNITDTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TERM_UNITDTLS, object_name:IGS_AD_TERM_UNITDTLS, status:VALID, product: IGS - Student System , description: Holds term unit details for institution , implementation_dba_data: IGS.IGS_AD_TERM_UNITDTLS ,
-
TABLE: IGS.IGS_AD_TERM_UNITDTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TERM_UNITDTLS, object_name:IGS_AD_TERM_UNITDTLS, status:VALID,
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_CA_INST
12.1.1
-
TABLE: IGS.IGS_AD_TUNDT_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_TUNDT_INT_ALL_OLD, status:VALID,
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_AD_TERM_UNITDTLS_PKG
12.1.1
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AD_TST_RSLT_DTLS
12.1.1
-
VIEW: APPS.IGSBV_TRANSCRIPT_TERM_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_TRANSCRIPT_TERM_UNITS, object_name:IGSBV_TRANSCRIPT_TERM_UNITS, status:VALID,
-
APPS.IGS_AD_TERM_UNITDTLS_PKG dependencies on IGS_AD_TERM_UNITDTLS
12.1.1
-
VIEW: APPS.IGS_AD_TERM_UNITDTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TERM_UNITDTLS_V, object_name:IGS_AD_TERM_UNITDTLS_V, status:VALID,
-
VIEW: APPS.IGS_AV_ACAD_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_ACAD_HISTORY_V, object_name:IGS_AV_ACAD_HISTORY_V, status:VALID,
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL, object_name:IGS_AV_STND_UNIT_LVL, status:VALID,
-
VIEW: APPS.IGSFV_TRANSCRIPT_TERM_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_TRANSCRIPT_TERM_UNITS, object_name:IGSFV_TRANSCRIPT_TERM_UNITS, status:VALID,
-
View: IGS_AD_TERM_UNITDTLS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AV_STND_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT, object_name:IGS_AV_STND_UNIT, status:VALID,
-
Table: IGS_AV_STND_UNIT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a unit granted as advanced standing , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TERM_UNITDTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TERM_UNITDTLS_V, object_name:IGS_AD_TERM_UNITDTLS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TERM_UNITDTLS_V ,
-
APPS.IGS_AD_TERM_UNITDTLS_PKG SQL Statements
12.1.1
-
View: IGSFV_TRANSCRIPT_TERM_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains transcript term unit details for institution , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STND_UNIT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_ALL, object_name:IGS_AV_STND_UNIT_ALL, status:VALID, product: IGS - Student System , description: Describes a unit granted as advanced standing , implementation_dba_data: IGS.IGS_AV_STND_UNIT_ALL ,
-
View: IGSBV_TRANSCRIPT_TERM_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_TRANSCRIPT_TERM_UNITS, object_name:IGSBV_TRANSCRIPT_TERM_UNITS, status:VALID, product: IGS - Student System , description: Contains transcript term unit details for institution , implementation_dba_data: APPS.IGSBV_TRANSCRIPT_TERM_UNITS ,
-
VIEW: APPS.IGS_AV_STND_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_V, object_name:IGS_AV_STND_UNIT_V, status:VALID,
-
View: IGSBV_AV_ADV_STND_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADV_STND_UNIT, object_name:IGSBV_AV_ADV_STND_UNIT, status:VALID, product: IGS - Student System , description: Describes a unit granted as advanced standing. , implementation_dba_data: APPS.IGSBV_AV_ADV_STND_UNIT ,
-
View: IGSBV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSBV_AV_ADV_STND_UNIT_LEVEL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: APPS.IGSBV_AV_ADV_STND_UNIT_LEVEL ,
-
View: IGSBV_AV_ADV_STND_UNIT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_TRANSCRIPT_TERM_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains transcript term unit details for institution , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AV_STND_UNIT_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_DTL_V, object_name:IGS_AV_STND_UNIT_DTL_V, status:VALID,
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_V, object_name:IGS_AV_STND_UNIT_LVL_V, status:VALID,
-
View: IGSFV_TRANSCRIPT_TERM_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_TRANSCRIPT_TERM_UNITS, object_name:IGSFV_TRANSCRIPT_TERM_UNITS, status:VALID, product: IGS - Student System , description: Contains transcript term unit details for institution , implementation_dba_data: APPS.IGSFV_TRANSCRIPT_TERM_UNITS ,
-
PACKAGE BODY: APPS.IGS_AV_VAL_ASULEB
12.1.1
-
TABLE: IGS.IGS_AV_STND_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_ALL, object_name:IGS_AV_STND_UNIT_LVL_ALL, status:VALID,
-
Table: IGS_AV_STND_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_ALL, object_name:IGS_AV_STND_UNIT_LVL_ALL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level , implementation_dba_data: IGS.IGS_AV_STND_UNIT_LVL_ALL ,
-
View: IGSBV_AV_ADV_STND_UNIT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a unit granted as advanced standing. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STND_UNIT_LVL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AV_STND_UNIT_LVL_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_AV_STND_UNIT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_ALL, object_name:IGS_AV_STND_UNIT_ALL, status:VALID,
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_AV_VAL_ASULEB dependencies on FND_GLOBAL
12.1.1
-
APPS.IGS_AD_TERM_UNITDTLS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGS_AV_STND_UNIT_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_V, object_name:IGS_AV_STND_UNIT_LVL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_UNIT_LVL_V ,
-
View: IGS_AV_ACAD_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_ACAD_HISTORY_V, object_name:IGS_AV_ACAD_HISTORY_V, status:VALID, product: IGS - Student System , description: This view contains the Academic History of the student. , implementation_dba_data: APPS.IGS_AV_ACAD_HISTORY_V ,