[Home] [Help]
[Dependency Information]
| Object Name: | OTFV_EVENTS_WITHOUT_VENUE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OTA.OTFV_EVENTS_WITHOUT_VENUE
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view shows those events where venue resource is not booked.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_TITLE | VARCHAR2 | (80) | Yes | |
| EVENT_ID | NUMBER | (9) | Yes | |
| OFFERING_ID | NUMBER | (9) |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_TITLE
, EVENT_ID
, OFFERING_ID
FROM APPS.OTFV_EVENTS_WITHOUT_VENUE;
APPS
OTA_EVENTS
OTA_EVENTS_TL
OTA_GENERAL
- show dependent code
OTA_RESOURCE_BOOKINGS
OTA_SUPPLIABLE_RESOURCES
APPS.OTFV_EVENTS_WITHOUT_VENUE is not referenced by any database object
|
|
|
|