DBA Data[Home] [Help]

APPS.PER_KR_EXTRA_AEI_RULES dependencies on FF_GLOBALS_F

Line 1982: from ff_globals_f glb

1978: --
1979: cursor csr_ff_global
1980: is
1981: select to_number(glb.global_value,'99999999999999999999.99999') -- Bug 5726158
1982: from ff_globals_f glb
1983: where glb.global_name = p_glbvar
1984: and p_process_date between glb.effective_start_date and glb.effective_end_date;
1985: --
1986: l_glbvalue number default 0;