DBA Data[Home] [Help]

APPS.OTA_LPM_DEL dependencies on OTA_LEARNING_PATH_MEMBERS

Line 63: -- Delete the ota_learning_path_members row.

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

Line 65: delete from ota_learning_path_members

61: --
62: --
63: -- Delete the ota_learning_path_members row.
64: --
65: delete from ota_learning_path_members
66: where learning_path_member_id = p_rec.learning_path_member_id;
67: --
68: --
69: --

Line 235: (p_module_name => 'OTA_LEARNING_PATH_MEMBERS'

231: --
232: when hr_api.cannot_find_prog_unit then
233: --
234: hr_api.cannot_find_prog_unit_error
235: (p_module_name => 'OTA_LEARNING_PATH_MEMBERS'
236: ,p_hook_type => 'AD');
237: --
238: end;
239: --