﻿<?xml version="1.0" encoding="utf-8"?>
<CallableObject guid="c8758b53-19c0-4cd8-bb15-49457ccbdec9" name="DPBrowneInvoice" description="DPBrowne Invoice" namespace="GeneXus.Programs">
  <Signature name="Par">
    <Parameter name="BrwInvoice">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Character</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>30</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="ReturnValue" accessor="out">
      <Field name="SDTBrowneInvoice" description="SDTBrowne Invoice">
        <Fields>
          <Field name="BrwInvoice" description="Invoice">
            <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="BrwObservacion" description="Observacion">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>LongVarChar</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>200</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="BrwFecha" description="Fecha">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Date</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>8</Value>
              </Property>
              <Property>
                <Name>Picture</Name>
                <Value>99/99/9999</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="BrwHora" description="Hora">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>8</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="BrwEstado" description="Estado">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>2</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>
            </Properties>
          </Field>
        </Fields>
      </Field>
    </Parameter>
  </Signature>
</CallableObject>