DBA Data[Home] [Help]

APPS.MSC_SUPPLIER_PWB dependencies on FND_PROFILE

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

330: begin
331: p_err_msg := null; --initialize to null
332: p_url := null;
333:
334: l_apps_web_agent := fnd_profile.value('APPS_WEB_AGENT');
335:
336: --check if the last char is '/', else append
337: l_length := length(l_apps_web_agent);
338: l_temp := substr(l_apps_web_agent,l_length,1);