[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_USEC_WAITLIST_PRIORITIES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_USEC_WAITLIST_PRIORITIES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the full view, which describes the Waitlist Priorities for a Unit Section.
| 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. |
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.IGSFV_USEC_WAITLIST_PRIORITIES;
APPS
IGS_PS_USEC_WLST_PRI
APPS.IGSFV_USEC_WAITLIST_PRIORITIES is not referenced by any database object
|
|
|
|