DBA Data[Home] [Help]

APPS.MSC_PHUB_UTIL dependencies on FND_GLOBAL

Line 339: fnd_global.apps_initialize ( user_id => l_user_id, resp_id => l_resp_id, resp_appl_id => l_resp_app_id);

335: close c_user_info;
336: if (l_user_id is null or l_resp_id is null or l_resp_app_id is null) then
337: raise SECURITY_CONTEXT_INVALID;
338: end if;
339: fnd_global.apps_initialize ( user_id => l_user_id, resp_id => l_resp_id, resp_appl_id => l_resp_app_id);
340: else
341: raise SECURITY_CONTEXT_INVALID;
342: end if;
343: end validate_icx_session;