DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUSINESS_RULES3 SQL Statements

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

Line: 42

    select customer_id,receivable_type
      from ota_finance_headers
     where finance_header_id     =    p_finance_header_id;
Line: 48

    select customer_id,type,number_of_places,limit_each_event_flag
      from ota_booking_deals
     where booking_deal_id       =    p_booking_deal_id;