DBA Data[Home] [Help]

APPS.PAY_RTT_DEL dependencies on PAY_RUN_TYPES_F_TL

Line 62: -- Delete the pay_run_types_f_tl row.

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

Line 64: delete from pay_run_types_f_tl

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

Line 183: (p_module_name => 'PAY_RUN_TYPES_F_TL'

179: --
180: when hr_api.cannot_find_prog_unit then
181: --
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'PAY_RUN_TYPES_F_TL'
184: ,p_hook_type => 'AD');
185: --
186: end;
187: --

Line 271: from pay_run_types_f_tl rtt

267: -- Cursor to obtain all the translation rows.
268: --
269: cursor csr_del_langs is
270: select rtt.language
271: from pay_run_types_f_tl rtt
272: where rtt.run_type_id = p_run_type_id;
273: --
274: l_proc varchar2(72) := g_package||'del_tl';
275: --