DBA Data[Home] [Help]

APPS.PQH_CEF_DEL dependencies on PQH_COPY_ENTITY_FUNCTIONS

Line 56: -- Delete the pqh_copy_entity_functions row.

52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: --
56: -- Delete the pqh_copy_entity_functions row.
57: --
58: delete from pqh_copy_entity_functions
59: where copy_entity_function_id = p_rec.copy_entity_function_id;
60: --

Line 58: delete from pqh_copy_entity_functions

54: --
55: --
56: -- Delete the pqh_copy_entity_functions row.
57: --
58: delete from pqh_copy_entity_functions
59: where copy_entity_function_id = p_rec.copy_entity_function_id;
60: --
61: --
62: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 177: (p_module_name => 'pqh_copy_entity_functions'

173: --
174: when hr_api.cannot_find_prog_unit then
175: --
176: hr_api.cannot_find_prog_unit_error
177: (p_module_name => 'pqh_copy_entity_functions'
178: ,p_hook_type => 'AD');
179: --
180: end;
181: --