DBA Data[Home] [Help]

APPS.FND_CONC_CONNECT dependencies on FND_PROFILE

Line 71: fnd_profile.get('APPS_WEB_AGENT', web_agent);

67: l_user_id := fnd_global.user_id;
68: l_sec_grp_id := fnd_global.SECURITY_GROUP_ID;
69: l_session := icx_sec.createSession(l_user_id);
70:
71: fnd_profile.get('APPS_WEB_AGENT', web_agent);
72:
73: if ( length(web_agent) > 0 ) then
74: if ( substr(web_agent,-1, 1) <> '/') then
75: web_agent := web_agent || '/';