DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_RUN_FUNCTION

Line 838: l_servlet_agent:= FND_RUN_FUNCTION.GET_RUN_FUNCTION_URL

834: '&resp_appl_id=' || l_resp_appl_id ||
835: '&security_group_id=' || nvl(l_security_group_id,'0');
836: */
837:
838: l_servlet_agent:= FND_RUN_FUNCTION.GET_RUN_FUNCTION_URL
839: (P_FUNCTION_ID => l_function_id,
840: P_RESP_APPL_ID => l_resp_appl_id,
841: P_RESP_ID => l_responsibility_id,
842: P_SECURITY_GROUP_ID => nvl(l_security_group_id,'0'));