DBA Data[Home] [Help]

APPS.OTA_LPT_DEL dependencies on OTA_LEARNING_PATHS_TL

Line 62: -- Delete the ota_learning_paths_tl row.

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

Line 64: delete from ota_learning_paths_tl

60: --
61: --
62: -- Delete the ota_learning_paths_tl row.
63: --
64: delete from ota_learning_paths_tl
65: where learning_path_id = p_rec.learning_path_id
66: and language = p_rec.language;
67: --
68: --

Line 189: (p_module_name => 'OTA_LEARNING_PATHS_TL'

185: --
186: when hr_api.cannot_find_prog_unit then
187: --
188: hr_api.cannot_find_prog_unit_error
189: (p_module_name => 'OTA_LEARNING_PATHS_TL'
190: ,p_hook_type => 'AD');
191: --
192: end;
193: --

Line 284: from ota_learning_paths_tl lpt

280: -- Cursor to obtain all the translation rows.
281: --
282: cursor csr_del_langs is
283: select lpt.language
284: from ota_learning_paths_tl lpt
285: where lpt.learning_path_id = p_learning_path_id;
286: --
287: l_proc varchar2(72) := g_package||'del_tl';
288: --