DBA Data[Home] [Help]

APPS.OTA_TCC_SHD SQL Statements

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

Line: 54

    select
       cross_charge_id
      ,business_group_id
      ,gl_set_of_books_id
      ,object_version_number
      ,type
      ,from_to
      ,start_date_active
      ,end_date_active
    from	ota_cross_charges
    where	cross_charge_id = p_cross_charge_id;
Line: 127

    select
       cross_charge_id
      ,business_group_id
      ,gl_set_of_books_id
      ,object_version_number
      ,type
      ,from_to
      ,start_date_active
      ,end_date_active
    from	ota_cross_charges
    where	cross_charge_id = p_cross_charge_id
    for	update nowait;