DBA Data[Home] [Help]

APPS.OTA_BJS_SHD SQL Statements

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

Line: 48

    select
       booking_justification_id
      ,priority_level
      ,start_date_active
      ,end_date_active
      ,business_group_id
      ,object_version_number
    from        ota_bkng_justifications_b
    where       booking_justification_id = p_booking_justification_id;
Line: 119

    select
       booking_justification_id
      ,priority_level
      ,start_date_active
      ,end_date_active
      ,business_group_id
      ,object_version_number
    from        ota_bkng_justifications_b
    where       booking_justification_id = p_booking_justification_id
    for update nowait;