DBA Data[Home] [Help]

APPS.PQH_RER_DEL dependencies on PQH_RATE_ELEMENT_RELATIONS

Line 96: -- Delete the pqh_rate_element_relations row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: --
95: --
96: -- Delete the pqh_rate_element_relations row.
97: --
98: delete from pqh_rate_element_relations
99: where rate_element_relation_id = p_rec.rate_element_relation_id;
100: --

Line 98: delete from pqh_rate_element_relations

94: --
95: --
96: -- Delete the pqh_rate_element_relations row.
97: --
98: delete from pqh_rate_element_relations
99: where rate_element_relation_id = p_rec.rate_element_relation_id;
100: --
101: --
102: --

Line 227: (p_module_name => 'PQH_RATE_ELEMENT_RELATIONS'

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