DBA Data[Home] [Help]

APPS.OTA_RESOURCE_BOOKING SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 207

  ota_resource_booking_api.update_resource_booking
  (  sysdate
 ,p_supplied_resource_id
 ,p_date_booking_placed
 ,p_status
  ,p_event_id
 ,p_absolute_price
 ,p_booking_person_id
 ,p_comments
 ,p_contact_name
 ,p_contact_phone_number
 ,p_delegates_per_unit
 ,p_quantity
 ,p_required_date_from
 ,p_required_date_to
 ,p_required_end_time
 ,p_required_start_time
 ,p_deliver_to
 ,p_primary_venue_flag
 ,p_role_to_play
 ,p_trb_information_category
 ,p_trb_information1
 ,p_trb_information2
 ,p_trb_information3
 ,p_trb_information4
 ,p_trb_information5
 ,p_trb_information6
 ,p_trb_information7
 ,p_trb_information8
 ,p_trb_information9
 ,p_trb_information10
 ,p_trb_information11
 ,p_trb_information12
 ,p_trb_information13
 ,p_trb_information14
 ,p_trb_information15
 ,p_trb_information16
 ,p_trb_information17
 ,p_trb_information18
 ,p_trb_information19
 ,p_trb_information20
 ,p_display_to_learner_flag
 ,p_book_entire_period_flag
 ,p_chat_id
 ,p_forum_id
 ,FALSE
 ,P_resource_booking_id
 ,l_object_version_number,
 p_timezone_code
);