DBA Data[Home] [Help]

APPS.OTA_OTARPREG_XMLP_PKG dependencies on OTA_RESOURCE_BOOKINGS

Line 126: ota_resource_bookings rb

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