DBA Data[Home] [Help]

APPS.PQH_CRE_UPD dependencies on PQH_CRITERIA_RATE_ELEMENTS

Line 68: -- Update the pqh_criteria_rate_elements Row

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

Line 70: update pqh_criteria_rate_elements

66: --
67: --
68: -- Update the pqh_criteria_rate_elements Row
69: --
70: update pqh_criteria_rate_elements
71: set
72: criteria_rate_element_id = p_rec.criteria_rate_element_id
73: ,criteria_rate_defn_id = p_rec.criteria_rate_defn_id
74: ,element_type_id = p_rec.element_type_id

Line 226: (p_module_name => 'PQH_CRITERIA_RATE_ELEMENTS'

222: --
223: when hr_api.cannot_find_prog_unit then
224: --
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'PQH_CRITERIA_RATE_ELEMENTS'
227: ,p_hook_type => 'AU');
228: --
229: end;
230: --