DBA Data[Home] [Help]

APPS.FF_FORMULA_WEBUI_PKG dependencies on FF_COMPILED_INFO_F

Line 914: from ff_compiled_info_f

910: is
911: --
912: cursor c_formula_compiled_info is
913: select 'Y'
914: from ff_compiled_info_f
915: where formula_id = p_formula_id
916: and p_effective_date between effective_start_date and effective_end_date;
917: --
918: l_formula_is_compiled varchar2(15) := 'N';