DBA Data[Home] [Help]

APPS.FF_FORMULA_WEBUI_PKG dependencies on FF_FUNCTIONS

Line 943: from ff_functions f

939: is
940: --
941: cursor c_fn_name (p_fn_id number) is
942: select f.name
943: from ff_functions f
944: where f.function_id = p_fn_id;
945: --
946: cursor c_fn_params (p_fn_id number) is
947: select fp.name, lu.meaning data_type