DBA Data[Home] [Help]

APPS.OTA_TIMEZONE_UTIL dependencies on FND_TIMEZONES_TL

Line 22: , fnd_timezones_tl ftl

18: FROM ota_resource_bookings trb
19: , ota_events evt
20: , ota_category_usages ctu
21: , ota_offerings ofn
22: , fnd_timezones_tl ftl
23: WHERE evt.parent_offering_id = ofn.offering_id
24: AND evt.event_id = trb.event_id
25: AND ctu.category_usage_id = ofn.delivery_mode_id
26: AND ctu.type = 'DM'