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


VIEW: APPS.IGS_AS_EXAM_SESSION_V

Object Details
Object Name: IGS_AS_EXAM_SESSION_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AS_EXAM_SESSION_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
ROW_ID ROWID (10)
EXAM_CAL_TYPE VARCHAR2 (10) Yes The calendar type in which the examination sessions are recorded.
EXAM_CI_SEQUENCE_NUMBER NUMBER (6) Yes The examination calendar sequence number.
DT_ALIAS VARCHAR2 (10) Yes The date alias for a day within the specified exam period on which examinations can be scheduled in the selected examination calendar. An instance of the date alias must already exist in the exam period.
DAI_SEQUENCE_NUMBER NUMBER (6) Yes The date alias sequence number
ALIAS_VAL DATE

The actual value of the date alias. Ie the date of the examination.
CI_START_DT DATE
Yes The start date of the calendar in which the examination sessions are recorded.
CI_END_DT DATE
Yes The end date of the calendar in which the examination sessions are recorded.
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.
EXAM_SESSION_NUMBER NUMBER (2) Yes A number that identifies the examination session within the selected calendar.
COMMENTS VARCHAR2 (2000)
Any comments associated with the examination sessions.
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 ROW_ID
,      EXAM_CAL_TYPE
,      EXAM_CI_SEQUENCE_NUMBER
,      DT_ALIAS
,      DAI_SEQUENCE_NUMBER
,      ALIAS_VAL
,      CI_START_DT
,      CI_END_DT
,      START_TIME
,      END_TIME
,      ESE_ID
,      EXAM_SESSION_NUMBER
,      COMMENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AS_EXAM_SESSION_V;

Dependencies

[top of page]

APPS.IGS_AS_EXAM_SESSION_V references the following:

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

SchemaAPPS
Package BodyIGS_AS_GEN_001 - show dependent code
Package BodyIGS_AS_VAL_ESE - show dependent code