Search Results exam_location_cd
Overview
The IGS_AS_EXM_LOC_SPVSR table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically in the IGS (Oracle Student Management) product family. It serves a critical administrative function in the examination management process by defining the association between examination supervisors and the specific locations where they are available to proctor exams. This table acts as a junction or intersection entity, resolving the many-to-many relationship between supervisors and examination locations. Its primary role is to maintain a definitive roster of qualified personnel for each exam venue, ensuring proper staffing and logistical planning for assessment events.
Key Information Stored
The table stores a concise set of columns focused on the supervisor-location relationship and standard audit information. The two primary business keys form the table's unique identifier. The PERSON_ID column holds a unique numeric identifier for the supervisor, linking to the broader supervisor master data. The EXAM_LOCATION_CD column stores the alphanumeric code (up to 10 characters) that identifies a specific examination location, such as a building, campus, or city. This code represents a venue where the linked supervisor is authorized and scheduled to work. The remaining columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) are standard EBS "Who" columns that provide essential audit trails for compliance and data governance, recording who created or last modified each record and when.
Common Use Cases and Queries
This table is central to operational reporting and validation processes within the exam scheduling module. A common use case is generating a supervisor availability report for a specific exam period or location. Administrators can query this table to list all supervisors assigned to a particular venue or to verify a specific supervisor's authorized locations before creating an exam schedule. The table is also crucial for ensuring data integrity when scheduling exams, as the system can validate that a supervisor assigned to an exam session is indeed linked to that session's location. A typical query pattern involves joining to the supervisor and location master tables for descriptive information.
- Find all supervisors for a location:
SELECT * FROM igs.igs_as_exm_loc_spvsr WHERE exam_location_cd = '&LOCATION_CODE'; - List all locations for a supervisor:
SELECT exam_location_cd FROM igs.igs_as_exm_loc_spvsr WHERE person_id = &SUPERVISOR_ID; - Report with descriptive joins:
SELECT spv.person_id, sup.name, spv.exam_location_cd, loc.location_name FROM igs.igs_as_exm_loc_spvsr spv JOIN igs.igs_as_exm_suprvisor_all sup ON spv.person_id = sup.person_id JOIN igs_ad_location_all loc ON spv.exam_location_cd = loc.location_cd;
Related Objects
The IGS_AS_EXM_LOC_SPVSR table maintains defined foreign key relationships with master data tables, ensuring referential integrity. It is a dependent object that references two key parent tables. The PERSON_ID column is a foreign key referencing the IGS_AS_EXM_SUPRVISOR_ALL table, which contains the comprehensive master record for each examination supervisor, including personal and employment details. The EXAM_LOCATION_CD column is a foreign key referencing the IGS_AD_LOCATION_ALL table, the master repository for all physical location definitions within the institution. The table itself is referenced by the APPS synonym IGS_AS_EXM_LOC_SPVSR, which is the standard access point for all application code and queries within the EBS environment, abstracting the underlying schema owner (IGS).
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_USEC_AS
12.1.1
-
TABLE: IGS.IGS_AS_EXM_LOC_SPVSR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_LOC_SPVSR, object_name:IGS_AS_EXM_LOC_SPVSR, status:VALID,
-
APPS.IGS_EN_GET_SUAEH_DTL dependencies on IGS_GE_DATE
12.1.1
-
APPS.IGS_OR_VAL_LOC SQL Statements
12.1.1
-
APPS.IGS_EN_GET_SCAEH_DTL SQL Statements
12.1.1
-
APPS.IGS_EN_GET_SUAEH_DTL SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_VENUES
12.1.1
-
APPS.IGS_AS_EXM_LOC_SPVSR_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_EXM_LOC_SPVSR_PKG dependencies on IGS_AS_EXM_LOC_SPVSR
12.1.1
-
APPS.IGS_OR_VAL_LOC dependencies on IGS_GR_VENUE
12.1.1
-
VIEW: APPS.IGS_AS_SUA_H_V
12.1.1
-
View: IGS_AS_SUA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_H_V, object_name:IGS_AS_SUA_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student unit attempt history with the current student unit attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_AS_SUA_H_V ,
-
View: IGS_GR_VENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE, object_name:IGS_GR_VENUE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_VENUE ,
-
View: IGS_EN_SU_ATTEMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_H, object_name:IGS_EN_SU_ATTEMPT_H, status:VALID, product: IGS - Student System , description: IGS_EN_SU_ATTEMPT_H implements the student unit attempt. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT_H ,
-
View: IGS_GR_VENUE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GET_SCAEH_DTL dependencies on IGS_GE_DATE
12.1.1
-
View: IGS_EN_SU_ATTEMPT_H
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_EN_SU_ATTEMPT_H implements the student unit attempt. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_VENUE
12.1.1
-
View: IGS_AS_SUA_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student unit attempt history with the current student unit attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_GET_SUAEH dependencies on IGS_EN_SU_ATTEMPT_H_ALL
12.1.1
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_SV
12.1.1
-
View: IGS_PR_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STDNT_PS_ATT_V, object_name:IGS_PR_STDNT_PS_ATT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_STDNT_PS_ATT_V ,
-
VIEW: APPS.IGS_EN_SU_ATTEMPT_H
12.1.1
-
View: IGS_AS_SUAH_EFFECTIVE_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: Used to create effective student unit attempt history records in recognition of back dating enrollment and discontinuation dates. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SU_ATTEMPT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_SV, object_name:IGS_EN_SU_ATTEMPT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student unit attempt table. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT_SV ,
-
View: IGS_AS_SUAH_EFFECTIVE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAH_EFFECTIVE_H_V, object_name:IGS_AS_SUAH_EFFECTIVE_H_V, status:VALID, product: IGS - Student System , description: Used to create effective student unit attempt history records in recognition of back dating enrollment and discontinuation dates. , implementation_dba_data: APPS.IGS_AS_SUAH_EFFECTIVE_H_V ,
-
VIEW: APPS.IGS_EN_SU_ATTEMPT_SV
12.1.1
-
View: IGS_AS_SCAH_EFFECTIVE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCAH_EFFECTIVE_H_V, object_name:IGS_AS_SCAH_EFFECTIVE_H_V, status:VALID, product: IGS - Student System , description: Used to create effective student program attempt history records in recognition of back dating commencement and discontinuation dates. , implementation_dba_data: APPS.IGS_AS_SCAH_EFFECTIVE_H_V ,
-
View: IGS_EN_STDNT_PS_ATT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_SV, object_name:IGS_EN_STDNT_PS_ATT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_SV ,
-
VIEW: APPS.IGS_AS_SUAH_EFFECTIVE_H_V
12.1.1
-
APPS.IGS_EN_GEN_007 dependencies on IGS_GE_DATE
12.1.1
-
View: IGS_PR_STDNT_PS_ATT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_VENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE, object_name:IGS_GR_VENUE, status:VALID,
-
View: IGS_EN_SU_ATTEMPT_SV
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the secured rows in the student unit attempt table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SCAH_EFFECTIVE_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: Used to create effective student program attempt history records in recognition of back dating commencement and discontinuation dates. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_STDNT_PS_ATT_SV
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_ASSITEM_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ASSITEM_ADI_V, object_name:IGS_AS_ASSITEM_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Item WebADI View , implementation_dba_data: APPS.IGS_AS_ASSITEM_ADI_V ,
-
View: IGS_AS_ASSITEM_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Item WebADI View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_UAI_EXAMINATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAI_EXAMINATION_V, object_name:IGS_AS_UAI_EXAMINATION_V, status:VALID,
-
View: IGS_AS_SU_ATTEMPT_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes valid unit attempts for a student's attempt studying at a particular unit offered by the university , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SCAH_EFFECTIVE_H_V
12.1.1
-
View: IGS_EN_SU_ATTEMPT
12.2.2
product: IGS - Student System (Obsolete) , description: Implements the student unit attempt. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID, product: IGS - Student System , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT ,
-
View: IGS_AS_SC_ATTEMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SC_ATTEMPT_H, object_name:IGS_AS_SC_ATTEMPT_H, status:VALID, product: IGS - Student System , description: This view is multi org view , implementation_dba_data: APPS.IGS_AS_SC_ATTEMPT_H ,
-
VIEW: APPS.IGS_EN_SU_ATTEMPT
12.1.1
-
View: IGS_EN_STDNT_PS_ATT
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SU_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT, object_name:IGS_EN_SU_ATTEMPT, status:VALID, product: IGS - Student System , description: Implements the student unit attempt. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT ,
-
View: IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_ATTEMPT_LKUP_V, object_name:IGS_AS_SU_ATTEMPT_LKUP_V, status:VALID, product: IGS - Student System , description: Describes valid unit attempts for a student's attempt studying at a particular unit offered by the university , implementation_dba_data: APPS.IGS_AS_SU_ATTEMPT_LKUP_V ,
-
Table: IGS_AS_EXM_LOC_SPVSR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_LOC_SPVSR, object_name:IGS_AS_EXM_LOC_SPVSR, status:VALID, product: IGS - Student System , description: Describes examination location which the supervisor attends , implementation_dba_data: IGS.IGS_AS_EXM_LOC_SPVSR ,
-
APPS.IGS_GR_VENUE_PKG dependencies on IGS_GR_VENUE_ALL
12.1.1