DBA Data[Home] [Help]

APPS.PQH_CRD_SHD SQL Statements

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

Line: 63

    select
       criteria_rate_defn_id
      ,short_name
      ,uom
      ,currency_code
      ,reference_period_cd
      ,define_max_rate_flag
      ,define_min_rate_flag
      ,define_mid_rate_flag
      ,define_std_rate_flag
      ,rate_calc_cd
      ,rate_calc_rule
      ,preferential_rate_cd
      ,preferential_rate_rule
      ,rounding_cd
      ,rounding_rule
      ,business_group_id
      ,legislation_code
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,attribute21
      ,attribute22
      ,attribute23
      ,attribute24
      ,attribute25
      ,attribute26
      ,attribute27
      ,attribute28
      ,attribute29
      ,attribute30
      ,object_version_number
    from        pqh_criteria_rate_defn
    where       criteria_rate_defn_id = p_criteria_rate_defn_id;
Line: 177

    select
       criteria_rate_defn_id
      ,short_name
      ,uom
      ,currency_code
      ,reference_period_cd
      ,define_max_rate_flag
      ,define_min_rate_flag
      ,define_mid_rate_flag
      ,define_std_rate_flag
      ,rate_calc_cd
      ,rate_calc_rule
      ,preferential_rate_cd
      ,preferential_rate_rule
      ,rounding_cd
      ,rounding_rule
      ,business_group_id
      ,legislation_code
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,attribute21
      ,attribute22
      ,attribute23
      ,attribute24
      ,attribute25
      ,attribute26
      ,attribute27
      ,attribute28
      ,attribute29
      ,attribute30
      ,object_version_number
    from        pqh_criteria_rate_defn
    where       criteria_rate_defn_id = p_criteria_rate_defn_id
    for update nowait;