DBA Data[Home] [Help]

APPS.WSH_WV_UTILS dependencies on FND_PROFILE

Line 202: fnd_profile.get('WSH_IGNORE_WT_VOL',l_ignore_wtvol);

198: -- Reset the result to 0 to preserve compatibility before
199: -- the bug fix made above (namely, always call inv_um_convert).
200:
201: if result = -99999 then
202: fnd_profile.get('WSH_IGNORE_WT_VOL',l_ignore_wtvol);
203: IF NVL(l_ignore_wtvol,'Y') = 'N' THEN
204: x_return_status := wsh_util_core.g_ret_sts_error;
205: FND_MESSAGE.SET_NAME('WSH','WSH_UNDEF_UOM_CONVERSION');
206: FND_MESSAGE.SET_TOKEN('FROM_UOM',from_uom);