﻿<?xml version="1.0" encoding="utf-8"?>
<CallableObject guid="8e41f8ad-eb76-448a-9518-bd662e4cd91d" name="anexsDP" description="anexs DP" namespace="GeneXus.Programs">
  <Signature name="Par">
    <Parameter name="soli_id">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Numeric</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>12</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="ReturnValue" accessor="out">
      <Field name="anexsSDT" description="anexs SDT" collection="true">
        <Fields>
          <Field name="anex_id" description="Anexo.Id">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>5</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="soli_id" description="Id.Solicitud">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>12</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="anex_archivo" description="Imagen">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Blob</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="anex_archivo_tmp" description="anex_archivo_tmp">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>VarChar</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>1000</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="anex_archivo_nombre" description="Nombre Archivo">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>VarChar</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>60</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="anex_archivo_tipo" description="Tipo Archivo">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>10</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="anex_fecha" description="Fecha">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Date</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>8</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="anex_usua_id" description="Usuario Ingresador Anexo">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>20</Value>
              </Property>
            </Properties>
          </Field>
        </Fields>
      </Field>
    </Parameter>
  </Signature>
</CallableObject>