DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 4131: l_org_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(

4127: END IF; --}
4128:
4129:
4130: IF (nvl(l_prev_organization_id,-99) <> l_mtl_txn_if_rec.organization_id(l_index)) THEN
4131: l_org_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(
4132: p_organization_id => l_mtl_txn_if_rec.organization_id(l_index),
4133: x_return_status => x_return_status);
4134: END IF;
4135: