DBA Data[Home] [Help]

APPS.PQH_SAT_DEL dependencies on PQH_SPECIAL_ATTRIBUTES

Line 56: -- Delete the pqh_special_attributes row.

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

Line 58: delete from pqh_special_attributes

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

Line 179: (p_module_name => 'pqh_special_attributes'

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