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


VIEW: APPS.IGSBV_USEC_WAITLIST_PRIORITIES

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

View Type

A Business Intelligence System view


This is the base view, which describes the Waitlist Priorities for a Unit Section.


[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIT_SEC_WAITLIST_PRIORITY_ID NUMBER (10) Yes Unique identifier for the waitlist priorities for a unit section.
USEC_WAITLIST_PRIORITY_NUMBER NUMBER (6) Yes Unit section priority number.
_LA:USEC_WLST_PRIORITY_VALUE CHAR (62)
Unit section priority value.
UNIT_SECTION_ID NUMBER (7)
Unique identifier for a unit section
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.
Query Text

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


SELECT UNIT_SEC_WAITLIST_PRIORITY_ID
,      USEC_WAITLIST_PRIORITY_NUMBER
,      _LA:USEC_WLST_PRIORITY_VALUE
,      UNIT_SECTION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_USEC_WAITLIST_PRIORITIES;

Dependencies

[top of page]

APPS.IGSBV_USEC_WAITLIST_PRIORITIES references the following:

SchemaAPPS
SynonymIGS_PS_USEC_WLST_PRI

APPS.IGSBV_USEC_WAITLIST_PRIORITIES is not referenced by any database object