DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYLG_PKG dependencies on FF_GLOBALS_F

Line 791: from ff_globals_f glb

787: --
788: cursor csr_ff_global
789: is
790: select to_number(glb.global_value,'99999999999999999999.99999') -- Bug 5726158
791: from ff_globals_f glb
792: where glb.global_name = p_glbvar
793: and p_process_date between glb.effective_start_date and glb.effective_end_date;
794: --
795: l_glbvalue number default 0;

Line 1977: from ff_globals_f glb

1973: --
1974: cursor csr_ff_global
1975: is
1976: select to_number(glb.global_value,'99999999999999999999.99999') -- Bug 5726158
1977: from ff_globals_f glb
1978: where glb.global_name = p_glbvar
1979: and p_process_date between glb.effective_start_date and glb.effective_end_date;
1980: --
1981: l_glbvalue number default 0;