DBA Data[Home] [Help]

APPS.HR_OPT_SHD SQL Statements

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

Line: 48

    select
       option_id
      ,option_type_id
      ,option_level
      ,option_level_id
      ,value
      ,encrypted
      ,integration_id
      ,object_version_number
    from        hr_ki_options
    where       option_id = p_option_id;
Line: 121

    select
       option_id
      ,option_type_id
      ,option_level
      ,option_level_id
      ,value
      ,encrypted
      ,integration_id
      ,object_version_number
    from        hr_ki_options
    where       option_id = p_option_id
    for update nowait;