DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on FND_RUN_FUNCTION

Line 4629: -- (The logic is based on fnd_run_function.get_jsp_agent)

4625: -- Function to parse the given URL to check if it is a valid JSP agent.
4626: -- If the agent is from the old mailer config with /pls/wf/ or from
4627: -- APPS_FRAMEWORK_AGENT profile option without /OA_HTML/ or /pls/wf/ this
4628: -- function will return in format http://hostname.domain:port/OA_HTML/
4629: -- (The logic is based on fnd_run_function.get_jsp_agent)
4630: --
4631: function Validate_JSP_Agent(p_web_agent in varchar2)
4632: return varchar2
4633: is

Line 4731: url := fnd_run_function.get_run_function_url(

4727: 'params: {'||params||'} override agent: {'
4728: ||n_override_agent||'}');
4729: end if;
4730:
4731: url := fnd_run_function.get_run_function_url(
4732: p_function_id => functionId,
4733: p_resp_appl_id => -1,
4734: p_resp_id => -1,
4735: p_security_group_id => null,