DBA Data[Home] [Help]

APPS.OTA_OTARPSIS_XMLP_PKG dependencies on OTA_RESOURCE_BOOKINGS

Line 130: ota_resource_bookings rb

126:
127: select replace(name,fnd_global.local_chr(10),fnd_global.local_chr(46))
128: into cp_venue
129: from ota_suppliable_resources_tl sr,
130: ota_resource_bookings rb
131: where rb.event_id = cf_venueformula.event_id
132: and rb.primary_venue_flag = 'Y'
133: and sr.supplied_resource_id = rb.supplied_resource_id
134: and sr.language = userenv('LANG') ;