DBA Data[Home] [Help]

APPS.IGS_CO_SUBMIT dependencies on FND_RUN_FUNCTION

Line 65: fnd_run_function.get_run_function_url (

61: l_temp_string := REPLACE (l_temp_string, '"', '`' || '&' || 'quot;');
62: l_user_function_name := REPLACE (l_temp_string, '\\', '\');
63: -- Get the URL
64: l_url :=
65: fnd_run_function.get_run_function_url (
66: l_function_id,
67: fnd_global.resp_appl_id,
68: fnd_global.resp_id,
69: fnd_global.security_group_id,