DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on INV_GMI_RSV_BRANCH

Line 1132: IF INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => g_cache_detail_rec.organization_id) THEN

1128: l_change_item := 'Y';
1129:
1130: --2.Check if detail is associated to OPM org - if so, do not allow update of item.
1131: --check for old org.
1132: IF INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => g_cache_detail_rec.organization_id) THEN
1133: --{
1134: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
1135: IF l_debug_on THEN
1136: WSH_DEBUG_SV.logmsg(l_module_name, 'Item Update is not allowed as it is associated to OPM organization.');

Line 1146: IF INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_final_org_id) THEN

1142: IF ( (p_attributes_rec.ship_from_org_id <> FND_API.G_MISS_NUM)
1143: AND (p_attributes_rec.ship_from_org_id <> g_cache_detail_rec.organization_id) ) THEN
1144: --{
1145: l_final_org_id:= p_attributes_rec.ship_from_org_id;
1146: IF INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_final_org_id) THEN
1147: --{
1148: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
1149: IF l_debug_on THEN
1150: WSH_DEBUG_SV.logmsg(l_module_name, 'Item Update is not allowed as it is associated to OPM organization.');