DBA Data[Home] [Help]

APPS.GMIVDX dependencies on FND_GLOBAL

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

352: x_return_status :=FND_API.G_RET_STS_SUCCESS;
353:
354: --this call will set up the profiles needed by the create lot engine
355: --and transaction engine in OPM.
356: IF (NOT GMIGUTL.SETUP(FND_GLOBAL.USER_NAME)) THEN
357: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
358: log_msg('Failed call to GMIGUTL.SETUP');
359: END IF;
360: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;