DBA Data[Home] [Help]

APPS.PQH_CRD_UPD dependencies on PQH_CRITERIA_RATE_DEFN

Line 68: -- Update the pqh_criteria_rate_defn Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pqh_criteria_rate_defn Row
69: --
70: update pqh_criteria_rate_defn
71: set
72: criteria_rate_defn_id = p_rec.criteria_rate_defn_id

Line 70: update pqh_criteria_rate_defn

66: --
67: --
68: -- Update the pqh_criteria_rate_defn Row
69: --
70: update pqh_criteria_rate_defn
71: set
72: criteria_rate_defn_id = p_rec.criteria_rate_defn_id
73: ,short_name = p_rec.short_name
74: ,uom = p_rec.uom

Line 438: (p_module_name => 'PQH_CRITERIA_RATE_DEFN'

434: --
435: when hr_api.cannot_find_prog_unit then
436: --
437: hr_api.cannot_find_prog_unit_error
438: (p_module_name => 'PQH_CRITERIA_RATE_DEFN'
439: ,p_hook_type => 'AU');
440: --
441: end;
442: --