Search Results ese_id
Overview
IGS_AS_ESE_EXMVNUS_UNAVLBL_V is a reporting view in the Oracle EBS Student System (IGS) product family, which is documented as obsolete in Release 12.1.1 and 12.2.2. The view presents the inverse of the examination venue availability model: rather than listing which venues are available for a given examination session, it selects all venues that are unavailable for each examination session. This inverse presentation is useful because venue availability is typically stored sparsely — records exist only where availability has been explicitly declared — so a direct "unavailable" list must be derived by negation.
The ETRM metadata states that the object is "Not implemented in this database," meaning the view may exist only in certain installations, patches, or customizations, and is not guaranteed to be present in a standard 12.1.1 or 12.2.2 instance. The user search term "ese_id" corresponds directly to the ESE_ID column, which is the examination session identifier and the principal join key within this view. Because the view is obsolete, it should be treated as a reference structure for legacy reporting rather than a supported integration point.
Underlying Base Objects
The documented view text is defined over two base tables and a correlated availability table:
- IGS_GR_VENUE (aliased VE) — the venue master, filtered by CLOSED_IND = 'N' so that closed venues are excluded from the result set.
- IGS_AS_EXAM_SESSION (aliased ESE) — the examination session header, supplying the calendar type, sequence numbers, date alias, session number, and start/end times.
- IGS_AD_LOCATION and IGS_AD_LOCATION_TYPE — joined inside an EXISTS subquery to restrict results to venues whose EXAM_LOCATION_CD is a location of type 'EXAM_CTR' (examination centre).
- IGS_AS_EXMVNU_SESAVL — the session-availability table, referenced in a NOT EXISTS subquery that removes any venue/session combination for which an availability record already exists.
The view also invokes the function IGS_CA_GEN_001.CALP_GET_ALIAS_VAL to resolve the display alias value from the date alias, DAI_SEQUENCE_NUMBER, and examination calendar type. No base objects are separately documented in the ETRM metadata, so the tables above are taken from the supplied view text.
Key Columns
- ESE_ID — examination session identifier; the key linkage returned by the correlating NOT EXISTS subquery against IGS_AS_EXMVNU_SESAVL.
- VENUE_CD — venue code from IGS_GR_VENUE, identifying the open examination centre.
- EXAM_CAL_TYPE, EXAM_CI_SEQUENCE_NUMBER — examination calendar type and calendar instance sequence, locating the session within the academic calendar.
- DT_ALIAS, DAI_SEQUENCE_NUMBER — date alias and its sequence, identifying the examination date.
- EXAM_SESSION_NUMBER, START_TIME, END_TIME — session sequencing and its time window.
- ALIAS_VAL — the resolved calendar alias value returned by CALP_GET_ALIAS_VAL.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns from the session record.
Common Use Cases and Queries
The primary use case is examination timetabling and venue planning: identifying which open examination centres have no declared availability for a given session, so that availability records can be created or exams reassigned. A representative query for a specific session is:
SELECT venue_cd, exam_cal_type, exam_session_number, start_time, end_time FROM igs_as_ese_exmvnus_unavllbl_v WHERE ese_id = :p_ese_id ORDER BY venue_cd;
To list unavailable venues across all sessions of a calendar, omit the ESE_ID predicate and filter on EXAM_CAL_TYPE and EXAM_CI_SEQUENCE_NUMBER. Because the EXISTS subquery restricts results to locations of type 'EXAM_CTR', the output is already scoped to genuine examination centres. Note that the view is not implemented in all databases and is documented as obsolete; any query should first confirm object existence via ALL_VIEWS and, for long-term solutions, be migrated to the supported availability structures.
-
View: IGS_AS_ESE_EXMVNUS_UNAVLBL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Selects all venues that are unavailable for each examination session. This is the reverse of the data structure that stores the 'availability'. The view will contain a record for each examination session for each open venue, if no availabi , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_ESE_EXMVNUS_UNAVLBL_V
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 ,
-
View: IGS_AS_ESE_EXMVNUS_UNAVLBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ESE_EXMVNUS_UNAVLBL_V, object_name:IGS_AS_ESE_EXMVNUS_UNAVLBL_V, status:VALID, product: IGS - Student System , description: Selects all venues that are unavailable for each examination session. This is the reverse of the data structure that stores the 'availability'. The view will contain a record for each examination session for each open venue, if no availabi , implementation_dba_data: APPS.IGS_AS_ESE_EXMVNUS_UNAVLBL_V ,
-
View: IGS_AS_STD_EXM_INSTN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_STD_EXM_INSTN_V, object_name:IGS_AS_STD_EXM_INSTN_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_STD_EXM_INSTN_V ,
-
VIEW: APPS.IGS_AS_EXM_SES_VN_SP_V
12.1.1
-
View: IGS_AS_EXM_INS_SPVSR_V
12.2.2
product: IGS - Student System (Obsolete) , description: This View is for examination supervisor details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_EXM_INS_SPVSR_V
12.1.1
-
View: IGS_AS_EXAM_SESSION
12.2.2
product: IGS - Student System (Obsolete) , description: This is the Multi org view for the table exam session details. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXMVNU_SESAVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXMVNU_SESAVL, object_name:IGS_AS_EXMVNU_SESAVL, status:VALID, product: IGS - Student System , description: This is the view to get the Examination venue data. , implementation_dba_data: APPS.IGS_AS_EXMVNU_SESAVL ,
-
View: IGS_AS_EXM_SES_VN_SP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXM_INS_SPVSR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXM_INS_SPVSR_V, object_name:IGS_AS_EXM_INS_SPVSR_V, status:VALID, product: IGS - Student System , description: This View is for examination supervisor details. , implementation_dba_data: APPS.IGS_AS_EXM_INS_SPVSR_V ,
-
View: IGS_AS_STD_EXM_INSTN_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXAM_SESSION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_SESSION, object_name:IGS_AS_EXAM_SESSION, status:VALID, product: IGS - Student System , description: This is the Multi org view for the table exam session details. , implementation_dba_data: APPS.IGS_AS_EXAM_SESSION ,
-
View: IGS_AS_EXMVNU_SESAVL
12.2.2
product: IGS - Student System (Obsolete) , description: This is the view to get the Examination venue data. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXAM_INSTANCE
12.2.2
product: IGS - Student System (Obsolete) , description: This View contains Exam instance records. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_STD_EXM_INSTN
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_STD_EXM_INSTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_STD_EXM_INSTN, object_name:IGS_AS_STD_EXM_INSTN, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_STD_EXM_INSTN ,
-
View: IGS_AS_EXAM_INSTANCE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_INSTANCE, object_name:IGS_AS_EXAM_INSTANCE, status:VALID, product: IGS - Student System , description: This View contains Exam instance records. , implementation_dba_data: APPS.IGS_AS_EXAM_INSTANCE ,
-
VIEW: APPS.IGS_AS_STD_EXM_INSTN_V
12.1.1
-
VIEW: APPS.IGS_AS_STD_EXM_INSTN
12.1.1
-
VIEW: APPS.IGS_AS_EXMVNU_SESAVL
12.1.1
-
VIEW: APPS.IGS_AS_EXAM_SESSION
12.1.1
-
VIEW: APPS.IGS_AS_EXAM_INSTANCE
12.1.1
-
VIEW: APPS.IGS_AS_STD_EXM_INSTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_STD_EXM_INSTN, object_name:IGS_AS_STD_EXM_INSTN, status:VALID,
-
TABLE: IGS.IGS_AS_EXMVNU_SESAVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXMVNU_SESAVL_ALL, object_name:IGS_AS_EXMVNU_SESAVL_ALL, status:VALID,
-
VIEW: APPS.IGS_AS_EXMVNU_SESAVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXMVNU_SESAVL, object_name:IGS_AS_EXMVNU_SESAVL, 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,
-
VIEW: APPS.IGS_AS_EXM_INS_SPVSR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXM_INS_SPVSR_V, object_name:IGS_AS_EXM_INS_SPVSR_V, status:VALID,
-
VIEW: APPS.IGS_AS_EXAM_INSTANCE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_INSTANCE, object_name:IGS_AS_EXAM_INSTANCE, status:VALID,
-
VIEW: APPS.IGS_AS_EXAM_SESSION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_SESSION, object_name:IGS_AS_EXAM_SESSION, status:VALID,
-
TABLE: IGS.IGS_AS_EXM_INS_SPVSR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_INS_SPVSR, object_name:IGS_AS_EXM_INS_SPVSR, status:VALID,
-
VIEW: APPS.IGS_AS_STD_EXM_INSTN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_STD_EXM_INSTN_V, object_name:IGS_AS_STD_EXM_INSTN_V, status:VALID,
-
VIEW: APPS.IGS_AS_ESE_VENUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ESE_VENUE_V, object_name:IGS_AS_ESE_VENUE_V, status:VALID,
-
VIEW: APPS.IGS_AS_ESE_EXMVNUS_UNAVLBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ESE_EXMVNUS_UNAVLBL_V, object_name:IGS_AS_ESE_EXMVNUS_UNAVLBL_V, status:VALID,
-
APPS.IGS_AS_VAL_EVSA SQL Statements
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,
-
VIEW: APPS.IGS_AS_EXAM_SESSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_SESSION_V, object_name:IGS_AS_EXAM_SESSION_V, status:VALID,
-
TABLE: IGS.IGS_AS_STD_EXM_INSTN_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_STD_EXM_INSTN_ALL, object_name:IGS_AS_STD_EXM_INSTN_ALL, status:VALID,
-
View: IGS_AS_ESE_VENUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ESE_VENUE_V, object_name:IGS_AS_ESE_VENUE_V, status:VALID, product: IGS - Student System , description: View containing all session/venue combinations - used to validate exam_venue_suprvsr entries , implementation_dba_data: APPS.IGS_AS_ESE_VENUE_V ,
-
APPS.IGS_AS_EXAM_SESSION_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_EXMVNU_SESAVL_PKG SQL Statements
12.1.1
-
View: IGS_AS_EXAM_SESSION_V
12.2.2
product: IGS - Student System (Obsolete) , description: Examination Session View - incorporated examination session date alias value from the 'date alias instance' table. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_VAL_SEI SQL Statements
12.1.1
-
View: IGS_AS_EXAM_SESSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_SESSION_V, object_name:IGS_AS_EXAM_SESSION_V, status:VALID, product: IGS - Student System , description: Examination Session View - incorporated examination session date alias value from the 'date alias instance' table. , implementation_dba_data: APPS.IGS_AS_EXAM_SESSION_V ,
-
APPS.IGS_AS_EXM_SES_VN_SP_PKG SQL Statements
12.1.1
-
View: IGS_AS_ESE_VENUE_V
12.2.2
product: IGS - Student System (Obsolete) , description: View containing all session/venue combinations - used to validate exam_venue_suprvsr entries , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AS_EXAM_SESSION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXAM_SESSION_ALL, object_name:IGS_AS_EXAM_SESSION_ALL, status:VALID,
-
TABLE: IGS.IGS_AS_EXAM_INSTANCE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXAM_INSTANCE_ALL, object_name:IGS_AS_EXAM_INSTANCE_ALL, status:VALID,
-
APPS.IGS_AS_EXM_INS_SPVSR_PKG SQL Statements
12.1.1