DBA Data[Home] [Help]

APPS.FF_FORMULA_WEBUI_PKG dependencies on HR_LOOKUPS

Line 949: hr_lookups lu

945: --
946: cursor c_fn_params (p_fn_id number) is
947: select fp.name, lu.meaning data_type
948: from ff_function_parameters fp,
949: hr_lookups lu
950: where fp.function_id = p_fn_id
951: and fp.data_type = lu.lookup_code
952: and lu.lookup_type = 'DATA_TYPE'
953: order by fp.sequence_number;