DBA Data[Home] [Help]

APPS.CZ_CF_API dependencies on FND_SESSION_MANAGEMENT

Line 3284: l_session_id := FND_SESSION_MANAGEMENT.g_session_id;

3280: BEGIN
3281: l_user_id := fnd_profile.value('USER_ID');
3282: l_resp_id := fnd_profile.value('RESP_ID');
3283: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
3284: l_session_id := FND_SESSION_MANAGEMENT.g_session_id;
3285: IF (l_session_id = -1) THEN
3286: IF l_user_id IS NULL OR l_resp_id IS NULL OR l_resp_appl_id IS NULL THEN
3287: RAISE l_icx_exc;
3288: END IF;

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

3285: IF (l_session_id = -1) THEN
3286: IF l_user_id IS NULL OR l_resp_id IS NULL OR l_resp_appl_id IS NULL THEN
3287: RAISE l_icx_exc;
3288: END IF;
3289: l_session_id := fnd_session_management.createsession(l_user_id);
3290: END IF;
3291:
3292: IF l_session_id = -1 THEN
3293: RAISE l_icx_exc;