DBA Data[Home] [Help]

APPS.IEC_COMMON_UTIL_PVT dependencies on FND_API

Line 43: RAISE fnd_api.g_exc_unexpected_error;

39: EXCEPTION
40:
41: WHEN OTHERS THEN
42:
43: RAISE fnd_api.g_exc_unexpected_error;
44:
45: END Get_AppsSchemaName;
46:
47: