[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_ESE_VENUE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_AS_ESE_VENUE_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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) |
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;
APPS
IGS_AS_EXAM_INSTANCE
IGS_AS_EXAM_SESSION
IGS_CA_GEN_001
- show dependent code
IGS_GR_VENUE
APPS
IGS_AS_GEN_006
- show dependent code
|
|
|
|