DBA Data[Home] [Help]

APPS.PQH_CRF_SHD SQL Statements

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

Line: 65

    select
       criteria_rate_factor_id
      ,criteria_rate_defn_id
      ,parent_rate_matrix_id
      ,parent_criteria_rate_defn_id
      ,business_group_id
      ,legislation_code
      ,object_version_number
    from        pqh_criteria_rate_factors
    where       criteria_rate_factor_id = p_criteria_rate_factor_id;
Line: 137

    select
       criteria_rate_factor_id
      ,criteria_rate_defn_id
      ,parent_rate_matrix_id
      ,parent_criteria_rate_defn_id
      ,business_group_id
      ,legislation_code
      ,object_version_number
    from        pqh_criteria_rate_factors
    where       criteria_rate_factor_id = p_criteria_rate_factor_id
    for update nowait;