DBA Data[Home] [Help]

APPS.PAY_MLS_TRIGGERS dependencies on FF_FFT_DEL

Line 487: ff_fft_del.del_tl( P_FORMULA_ID =>l_fml_del(i) );

483: for i in 1..l_fml_del.count loop
484: open c_fml_del (l_fml_del(i)) ;
485: fetch c_fml_del into rec_fml;
486: if c_fml_del%found then
487: ff_fft_del.del_tl( P_FORMULA_ID =>l_fml_del(i) );
488:
489: end if;
490: close c_fml_del;
491: end loop ;