Search Results igs_en_psv_term_it
Overview
The IGS_EN_PSV_TERM_IT table is a core transactional data object within the Oracle E-Business Suite Student System (IGS) product family. It stores the Term Instruction Time Override for a Program in a Load Calendar. In practical terms, the table records deviations from the default instruction time applied to a specific course version within a particular load calendar, allowing institutions to model load or program-specific teaching-hour allocations without altering the underlying standard definitions.
The row's identity is established by a composite primary key, IGS_EN_PSV_TERM_IT_PK, which combines CAL_TYPE, SEQUENCE_NUMBER, COURSE_CD, and VERSION_NUMBER. Because the key is composed entirely of foreign key columns pointing to external parent entities, the heuristic Data Vault classification mined from the foreign key structure is link. Under this modeling suggestion, the table behaves as an associative construct resolving the many-to-many relationship between course versions and load calendar instances, carrying the descriptive attribute TERM_INSTRUCTION_TIME as its payload along with standard audit columns.
Key Information Stored
The ten documented columns group logically into identifying keys, a measure, and audit metadata:
CAL_TYPEandSEQUENCE_NUMBER— components of the load calendar instance reference. Together they resolve to a row inIGS_CA_INST_ALL.COURSE_CDandVERSION_NUMBER— components identifying the specific course version, resolving to a row inIGS_PS_VER_ALL.TERM_INSTRUCTION_TIME— the operative measure. This holds the overridden instruction time value that applies to the identified course version within the identified calendar instance.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— the standard Oracle audit columns present on virtually all transactional tables, supporting record provenance and change tracking.
There is no single surrogate (system-generated) primary key column here; the documented unique index IGS_EN_PSV_TERM_IT_PK serves as the business-key candidate, and all four of its constituents are also foreign key columns. This means every row is fully qualified by its parent references, and the descriptive payload is limited to TERM_INSTRUCTION_TIME.
Common Use Cases and Queries
Because the object records overrides, reporting scenarios typically compare the override against the standard instruction time held at the course-version or calendar level.
- Retrieving overrides for a specific course version:
SELECT CAL_TYPE, SEQUENCE_NUMBER, TERM_INSTRUCTION_TIME FROM IGS.IGS_EN_PSV_TERM_IT WHERE COURSE_CD = :course AND VERSION_NUMBER = :version; - Auditing unusual instruction times within a load calendar: filter by
CAL_TYPEandSEQUENCE_NUMBERand order byTERM_INSTRUCTION_TIME DESC. - Refresh/incremental extract based on audit columns:
WHERE LAST_UPDATE_DATE > :high_water_mark. - Referential integrity checks confirming that every
COURSE_CD/VERSION_NUMBERresolves to a valid course version and that every calendar key resolves to a valid calendar instance.
Related Objects
The following objects are most significant given the documented foreign key relationships:
IGS_CA_INST_ALL— parent calendar instance; joined onCAL_TYPEandSEQUENCE_NUMBER.IGS_PS_VER_ALL— parent course version; joined onCOURSE_CDandVERSION_NUMBER.- Program and curriculum tables in the IGS product family that resolve course versions to programs in a load calendar context.
- Public IGS APIs and concurrent programs that maintain course-version instruction time definitions, which typically supply the standard values compared against these overrides.
- Reporting views and BI extracts within the Student System that aggregate instruction time by calendar and program.
Any integration or extract touching this table should always join to both IGS_CA_INST_ALL and IGS_PS_VER_ALL to translate the key columns into human-readable calendar and course-version context.
-
Table: IGS_EN_PSV_TERM_IT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_PSV_TERM_IT, object_name:IGS_EN_PSV_TERM_IT, status:VALID, product: IGS - Student System , description: Term Instruction Time Override For a Program In a Load Calendar. , implementation_dba_data: IGS.IGS_EN_PSV_TERM_IT ,
-
Table: IGS_EN_PSV_TERM_IT
12.2.2
product: IGS - Student System (Obsolete) , description: Term Instruction Time Override For a Program In a Load Calendar. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_PSV_TERM_IT_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_EN_PSV_TERM_IT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_PSV_TERM_IT, status:VALID,
-
TABLE: IGS.IGS_EN_PSV_TERM_IT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_PSV_TERM_IT, object_name:IGS_EN_PSV_TERM_IT, status:VALID,
-
VIEW: APPS.IGS_EN_PSV_TERM_IT_V
12.1.1
-
View: IGS_EN_PSV_TERM_IT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Term Instruction Time Override For a Program In a Load Calendar. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_PSV_TERM_IT_PKG
12.1.1
-
View: IGS_EN_PSV_TERM_IT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_PSV_TERM_IT_V, object_name:IGS_EN_PSV_TERM_IT_V, status:VALID, product: IGS - Student System , description: Term Instruction Time Override For a Program In a Load Calendar. , implementation_dba_data: APPS.IGS_EN_PSV_TERM_IT_V ,
-
PACKAGE BODY: APPS.IGS_EN_PSV_TERM_IT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PSV_TERM_IT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_PELL_CALC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_PELL_CALC, status:VALID,
-
VIEW: APPS.IGS_EN_PSV_TERM_IT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_PSV_TERM_IT_V, object_name:IGS_EN_PSV_TERM_IT_V, status:VALID,
-
Table: IGS_PS_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_ALL, object_name:IGS_PS_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: IGS.IGS_PS_VER_ALL ,
-
PACKAGE BODY: APPS.IGS_PS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_001, status:VALID,
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_PSV_TERM_IT_PKG dependencies on IGS_EN_PSV_TERM_IT
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_EN_PSV_TERM_IT
12.1.1
-
APPS.IGF_GR_PELL_CALC SQL Statements
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_EN_PSV_TERM_IT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_FI_FTCI_ACCTS_PKG
12.1.1
-
APPS.IGS_EN_PSV_TERM_IT_PKG dependencies on IGS_EN_PSV_TERM_IT_PKG
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGF_GR_PELL_SETUP_PKG
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_RE_DFLT_MS_SET
12.1.1
-
APPS.IGS_PS_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VER_PKG
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_PS_VER
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_PELL_CALC
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'. ,