DBA Data[Home] [Help]

APPS.OKE_FLOWDOWN_UTILS dependencies on FND_RUN_FUNCTION

Line 241: URL_Text:= fnd_run_function.get_run_function_url(

237: ||encrypted_ids
238: ||'&P='
239: ||encrypted_params;
240: */
241: URL_Text:= fnd_run_function.get_run_function_url(
242: L_Function_id, resp_appl_id, resp_id, sec_grp_id, other_params
243: );
244:
245: RETURN ( URL_Text );