DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on INV_GMI_RSV_BRANCH

Line 5800: IF NOT INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_detail_info.organization_id) THEN

5796: WSH_DEBUG_SV.log(l_module_name,'l_ship_params.retain_nonstaged_det_flag',l_ship_params.retain_nonstaged_det_flag);
5797: END IF;
5798:
5799: -- bug 7131800
5800: IF NOT INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_detail_info.organization_id) THEN
5801: l_process_flag := FND_API.G_FALSE;
5802: ELSE
5803: l_process_flag := FND_API.G_TRUE;
5804: END IF;