DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGS_AS_ESE_VENUE_V

Object Details
Object Name: IGS_AS_ESE_VENUE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AS_ESE_VENUE_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
EXAM_CAL_TYPE VARCHAR2 (10) Yes The examination calendar type in which the session is being held.
EXAM_CI_SEQUENCE_NUMBER NUMBER (6) Yes The examination calendar sequence number.
DT_ALIAS VARCHAR2 (10) Yes The date alias on which the examination session is being held. This date must always exist within the related examination calendar instance.
DAI_SEQUENCE_NUMBER NUMBER (6) Yes The date alias sequence number of the session date.
ALIAS_VAL DATE

The date of the examination session.
START_TIME DATE
Yes The start time of the examination session.
END_TIME DATE
Yes The end time of the examination session.
ESE_ID NUMBER (6) Yes The examination session ID. This is an internally generated number that uniquely identifies an examination session and is used by the system as a quick-reference between timetabling details and the session.
VENUE_CD VARCHAR2 (10) Yes The code of an examination venue at which examinations are scheduled.
EXAM_LOCATION_CD VARCHAR2 (10) Yes The code of the examination location at which examinations are scheduled.
EXAM_SESSION_NUMBER NUMBER (2) Yes The unique examination session number.
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EXAM_CAL_TYPE
,      EXAM_CI_SEQUENCE_NUMBER
,      DT_ALIAS
,      DAI_SEQUENCE_NUMBER
,      ALIAS_VAL
,      START_TIME
,      END_TIME
,      ESE_ID
,      VENUE_CD
,      EXAM_LOCATION_CD
,      EXAM_SESSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AS_ESE_VENUE_V;

Dependencies

[top of page]

APPS.IGS_AS_ESE_VENUE_V references the following:

SchemaAPPS
ViewIGS_AS_EXAM_INSTANCE
ViewIGS_AS_EXAM_SESSION
PL/SQL PackageIGS_CA_GEN_001 - show dependent code
ViewIGS_GR_VENUE
APPS.IGS_AS_ESE_VENUE_V is referenced by following:

SchemaAPPS
Package BodyIGS_AS_GEN_006 - show dependent code