DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on WSH_USA_QUANTITY_PVT

Line 844: WSH_USA_QUANTITY_PVT.Update_Ordered_Quantity(

840: AND (p_attributes_rec.ship_from_org_id <> g_cache_detail_rec.organization_id)
841: AND ((p_attributes_rec.inventory_item_id = FND_API.G_MISS_NUM ) OR (p_attributes_rec.inventory_item_id = g_cache_detail_rec.inventory_item_id)) ) THEN
842:
843: g_cache_detail_rec.cache_flag := 'N';
844: WSH_USA_QUANTITY_PVT.Update_Ordered_Quantity(
845: p_changed_attribute => p_attributes_rec,
846: p_source_code => p_source_code,
847: p_action_flag => 'U',
848: p_wms_flag => p_wms_flag,