DBA Data[Home] [Help]

APPS.PER_SOL_SHD SQL Statements

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

Line: 53

    select
       solution_name
      ,solution_id
      ,description
      ,link_to_full_description
      ,solution_type_name
      ,vertical
      ,legislation_code
      ,user_id
      ,object_version_number
    from        per_solutions
    where       solution_id = p_solution_id;
Line: 127

    select
       solution_name
      ,solution_id
      ,description
      ,link_to_full_description
      ,solution_type_name
      ,vertical
      ,legislation_code
      ,user_id
      ,object_version_number
    from        per_solutions
    where       solution_id = p_solution_id
    for update nowait;