﻿<?xml version="1.0" encoding="utf-8"?>
<CallableObject guid="f0c3f2cf-6e25-4bb5-a5d1-039276b14c02" name="DPUsuarios" description="DPUsuarios" namespace="GeneXus.Programs">
  <Signature name="Par">
    <Parameter name="tbCountry">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Character</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>3</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="UsrEmpresaCodigo">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Numeric</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>2</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="ReturnValue" accessor="out">
      <Field name="SDTUsuario" description="SDTUsuario" collection="true">
        <Fields>
          <Field name="tbcountry" description="Pais">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>3</Value>
              </Property>
              <Property>
                <Name>Picture</Name>
                <Value>@!</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="UsrCod" description="Codigo Usuario">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>30</Value>
              </Property>
              <Property>
                <Name>Picture</Name>
                <Value>@!</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="UsrName" description="Nombre Usuario">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>80</Value>
              </Property>
              <Property>
                <Name>Picture</Name>
                <Value>@!</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="UsrEmail" description="Correo">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>100</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="Cantidad" description="Cantidad">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>4</Value>
              </Property>
              <Property>
                <Name>Picture</Name>
                <Value>ZZZ9</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="Ticket" description="Ticket">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>200</Value>
              </Property>
            </Properties>
          </Field>
        </Fields>
      </Field>
    </Parameter>
  </Signature>
</CallableObject>