DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on FND_FUNCTION

Line 1361: if (not FND_FUNCTION.TEST(c_function_code))

1357:
1358:
1359: if c_function_code is not null
1360: then
1361: if (not FND_FUNCTION.TEST(c_function_code))
1362: then
1363: l_result := 'INVALID';
1364: end if;
1365: -- bug 3422198

Line 1369: if (not FND_FUNCTION.TEST_ID(fnd_session_management.g_function_id))

1365: -- bug 3422198
1366: elsif (fnd_session_management.g_function_id is not null) and
1367: (fnd_session_management.g_function_id <> -1)
1368: then
1369: if (not FND_FUNCTION.TEST_ID(fnd_session_management.g_function_id))
1370: then
1371: l_result := 'INVALID';
1372: end if;
1373: end if;