DBA Data[Home] [Help]

APPS.OTA_LPC_DEL dependencies on OTA_LP_SECTIONS

Line 62: -- Delete the ota_lp_sections row.

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

Line 64: delete from ota_lp_sections

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

Line 228: (p_module_name => 'OTA_LP_SECTIONS'

224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'OTA_LP_SECTIONS'
229: ,p_hook_type => 'AD');
230: --
231: end;
232: --