DBA Data[Home] [Help]

APPS.PAY_MLS_TRIGGERS dependencies on FF_FFT_INS

Line 444: ff_fft_ins.ins_tl( P_LANGUAGE_CODE=>userenv('LANG')

440: for i in 1..l_fml.count loop
441: open c_fml (l_fml(i).formula_id) ;
442: fetch c_fml into rec_fml;
443: if c_fml%found then
444: ff_fft_ins.ins_tl( P_LANGUAGE_CODE=>userenv('LANG')
445: ,P_FORMULA_ID =>l_fml(i).formula_id
446: ,P_FORMULA_NAME =>l_fml(i).formula_name_n
447: ,P_DESCRIPTION =>l_fml(i).description_n
448: );