[Home] [Help]
[Dependency Information]
| Object Name: | OTFV_OVERBOOKED_RESOURCES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OTA.OTFV_OVERBOOKED_RESOURCES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view shows those resources which have been booked for more than one event at the same time.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_NAME | VARCHAR2 | (400) | ||
| RESOURCE_BOOKING_ID | NUMBER | (9) | ||
| SUPPLIED_RESOURCE_ID | NUMBER | (9) |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_NAME
, RESOURCE_BOOKING_ID
, SUPPLIED_RESOURCE_ID
FROM APPS.OTFV_OVERBOOKED_RESOURCES;
APPS
OTA_GENERAL
- show dependent code
OTA_RESOURCE_BOOKINGS
OTA_SUPPLIABLE_RESOURCES
OTA_SUPPLIABLE_RESOURCES_TL
PUBLIC
OTFV_OVERBOOKED_RESOURCES
|
|
|
|