DBA Data[Home] [Help]

APPS.PSP_RTD_SHD SQL Statements

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

Line: 59

    select
       template_detail_id
      ,template_id
      ,object_version_number
      ,criteria_lookup_type
      ,criteria_lookup_code
      ,include_exclude_flag
      ,criteria_value1
      ,criteria_value2
      ,criteria_value3
    from        psp_report_template_details
    where       template_detail_id = p_template_detail_id;
Line: 133

    select
       template_detail_id
      ,template_id
      ,object_version_number
      ,criteria_lookup_type
      ,criteria_lookup_code
      ,include_exclude_flag
      ,criteria_value1
      ,criteria_value2
      ,criteria_value3
    from        psp_report_template_details
    where       template_detail_id = p_template_detail_id
    for update nowait;