DBA Data[Home] [Help]

APPS.IBW_OE_PVT dependencies on FND_WEB_SEC

Line 137: l_guest_user_pwd:=FND_WEB_SEC.get_guest_username_pwd;

133: --Bug 6727218
134: -- get guest party AND user ids
135: printLog('Getting Guest user name/Password');
136: --FND_PROFILE.GET ('GUEST_USER_PWD', l_guest_user_pwd);
137: l_guest_user_pwd:=FND_WEB_SEC.get_guest_username_pwd;
138:
139: -- Get the user name out from the profile value which is in the format USERNAME/PASSWORD
140: l_guest_username := substr(l_guest_user_pwd,1,instr(l_guest_user_pwd,'/',1,1)-1);
141: