DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on FND_RUN_FUNCTION

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

4448: -- Function to parse the given URL to check if it is a valid JSP agent.
4449: -- If the agent is from the old mailer config with /pls/wf/ or from
4450: -- APPS_FRAMEWORK_AGENT profile option without /OA_HTML/ or /pls/wf/ this
4451: -- function will return in format http://hostname.domain:port/OA_HTML/
4452: -- (The logic is based on fnd_run_function.get_jsp_agent)
4453: --
4454: function Validate_JSP_Agent(p_web_agent in varchar2)
4455: return varchar2
4456: is

Line 4554: url := fnd_run_function.get_run_function_url(

4550: 'params: {'||params||'} override agent: {'
4551: ||n_override_agent||'}');
4552: end if;
4553:
4554: url := fnd_run_function.get_run_function_url(
4555: p_function_id => functionId,
4556: p_resp_appl_id => -1,
4557: p_resp_id => -1,
4558: p_security_group_id => null,