DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on DUAL

Line 844: 'N' from dual)

840: l_login_id,
841: NVL(l_mac_key, mac_key),
842: NVL(l_enc_key, enc_key),
843: l_timeout,
844: 'N' from dual)
845: where xsid = p_session_id;
846:
847: --Bug 7174340 newSessionRaiseEvent(p_user_id,p_session_id);
848: newSessionRaiseEvent(p_user_id,l_session_id);

Line 1940: from sys.dual;

1936: begin
1937:
1938: select fnd_logins_s.nextval
1939: into l_login_id
1940: from sys.dual;
1941:
1942:
1943: return(l_login_id);
1944: end;