DBA Data[Home] [Help]

APPS.MSC_SUPPLIER_PWB dependencies on FND_PROFILE

Line 294: l_apps_web_agent := fnd_profile.value('APPS_WEB_AGENT');

290: begin
291: p_err_msg := null; --initialize to null
292: p_url := null;
293:
294: l_apps_web_agent := fnd_profile.value('APPS_WEB_AGENT');
295:
296: --check if the last char is '/', else append
297: l_length := length(l_apps_web_agent);
298: l_temp := substr(l_apps_web_agent,l_length,1);