DBA Data[Home] [Help]

APPS.HR_OTY_SHD SQL Statements

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

Line: 48

    select
       option_type_id
      ,option_type_key
      ,display_type
      ,object_version_number
    from        hr_ki_option_types
    where       option_type_id = p_option_type_id;
Line: 117

    select
       option_type_id
      ,option_type_key
      ,display_type
      ,object_version_number
    from        hr_ki_option_types
    where       option_type_id = p_option_type_id
    for update nowait;