DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on MO_GLOBAL

Line 1084: mo_global.init('AHL');

1080: x_returnStatus => x_return_status
1081: );
1082:
1083: --Adithya added the following code to fix bugs 5611465 and 6962468
1084: mo_global.init('AHL');
1085:
1086: IF(x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) THEN
1087: IF G_DEBUG='Y' THEN
1088: AHL_DEBUG_PUB.debug('wip_mtlInterfaceProc_pub.processInterface....errored');