Search Results igs_as_exm_ses_vn_sp
Overview
The table IGS_AS_EXM_SES_VN_SP is a data object within the Oracle E-Business Suite (EBS) Student System (IGS) module, which is documented as obsolete. Its core function is to establish and manage the assignment of examination supervisors to specific venues for scheduled examination sessions. This table acts as a junction entity, linking the supervisor, the examination session, and the physical venue to ensure proper logistical oversight during examinations. It is a critical component for administering the examination process, though its implementation status is noted as "Not implemented in this database" in the provided metadata, indicating it may be a legacy or planned structure in the referenced EBS versions (12.1.1 / 12.2.2).
Key Information Stored
The table's structure is defined by a composite primary key and several foreign keys. The primary key uniquely identifies a supervisor's assignment for a specific session at a specific venue and time. Important columns include:
- PERSON_ID: References the unique identifier for the assigned examination supervisor.
- EXAM_CAL_TYPE, EXAM_CI_SEQUENCE_NUMBER: Identify the examination calendar and sequence, defining the academic period.
- DT_ALIAS, DAI_SEQUENCE_NUMBER, START_TIME, END_TIME: Define the specific date, alias, sequence, and time window for the examination session.
- VENUE_CD: The code for the specific examination venue.
- EXAM_SUPERVISOR_TYPE: A code classifying the type or role of the supervisor (e.g., head supervisor, invigilator).
Common Use Cases and Queries
This table supports operational reporting and validation for examination logistics. A common use case is generating a supervisor schedule or roster for a given examination period to ensure all venues are adequately staffed. Another is validating supervisor assignments against their availability or authorized supervisor types. A typical query would join this table with supervisor and venue details to list all assignments for a specific exam session.
SELECT esp.PERSON_ID, esp.VENUE_CD, esp.START_TIME, esp.END_TIME, esp.EXAM_SUPERVISOR_TYPE FROM IGS_AS_EXM_SES_VN_SP esp WHERE esp.EXAM_CAL_TYPE = :p_cal_type AND esp.EXAM_CI_SEQUENCE_NUMBER = :p_sequence_num ORDER BY esp.VENUE_CD, esp.START_TIME;
Administrators might also query to find conflicts, such as a supervisor assigned to multiple venues with overlapping times.
Related Objects
The table maintains defined foreign key relationships with two core supervisor-related tables, as documented in the ETRM metadata:
- IGS_AS_EXM_SUPRVISOR_ALL: Linked via the PERSON_ID column. This relationship retrieves the detailed personal and employment information for the assigned supervisor.
- IGS_AS_EXM_SPRVSRTYP: Linked via the EXAM_SUPERVISOR_TYPE column. This relationship provides the valid description and rules associated with the supervisor's role type.
These relationships are essential for enforcing data integrity and enabling comprehensive joins in reports that require supervisor names or role descriptions alongside the session assignment data.
-
Table: IGS_AS_EXM_SES_VN_SP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes linking of examination supervisor to examination session venue , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_EXM_SES_VN_SP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_SES_VN_SP, object_name:IGS_AS_EXM_SES_VN_SP, status:VALID, product: IGS - Student System , description: Describes linking of examination supervisor to examination session venue , implementation_dba_data: IGS.IGS_AS_EXM_SES_VN_SP ,
-
APPS.IGS_AS_EXM_SES_VN_SP_PKG dependencies on IGS_AS_EXM_SES_VN_SP
12.1.1
-
APPS.IGS_AS_VAL_EIS dependencies on IGS_AS_EXM_SES_VN_SP
12.1.1
-
APPS.IGS_AS_VAL_ESVS dependencies on IGS_AS_EXM_SES_VN_SP
12.1.1
-
APPS.IGS_AS_GEN_001 dependencies on IGS_AS_EXM_SES_VN_SP
12.1.1
-
SYNONYM: APPS.IGS_AS_EXM_SES_VN_SP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_EXM_SES_VN_SP, status:VALID,
-
APPS.IGS_AS_EXM_SES_VN_SP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_EXM_SES_VN_SP_V
12.1.1
-
APPS.IGS_AS_VAL_EIS dependencies on IGS_AS_EXM_INS_SPVSR
12.1.1
-
Table: IGS_AS_EXM_SPRVSRTYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_SPRVSRTYP, object_name:IGS_AS_EXM_SPRVSRTYP, status:VALID, product: IGS - Student System , description: Describes types of examination supervisors , implementation_dba_data: IGS.IGS_AS_EXM_SPRVSRTYP ,
-
PACKAGE BODY: APPS.IGS_AS_EXM_SES_VN_SP_PKG
12.1.1
-
Table: IGS_AS_EXM_SUPRVISOR_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_SUPRVISOR_ALL, object_name:IGS_AS_EXM_SUPRVISOR_ALL, status:VALID, product: IGS - Student System , description: Describes occurrence of examination supervisor , implementation_dba_data: IGS.IGS_AS_EXM_SUPRVISOR_ALL ,
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_EXM_SES_VN_SP_PKG
12.1.1
-
Table: IGS_AS_EXM_SPRVSRTYP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes types of examination supervisors , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_GEN_001 dependencies on IGS_AS_EXAM_SESSION_V
12.1.1
-
TABLE: IGS.IGS_AS_EXM_SES_VN_SP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_SES_VN_SP, object_name:IGS_AS_EXM_SES_VN_SP, status:VALID,
-
APPS.IGS_AS_VAL_ESVS dependencies on IGS_CA_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_VAL_EIS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_EIS, status:VALID,
-
APPS.IGS_AS_EXM_SES_VN_SP_PKG dependencies on IGS_AS_EXM_SES_VN_SP_PKG
12.1.1
-
APPS.IGS_AS_VAL_ESVS SQL Statements
12.1.1
-
Table: IGS_AS_EXM_SUPRVISOR_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes occurrence of examination supervisor , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_VAL_EIS dependencies on IGS_AS_EXM_SPRVSRTYP
12.1.1
-
APPS.IGS_AS_VAL_EIS dependencies on IGS_AS_EXAM_SESSION
12.1.1
-
View: IGS_AS_EXM_SES_VN_SP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXM_SES_VN_SP_V, object_name:IGS_AS_EXM_SES_VN_SP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_EXM_SES_VN_SP_V ,
-
APPS.IGS_AS_VAL_EIS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_VAL_ESVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_ESVS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_EXM_SES_VN_SP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_EXM_SES_VN_SP_PKG, status:VALID,
-
View: IGS_AS_EXM_SES_VN_SP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_VAL_EIS dependencies on IGS_AS_EXM_SUPRVISOR
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_001, status:VALID,
-
VIEW: APPS.IGS_AS_EXM_SES_VN_SP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXM_SES_VN_SP_V, object_name:IGS_AS_EXM_SES_VN_SP_V, status:VALID,
-
APPS.IGS_AS_VAL_ESVS dependencies on IGS_GR_VENUE
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_VAL_EIS
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_AS_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_VAL_ESVS
12.1.1
-
APPS.IGS_AS_VAL_ESVS dependencies on IGS_GE_GEN_003
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
-
PACKAGE BODY: APPS.IGS_AS_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_006
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'. ,