﻿<?xml version="1.0" encoding="utf-8"?>
<CallableObject guid="0b4e7c79-92c6-4c74-a3fa-dd7eaa06869b" name="provDP" description="prov DP" namespace="GeneXus.Programs">
  <Signature name="par">
    <Parameter name="prov_rut_num">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Numeric</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>9</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="ReturnValue" accessor="out">
      <Field name="provSDT" description="prov SDT">
        <Fields>
          <Field name="prov_id" description="Id.Proveedor">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>9</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="prov_nombre" description="Nombre">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>VarChar</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>60</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="prov_rut_num" description="Rut">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>9</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="prov_rut_ver" description="-">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>1</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="prov_Mail" description="Mail">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>100</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="prov_status" description="Status">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Boolean</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="empr_id" description="Empresa.Id">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>5</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="Prov_acreedor" description="Prov_acreedor">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>20</Value>
              </Property>
            </Properties>
          </Field>
        </Fields>
      </Field>
    </Parameter>
  </Signature>
</CallableObject>