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


VIEW: APPS.IGS_EN_INST_WLST_OPT

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

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


This view holds all the institution specific wait list options.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ORG_ID NUMBER (15)
Operating Unit Identifier.
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 NUMBER (6)
This is a number that holds the waitlist sequence for internal processing -Obsolete
WAITLIST_ALWD VARCHAR2 (1) Yes An indicatior which identifies if a waitlist is allowed over a specific calendar typeIf 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
,      ORG_ID
,      INST_WAITLIST_ID
,      CAL_TYPE
,      SEQUENCE_NUMBER
,      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;

Dependencies

[top of page]

APPS.IGS_EN_INST_WLST_OPT references the following:

SchemaAPPS
SynonymIGS_EN_INST_WLST_OPT_ALL
APPS.IGS_EN_INST_WLST_OPT is referenced by following:

SchemaAPPS
Package BodyIGS_EN_ENROLL_WLST - show dependent code
Package BodyIGS_EN_GEN_015 - show dependent code
ViewIGS_EN_INST_WLST_OPT_V
Package BodyIGS_EN_SUA_API - show dependent code
Package BodyIGS_PS_VALIDATE_LGCY_PKG - show dependent code