DBA Data[Home] [Help]

APPS.PQH_CEC_DEL dependencies on PQH_COPY_ENTITY_CONTEXTS

Line 56: -- Delete the pqh_copy_entity_contexts row.

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

Line 58: delete from pqh_copy_entity_contexts

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

Line 174: (p_module_name => 'pqh_copy_entity_contexts'

170: --
171: when hr_api.cannot_find_prog_unit then
172: --
173: hr_api.cannot_find_prog_unit_error
174: (p_module_name => 'pqh_copy_entity_contexts'
175: ,p_hook_type => 'AD');
176: --
177: end;
178: --