DBA Data[Home] [Help]

APPS.WSH_USA_QUANTITY_PVT dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 498: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(

494: FETCH C_get_others INTO l_organization_id,l_inventory_item_id,l_requested_quantity_uom,l_requested_quantity_uom2;
495: CLOSE C_get_others;
496:
497: -- TPW - Distributed Organization Changes - Start
498: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(
499: p_organization_id => l_organization_id,
500: x_return_status => l_return_status );
501:
502: IF l_debug_on THEN