DBA Data[Home] [Help]

APPS.PAY_PTT_UPD dependencies on PAY_USER_TABLES_TL

Line 66: -- Update the pay_user_tables_tl Row

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

Line 68: update pay_user_tables_tl

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

Line 213: (p_module_name => 'PAY_USER_TABLES_TL'

209: --
210: when hr_api.cannot_find_prog_unit then
211: --
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'PAY_USER_TABLES_TL'
214: ,p_hook_type => 'AU');
215: --
216: end;
217: --

Line 395: from pay_user_tables_tl ptt

391: -- source_lang match the specified language.
392: --
393: cursor csr_upd_langs is
394: select ptt.language
395: from pay_user_tables_tl ptt
396: where ptt.user_table_id = p_user_table_id
397: and p_language_code in (ptt.language
398: ,ptt.source_lang);
399: --