DBA Data[Home] [Help]

APPS.PER_STL_UPD dependencies on PER_RI_SETUP_TASKS_TL

Line 66: -- Update the per_ri_setup_tasks_tl Row

62: --
63: --
64: --
65: --
66: -- Update the per_ri_setup_tasks_tl Row
67: --
68: update per_ri_setup_tasks_tl
69: set
70: setup_task_code = p_rec.setup_task_code

Line 68: update per_ri_setup_tasks_tl

64: --
65: --
66: -- Update the per_ri_setup_tasks_tl Row
67: --
68: update per_ri_setup_tasks_tl
69: set
70: setup_task_code = p_rec.setup_task_code
71: ,language = p_rec.language
72: ,source_lang = p_rec.source_lang

Line 206: (p_module_name => 'PER_RI_SETUP_TASKS_TL'

202: --
203: when hr_api.cannot_find_prog_unit then
204: --
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'PER_RI_SETUP_TASKS_TL'
207: ,p_hook_type => 'AU');
208: --
209: end;
210: --

Line 393: from per_ri_setup_tasks_tl stl

389: -- source_lang match the specified language.
390: --
391: cursor csr_upd_langs is
392: select stl.language
393: from per_ri_setup_tasks_tl stl
394: where stl.setup_task_code = p_setup_task_code
395: and p_language_code in (stl.language
396: ,stl.source_lang);
397: --