﻿<?xml version="1.0" encoding="utf-8"?>
<CallableObject guid="dbca0bc6-0290-4df2-9944-86b90c8058c1" name="LstNodDP" description="Lista de Nodos" namespace="GeneXus.Programs">
  <Signature name="Par">
    <Parameter name="usua_id">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Character</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>20</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="fluj_id">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Numeric</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>5</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="ReturnValue" accessor="out">
      <Field name="LstNodSDT" description="Lst Nod SDT" collection="true">
        <Fields>
          <Field name="nodo_id" description="nodo_id">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>5</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="fluj_id" description="fluj_id">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>5</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="nodo_monto" description="nodo_monto">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>15</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="nodo_usua_id" description="nodo_usua_id">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Character</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>20</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="tnod_id" description="tnod_id">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>5</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="nodo_anterior" description="nodo_anterior">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>5</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="nodo_siguiente" description="nodo_siguiente">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>5</Value>
              </Property>
            </Properties>
          </Field>
        </Fields>
      </Field>
    </Parameter>
  </Signature>
</CallableObject>