DBA Data[Home] [Help]

APPS.PQH_CRE_DEL dependencies on PQH_CRITERIA_RATE_ELEMENTS

Line 96: -- Delete the pqh_criteria_rate_elements row.

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

Line 98: delete from pqh_criteria_rate_elements

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

Line 225: (p_module_name => 'PQH_CRITERIA_RATE_ELEMENTS'

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