DBA Data[Home] [Help]

APPS.CZ_CF_API dependencies on FND_SESSION_MANAGEMENT

Line 3684: l_session_id := FND_SESSION_MANAGEMENT.g_session_id;

3680: BEGIN
3681: l_user_id := fnd_profile.value('USER_ID');
3682: l_resp_id := fnd_profile.value('RESP_ID');
3683: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
3684: l_session_id := FND_SESSION_MANAGEMENT.g_session_id;
3685: IF (l_session_id = -1) THEN
3686: IF l_user_id IS NULL OR l_resp_id IS NULL OR l_resp_appl_id IS NULL THEN
3687: RAISE l_icx_exc;
3688: END IF;

Line 3689: l_session_id := fnd_session_management.createsession(l_user_id);

3685: IF (l_session_id = -1) THEN
3686: IF l_user_id IS NULL OR l_resp_id IS NULL OR l_resp_appl_id IS NULL THEN
3687: RAISE l_icx_exc;
3688: END IF;
3689: l_session_id := fnd_session_management.createsession(l_user_id);
3690: END IF;
3691:
3692: IF l_session_id = -1 THEN
3693: RAISE l_icx_exc;