DBA Data[Home] [Help]

APPS.PAY_MLS_TRIGGERS dependencies on FF_GLOBALS_F_TL

Line 306: from ff_globals_f_tl tl

302: where b.global_id = p_global_id
303: and not exists
304: -- this is the first insert; there is no corresponding row in tl table
305: ( select 1
306: from ff_globals_f_tl tl
307: where tl.global_id = p_global_id ) ;
308: rec_glb c_glb%rowtype;
309: begin
310: l_proc := 'glb_asi' ;

Line 340: from ff_globals_f_tl f

336: l_proc varchar2(30) ;
337: cursor c_glb_del ( p_global_id ff_globals_f.global_id%type )
338: is
339: select 1
340: from ff_globals_f_tl f
341: where f.global_id = p_global_id
342: and not exists
343: ( select 1
344: from ff_globals_f f1