DBA Data[Home] [Help]

APPS.FF_FORMULA_WEBUI_PKG dependencies on FF_FUNCTIONS

Line 962: from ff_functions f

958: is
959: --
960: cursor c_fn_name (p_fn_id number) is
961: select f.name
962: from ff_functions f
963: where f.function_id = p_fn_id;
964: --
965: cursor c_fn_params (p_fn_id number) is
966: select fp.name, lu.meaning data_type