DBA Data[Home] [Help]

APPS.PAY_MLS_TRIGGERS dependencies on FF_FORMULAS_F_TL

Line 433: from ff_formulas_f_tl tl

429: where b.formula_id = p_formula_id
430: and not exists
431: -- this is the first insert ; there is no corresponding row in tl table
432: ( select 1
433: from ff_formulas_f_tl tl
434: where tl.formula_id = p_formula_id ) ;
435: rec_fml c_fml%rowtype;
436: begin
437: l_proc := 'fml_asi' ;

Line 471: from ff_formulas_f_tl f

467: l_proc varchar2(30) ;
468: cursor c_fml_del ( p_formula_id ff_formulas_f.formula_id%type )
469: is
470: select 1
471: from ff_formulas_f_tl f
472: where f.formula_id = p_formula_id
473: and not exists
474: ( select 1
475: from ff_formulas_f f1