DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on FND_SIGNON

Line 407: -- fnd_signon.new_icx_session(p_user_id,

403: l_timeout);
404:
405: -- bug 3375261, switched to new version of new_icx_session to
406: -- not perform password related operations when creating a session
407: -- fnd_signon.new_icx_session(p_user_id,
408: -- l_login_id);
409: -- Call new api new_proxy_icx_session(new version of new_icx_session) which
410: -- has an extra param to indicate whether it's creation of proxy session
411: -- (or) normal session

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

408: -- l_login_id);
409: -- Call new api new_proxy_icx_session(new version of new_icx_session) which
410: -- has an extra param to indicate whether it's creation of proxy session
411: -- (or) normal session
412: fnd_signon.new_proxy_icx_session(UID => p_user_id,
413: proxy_user => p_proxy_user,
414: login_id => l_login_id);
415:
416:

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

771: -- AMGONZAL.
772:
773: l_audit_level:=fnd_profile.value('SIGNONAUDIT:LEVEL');
774: if (l_audit_level is not null) and ( l_from_login_id is not null) then
775: fnd_signon.audit_end(l_from_login_id); -- end guest audit session and resps.
776: end if;
777:
778: fnd_signon.new_icx_session(p_user_id,
779: l_login_id);

Line 778: fnd_signon.new_icx_session(p_user_id,

774: if (l_audit_level is not null) and ( l_from_login_id is not null) then
775: fnd_signon.audit_end(l_from_login_id); -- end guest audit session and resps.
776: end if;
777:
778: fnd_signon.new_icx_session(p_user_id,
779: l_login_id);
780:
781: get_fixed_sec_keys(p_user_id, l_mac_key, l_enc_key);
782:

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

1980:
1981: l_audit_level:=fnd_profile.value('SIGNONAUDIT:LEVEL');
1982: if (l_audit_level is not null) and ( l_login_id is not null)
1983: then
1984: fnd_signon.audit_end(l_login_id); -- end audit session and resps.
1985: end if;
1986: --end changes for 4230606
1987:
1988: if c_user_id is null then