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


VIEW: APPS.IGS_EN_INST_WLST_OPT_V

Object Details
Object Name: IGS_EN_INST_WLST_OPT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_EN_INST_WLST_OPT_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)
INST_WAITLIST_ID NUMBER
Yes This represents a unique number that identifies a waitlist
CAL_TYPE VARCHAR2 (10) Yes The name of a load calendar type associated with the specified waitlist
SEQUENCE_NUMBER VARCHAR2 (0)
This is a number that holds the waitlist sequence for internal processing -Obsolete
CAL_DESC VARCHAR2 (60) Yes Calendar type description
ALTERNATE_CD VARCHAR2 (0)
START_DT VARCHAR2 (0)
END_DT VARCHAR2 (0)
WAITLIST_ALWD VARCHAR2 (1) Yes An indicatior which identifies if a waitlist is allowed over a specific calendar type .If the option is set to No, no waitlist processing is invoked during that enrollment calendar instance.
SMLNES_WAITLIST_ALWD VARCHAR2 (1) Yes An indicator which identifies whether more than one student can be allowed waiting for a course or unit attempt in the given calendar instance.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT ROW_ID
,      INST_WAITLIST_ID
,      CAL_TYPE
,      SEQUENCE_NUMBER
,      CAL_DESC
,      ALTERNATE_CD
,      START_DT
,      END_DT
,      WAITLIST_ALWD
,      SMLNES_WAITLIST_ALWD
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_INST_WLST_OPT_V;

Dependencies

[top of page]

APPS.IGS_EN_INST_WLST_OPT_V references the following:

SchemaAPPS
SynonymIGS_CA_TYPE
ViewIGS_EN_INST_WLST_OPT

APPS.IGS_EN_INST_WLST_OPT_V is not referenced by any database object