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


VIEW: APPS.IGS_EN_OR_UNIT_WLST_PRF_V

Object Details
Object Name: IGS_EN_OR_UNIT_WLST_PRF_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_EN_OR_UNIT_WLST_PRF_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)
ORG_UNIT_WLST_PRF_ID NUMBER

This field describes the unique number that represents the unit waitlist preference identifier.
ORG_UNIT_WLST_PRI_ID NUMBER

This field describes the unique number that represents the unit waitlist priority identifier.
PREFERENCE_ORDER NUMBER (6)
A number which represents an order in which preferences have to be listed.
PREFERENCE_CODE VARCHAR2 (30)
A unique identifier that represents a preference.
PREFERENCE_VERSION VARCHAR2 (3)
This field represents the version associated to each preference. For example if a preference is chosen on a unit attempt, the version of the unit a student wishes to enrol is described here.
DESCRIPTION VARCHAR2 (360)
This field describes the organization code.
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE

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_UNIT_WLST_PRF_ID
,      ORG_UNIT_WLST_PRI_ID
,      PREFERENCE_ORDER
,      PREFERENCE_CODE
,      PREFERENCE_VERSION
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_OR_UNIT_WLST_PRF_V;

Dependencies

[top of page]

APPS.IGS_EN_OR_UNIT_WLST_PRF_V references the following:

SchemaAPPS
SynonymIGS_EN_ORUN_WLST_PRF
SynonymIGS_EN_ORUN_WLST_PRI
ViewIGS_EN_UNIT_SET
ViewIGS_OR_UNIT
SynonymIGS_PS_STAGE_TYPE
ViewIGS_PS_VER

APPS.IGS_EN_OR_UNIT_WLST_PRF_V is not referenced by any database object