﻿<?xml version="1.0" encoding="utf-8"?>
<CallableObject guid="12506377-e185-448a-a46d-9fa3763dbb3c" name="CurfDistDP" description="Curf Dist DP" namespace="GeneXus.Programs">
  <Signature name="Par">
    <Parameter name="empr_id">
      <Field>
        <Properties>
          <Property>
            <Name>Type</Name>
            <Value>Character</Value>
          </Property>
          <Property>
            <Name>Length</Name>
            <Value>5</Value>
          </Property>
        </Properties>
      </Field>
    </Parameter>
    <Parameter name="dist_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="CurfDistSDT" description="Curf Dist SDT" collection="true">
        <Fields>
          <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="dist_id" description="Distribución Id.">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>5</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="dist_desc_larga" description="Distribución Descripción">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>VarChar</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>60</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="dist_criterio" description="Criterio Distribución">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>VarChar</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>60</Value>
              </Property>
            </Properties>
          </Field>
          <Field name="dist_tot_distrib" description="Porcentaje Total Distribuido">
            <Properties>
              <Property>
                <Name>Type</Name>
                <Value>Numeric</Value>
              </Property>
              <Property>
                <Name>Length</Name>
                <Value>7</Value>
              </Property>
              <Property>
                <Name>Decimals</Name>
                <Value>3</Value>
              </Property>
            </Properties>
          </Field>
        </Fields>
      </Field>
    </Parameter>
  </Signature>
</CallableObject>