DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on FND_WEB_SEC

Line 191: l_result := fnd_web_sec.validate_login(upper(c_user_name), c_user_password,

187: end if;
188:
189: --bug 3238722
190: p_loginfrom := 'ICX';
191: l_result := fnd_web_sec.validate_login(upper(c_user_name), c_user_password,
192: g_p_loginID, g_p_expired, p_loginfrom);
193:
194: -- Begin Bug 1961641
195: if l_result = 'N'

Line 595: -- Bug 3238722 fnd_web_sec will now return the login_id

591: -- bug 2538912
592: -- If the user has only one forms resp do not audit the user
593: -- the forms session will do the auditing.
594:
595: -- Bug 3238722 fnd_web_sec will now return the login_id
596: /*
597:
598: select count(*) into l_count_resp_f
599: from FND_SECURITY_GROUPS_VL fsg,

Line 665: l_guest_username := fnd_web_sec.get_guest_username_pwd;

661: -- (name_z => 'GUEST_USER_PWD',
662: -- val_z => l_guest_username ,
663: -- defined_z => l_profile_defined);
664: -- Using new api to retrieve GUEST credentials.
665: l_guest_username := fnd_web_sec.get_guest_username_pwd;
666:
667: l_guest_username := SUBSTR(l_guest_username,1,INSTR(l_guest_username,'/') -1);
668:
669: BEGIN

Line 1962: l_anon_name := fnd_web_sec.get_guest_username_pwd;

1958: --portal instance.. direct through SSO
1959: -- fnd_profile.get(name => 'GUEST_USER_PWD',
1960: -- val => l_anon_name);
1961: -- Using new api to retrieve GUEST credentials.
1962: l_anon_name := fnd_web_sec.get_guest_username_pwd;
1963: l_anon_name := SUBSTR(l_anon_name, 1, INSTR(l_anon_name, '/') -1);
1964: BEGIN
1965: SELECT user_id
1966: INTO l_user_id

Line 1984: l_anon_name := fnd_web_sec.get_guest_username_pwd;

1980: ELSE -- not portal
1981: -- fnd_profile.get(name => 'GUEST_USER_PWD',
1982: -- val => l_anon_name);
1983: -- Using new api to retrieve GUEST credentials.
1984: l_anon_name := fnd_web_sec.get_guest_username_pwd;
1985:
1986: l_anon_name := SUBSTR(l_anon_name, 1, INSTR(l_anon_name, '/') -1);
1987:
1988: BEGIN

Line 4075: l_result := fnd_web_sec.validate_login(upper(i_1), i_2);

4071: then
4072: raise e_signin_invalid;
4073: end if;
4074:
4075: l_result := fnd_web_sec.validate_login(upper(i_1), i_2);
4076: c_validate_only:='N';
4077:
4078: if l_result = 'Y'
4079: then

Line 4421: l_anon_name := fnd_web_sec.get_guest_username_pwd;

4417:
4418: -- fnd_profile.get(name => 'GUEST_USER_PWD',
4419: -- val => l_anon_name);
4420: -- Using new api to retrieve GUEST credentials.
4421: l_anon_name := fnd_web_sec.get_guest_username_pwd;
4422: l_anon_name := SUBSTR(l_anon_name, 1, INSTR(l_anon_name, '/') -1);
4423: BEGIN
4424: SELECT user_id
4425: INTO l_anon_user_id