DBA Data[Home] [Help]

APPS.PQH_RER_UPD dependencies on PQH_RATE_ELEMENT_RELATIONS

Line 68: -- Update the pqh_rate_element_relations Row

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

Line 70: update pqh_rate_element_relations

66: --
67: --
68: -- Update the pqh_rate_element_relations Row
69: --
70: update pqh_rate_element_relations
71: set
72: rate_element_relation_id = p_rec.rate_element_relation_id
73: ,criteria_rate_element_id = p_rec.criteria_rate_element_id
74: ,relation_type_cd = p_rec.relation_type_cd

Line 233: (p_module_name => 'PQH_RATE_ELEMENT_RELATIONS'

229: --
230: when hr_api.cannot_find_prog_unit then
231: --
232: hr_api.cannot_find_prog_unit_error
233: (p_module_name => 'PQH_RATE_ELEMENT_RELATIONS'
234: ,p_hook_type => 'AU');
235: --
236: end;
237: --