DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUSINESS_RULES dependencies on OTA_SUPPLIABLE_RESOURCES

Line 290: , ota_suppliable_resources tsr

286: --
287: cursor sel_resource_vendor is
288: select tsr.vendor_id
289: from ota_resource_bookings trb
290: , ota_suppliable_resources tsr
291: where trb.resource_booking_id = p_resource_booking_id
292: and tsr.supplied_resource_id = trb.supplied_resource_id;
293: --
294: cursor sel_finance_vendor is

Line 1097: from ota_suppliable_resources tsr,

1093: and evt.event_id = tdb.event_id;
1094: --
1095: cursor sel_resource_book_currency is
1096: select tsr.currency_code
1097: from ota_suppliable_resources tsr,
1098: ota_resource_bookings trb
1099: where tsr.supplied_resource_id = trb.supplied_resource_id
1100: and trb.resource_booking_id = p_resource_booking_id;
1101: