DBA Data[Home] [Help]

APPS.PAY_RUN_TYPE_API dependencies on PAY_RTT_INS

Line 199: pay_rtt_ins.ins_tl(p_language_code => l_language_code

195: hr_utility.set_location(l_proc, 50);
196: --
197: -- Create the translation rows
198: --
199: pay_rtt_ins.ins_tl(p_language_code => l_language_code
200: ,p_run_type_id => l_run_type_id
201: ,p_run_type_name => p_run_type_name
202: ,p_shortname => p_shortname
203: );