DBA Data[Home] [Help]

APPS.PQH_TAT_DEL dependencies on PQH_TEMPLATE_ATTRIBUTES

Line 53: -- Delete the pqh_template_attributes row.

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

Line 55: delete from pqh_template_attributes

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

Line 173: (p_module_name => 'pqh_template_attributes'

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