DBA Data[Home] [Help]

APPS.FF_FORMULA_WEBUI_PKG dependencies on FF_COMPILED_INFO_F

Line 933: from ff_compiled_info_f

929: is
930: --
931: cursor c_formula_compiled_info is
932: select 'Y'
933: from ff_compiled_info_f
934: where formula_id = p_formula_id
935: and p_effective_date between effective_start_date and effective_end_date;
936: --
937: l_formula_is_compiled varchar2(15) := 'N';