DBA Data[Home] [Help]

APPS.GMA_PURGE_ENGINE dependencies on FND_API

Line 2497: RAISE fnd_api.g_exc_unexpected_error;

2493: , l_schema_name
2494: );
2495:
2496: IF NOT l_return THEN
2497: RAISE fnd_api.g_exc_unexpected_error;
2498: END IF;
2499:
2500: RETURN l_schema_name;
2501: