DBA Data[Home] [Help]

APPS.PQH_CRD_DEL dependencies on PQH_CRITERIA_RATE_DEFN

Line 96: -- Delete the pqh_criteria_rate_defn row.

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

Line 98: delete from pqh_criteria_rate_defn

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

Line 309: (p_module_name => 'PQH_CRITERIA_RATE_DEFN'

305: --
306: when hr_api.cannot_find_prog_unit then
307: --
308: hr_api.cannot_find_prog_unit_error
309: (p_module_name => 'PQH_CRITERIA_RATE_DEFN'
310: ,p_hook_type => 'AD');
311: --
312: end;
313: --