DBA Data[Home] [Help]

APPS.PQP_EXR_SHD SQL Statements

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

Line: 59

    select
       exception_report_id
      ,exception_report_name
      ,legislation_code
      ,business_group_id
      ,currency_code
      ,balance_type_id
      ,balance_dimension_id
      ,variance_type
      ,variance_value
      ,comparison_type
      ,comparison_value
      ,object_version_number
      ,output_format
      ,variance_operator
    from        pqp_exception_reports
    where       exception_report_id = p_exception_report_id;
Line: 140

    select
       exception_report_id
      ,exception_report_name
      ,legislation_code
      ,business_group_id
      ,currency_code
      ,balance_type_id
      ,balance_dimension_id
      ,variance_type
      ,variance_value
      ,comparison_type
      ,comparison_value
      ,object_version_number
      ,output_format
      ,variance_operator

    from        pqp_exception_reports
    where       exception_report_id = p_exception_report_id
    for update nowait;