DBA Data[Home] [Help]

APPS.PAY_URT_DEL dependencies on PAY_USER_ROWS_F_TL

Line 62: -- Delete the pay_user_rows_f_tl row.

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

Line 64: delete from pay_user_rows_f_tl

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

Line 181: (p_module_name => 'PAY_USER_ROWS_F_TL'

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

Line 276: from pay_user_rows_f_tl prt

272: -- Cursor to obtain all the translation rows.
273: --
274: cursor csr_del_langs is
275: select prt.language
276: from pay_user_rows_f_tl prt
277: where prt.user_row_id = p_user_row_id;
278: --
279: l_proc varchar2(72) := g_package||'del_tl';
280: --