DBA Data[Home] [Help]

APPS.FND_AOLJ_UTIL dependencies on FND_SESSION_UTILITIES

Line 229: l_xsid := FND_SESSION_UTILITIES.SessionID_to_XSID(l_session_id);

225: return 'N';
226: end if;
227:
228: -- then validate the session
229: l_xsid := FND_SESSION_UTILITIES.SessionID_to_XSID(l_session_id);
230: -- todo: l_xsid should not be NULL, but what if it is? return?
231: if l_xsid is null then
232: return 'N';
233: end if;

Line 411: l_encrypted_session_id := fnd_session_utilities.sessionID_to_xsid( TO_NUMBER(p_session_id) );

407: else
408: if p_session_id is null then
409: l_encrypted_session_id := p_session_id;
410: else
411: l_encrypted_session_id := fnd_session_utilities.sessionID_to_xsid( TO_NUMBER(p_session_id) );
412:
413: end if;
414: if p_transaction_id is null then
415: l_encrypted_tranx_id := p_transaction_id;

Line 417: l_encrypted_tranx_id := fnd_session_utilities.transactionID_to_xtid( TO_NUMBER(p_transaction_id) );

413: end if;
414: if p_transaction_id is null then
415: l_encrypted_tranx_id := p_transaction_id;
416: else
417: l_encrypted_tranx_id := fnd_session_utilities.transactionID_to_xtid( TO_NUMBER(p_transaction_id) );
418: end if;
419: end if;
420:
421: l_result := fnd_session_management.validateSessionPrivate(