DBA Data[Home] [Help]

APPS.FF_FORMULA_WEBUI_PKG dependencies on HR_LOOKUPS

Line 968: hr_lookups lu

964: --
965: cursor c_fn_params (p_fn_id number) is
966: select fp.name, lu.meaning data_type
967: from ff_function_parameters fp,
968: hr_lookups lu
969: where fp.function_id = p_fn_id
970: and fp.data_type = lu.lookup_code
971: and lu.lookup_type = 'DATA_TYPE'
972: order by fp.sequence_number;