DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_RUN_FUNCTION

Line 850: l_servlet_agent:= FND_RUN_FUNCTION.GET_RUN_FUNCTION_URL

846: '&resp_appl_id=' || l_resp_appl_id ||
847: '&security_group_id=' || nvl(l_security_group_id,'0');
848: */
849:
850: l_servlet_agent:= FND_RUN_FUNCTION.GET_RUN_FUNCTION_URL
851: (P_FUNCTION_ID => l_function_id,
852: P_RESP_APPL_ID => l_resp_appl_id,
853: P_RESP_ID => l_responsibility_id,
854: P_SECURITY_GROUP_ID => nvl(l_security_group_id,'0'));