DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 3512: l_org_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(

3508: END IF; --}
3509:
3510:
3511: IF (nvl(l_prev_organization_id,-99) <> l_mtl_txn_if_rec.organization_id(l_index)) THEN
3512: l_org_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(
3513: p_organization_id => l_mtl_txn_if_rec.organization_id(l_index),
3514: x_return_status => x_return_status);
3515: END IF;
3516: