DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on INV_GMI_RSV_BRANCH

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

6363: WSH_DEBUG_SV.log(l_module_name,'l_ship_params.retain_nonstaged_det_flag',l_ship_params.retain_nonstaged_det_flag);
6364: END IF;
6365:
6366: -- bug 7131800
6367: IF NOT INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_detail_info.organization_id) THEN
6368: l_process_flag := FND_API.G_FALSE;
6369: ELSE
6370: l_process_flag := FND_API.G_TRUE;
6371: END IF;