DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on FND_SIGNON

Line 293: fnd_signon.audit_end(l_login_id); -- end date FND_LOGINS

289: l_audit_level:=fnd_profile.value('SIGNONAUDIT:LEVEL');
290:
291: IF (l_audit_level is not null) THEN
292: FOR end_date_rec in c_end_date_fndlogins LOOP
293: fnd_signon.audit_end(l_login_id); -- end date FND_LOGINS
294: END LOOP;
295: END IF;
296:
297:

Line 448: -- fnd_signon.new_icx_session(p_user_id,

444: l_timeout);
445:
446: -- bug 3375261, switched to new version of new_icx_session to
447: -- not perform password related operations when creating a session
448: -- fnd_signon.new_icx_session(p_user_id,
449: -- l_login_id);
450: -- Call new api new_proxy_icx_session(new version of new_icx_session) which
451: -- has an extra param to indicate whether it's creation of proxy session
452: -- (or) normal session

Line 453: fnd_signon.new_proxy_icx_session(UID => p_user_id,

449: -- l_login_id);
450: -- Call new api new_proxy_icx_session(new version of new_icx_session) which
451: -- has an extra param to indicate whether it's creation of proxy session
452: -- (or) normal session
453: fnd_signon.new_proxy_icx_session(UID => p_user_id,
454: proxy_user => p_proxy_user,
455: login_id => l_login_id);
456:
457:

Line 818: fnd_signon.audit_end(l_from_login_id); -- end guest audit session and resps.

814: -- AMGONZAL.
815:
816: l_audit_level:=fnd_profile.value('SIGNONAUDIT:LEVEL');
817: if (l_audit_level is not null) and ( l_from_login_id is not null) then
818: fnd_signon.audit_end(l_from_login_id); -- end guest audit session and resps.
819: end if;
820:
821: fnd_signon.new_icx_session(p_user_id,
822: l_login_id);

Line 821: fnd_signon.new_icx_session(p_user_id,

817: if (l_audit_level is not null) and ( l_from_login_id is not null) then
818: fnd_signon.audit_end(l_from_login_id); -- end guest audit session and resps.
819: end if;
820:
821: fnd_signon.new_icx_session(p_user_id,
822: l_login_id);
823:
824: get_fixed_sec_keys(p_user_id, l_mac_key, l_enc_key);
825:

Line 2036: fnd_signon.audit_end(l_login_id); -- end audit session and resps.

2032:
2033: l_audit_level:=fnd_profile.value('SIGNONAUDIT:LEVEL');
2034: if (l_audit_level is not null) and ( l_login_id is not null)
2035: then
2036: fnd_signon.audit_end(l_login_id); -- end audit session and resps.
2037: end if;
2038: --end changes for 4230606
2039:
2040: if c_user_id is null then