DBA Data[Home] [Help]

APPS.HR_CNP_DEL dependencies on HR_CANVAS_PROPERTIES

Line 62: -- Delete the hr_canvas_properties row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the hr_canvas_properties row.
63: --
64: delete from hr_canvas_properties
65: where canvas_property_id = p_rec.canvas_property_id;
66: --

Line 64: delete from hr_canvas_properties

60: --
61: --
62: -- Delete the hr_canvas_properties row.
63: --
64: delete from hr_canvas_properties
65: where canvas_property_id = p_rec.canvas_property_id;
66: --
67: --
68: --

Line 212: (p_module_name => 'HR_CANVAS_PROPERTIES'

208: --
209: when hr_api.cannot_find_prog_unit then
210: --
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'HR_CANVAS_PROPERTIES'
213: ,p_hook_type => 'AD');
214: --
215: end;
216: --