DBA Data[Home] [Help]

APPS.GMIVDX dependencies on FND_GLOBAL

Line 349: IF (NOT GMIGUTL.SETUP(FND_GLOBAL.USER_NAME)) THEN

345: x_return_status :=FND_API.G_RET_STS_SUCCESS;
346:
347: --this call will set up the profiles needed by the create lot engine
348: --and transaction engine in OPM.
349: IF (NOT GMIGUTL.SETUP(FND_GLOBAL.USER_NAME)) THEN
350: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
351: log_msg('Failed call to GMIGUTL.SETUP');
352: END IF;
353: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;