DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on FND_FUNCTION

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

1309:
1310:
1311: if c_function_code is not null
1312: then
1313: if (not FND_FUNCTION.TEST(c_function_code))
1314: then
1315: l_result := 'INVALID';
1316: end if;
1317: -- bug 3422198

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

1317: -- bug 3422198
1318: elsif (fnd_session_management.g_function_id is not null) and
1319: (fnd_session_management.g_function_id <> -1)
1320: then
1321: if (not FND_FUNCTION.TEST_ID(fnd_session_management.g_function_id))
1322: then
1323: l_result := 'INVALID';
1324: end if;
1325: end if;