DBA Data[Home] [Help]

APPS.PQH_CEA_DEL dependencies on PQH_COPY_ENTITY_ATTRIBS

Line 52: -- Delete the pqh_copy_entity_attribs row.

48: --
49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the pqh_copy_entity_attribs row.
53: --
54: delete from pqh_copy_entity_attribs
55: where copy_entity_attrib_id = p_rec.copy_entity_attrib_id;
56: --

Line 54: delete from pqh_copy_entity_attribs

50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the pqh_copy_entity_attribs row.
53: --
54: delete from pqh_copy_entity_attribs
55: where copy_entity_attrib_id = p_rec.copy_entity_attrib_id;
56: --
57: hr_utility.set_location(' Leaving:'||l_proc, 10);
58: --

Line 202: (p_module_name => 'pqh_copy_entity_attribs'

198: --
199: when hr_api.cannot_find_prog_unit then
200: --
201: hr_api.cannot_find_prog_unit_error
202: (p_module_name => 'pqh_copy_entity_attribs'
203: ,p_hook_type => 'AD');
204: --
205: end;
206: --