DBA Data[Home] [Help]

APPS.PER_SCN_SHD SQL Statements

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

Line: 60

    select
       solution_id
      ,component_name
      ,solution_type_name
      ,name
      ,object_version_number
    from        per_solution_cmpt_names
    where       solution_id = p_solution_id
    and   component_name = p_component_name
    and   solution_type_name = p_solution_type_name;
Line: 140

    select
       solution_id
      ,component_name
      ,solution_type_name
      ,name
      ,object_version_number
    from        per_solution_cmpt_names
    where       solution_id = p_solution_id
    and   component_name = p_component_name
    and   solution_type_name = p_solution_type_name
    for update nowait;