DBA Data[Home] [Help]

APPS.WSH_SHIPPING_PARAMS_PVT dependencies on FND_MSG_PUB

Line 211: FND_MSG_PUB.Add; --BUG#12599249

207: --{
208: --Bug 3539616 : Error message shown when Shipping Parameters are not defined
209: FND_MESSAGE.Set_Name('WSH', 'WSH_SHP_NOT_FOUND');
210: FND_MESSAGE.Set_Token('ORG_NAME', wsh_util_core.get_org_name(p_organization_id));
211: FND_MSG_PUB.Add; --BUG#12599249
212: IF l_debug_on THEN
213: WSH_DEBUG_SV.log(l_module_name,'ERROR: ','Shipping Parameters not defined for Organization '||p_organization_id);
214: END IF;
215: RAISE NO_DATA_FOUND;