DBA Data[Home] [Help]

APPS.PAY_RTT_UPD dependencies on PAY_RUN_TYPES_F_TL

Line 66: -- Update the pay_run_types_f_tl Row

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

Line 68: update pay_run_types_f_tl

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

Line 211: (p_module_name => 'PAY_RUN_TYPES_F_TL'

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

Line 389: from pay_run_types_f_tl rtt

385: -- source_lang match the specified language.
386: --
387: cursor csr_upd_langs is
388: select rtt.language
389: from pay_run_types_f_tl rtt
390: where rtt.run_type_id = p_run_type_id
391: and p_language_code in (rtt.language
392: ,rtt.source_lang);
393: --