DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on INV_GMI_RSV_BRANCH

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

1155: l_change_item := 'Y';
1156:
1157: --2.Check if detail is associated to OPM org - if so, do not allow update of item.
1158: --check for old org.
1159: IF INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => g_cache_detail_rec.organization_id) THEN
1160: --{
1161: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
1162: IF l_debug_on THEN
1163: WSH_DEBUG_SV.logmsg(l_module_name, 'Item Update is not allowed as it is associated to OPM organization.');

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

1169: IF ( (p_attributes_rec.ship_from_org_id <> FND_API.G_MISS_NUM)
1170: AND (p_attributes_rec.ship_from_org_id <> g_cache_detail_rec.organization_id) ) THEN
1171: --{
1172: l_final_org_id:= p_attributes_rec.ship_from_org_id;
1173: IF INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_final_org_id) THEN
1174: --{
1175: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
1176: IF l_debug_on THEN
1177: WSH_DEBUG_SV.logmsg(l_module_name, 'Item Update is not allowed as it is associated to OPM organization.');