DBA Data[Home] [Help]

APPS.PQH_ATT_DEL dependencies on PQH_ATTRIBUTES

Line 53: -- Delete the pqh_attributes row.

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

Line 55: delete from pqh_attributes

51: --
52: --
53: -- Delete the pqh_attributes row.
54: --
55: delete from pqh_attributes
56: where attribute_id = p_rec.attribute_id;
57: --
58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 178: (p_module_name => 'pqh_attributes'

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