PROCEDURE MostrarVisitaDetalle
(k_fecha_reg in varchar2,
k_visnrodoc in varchar2,
.
.
.
FROM xx.ACME vs
where vs.visfecreg >= to_date(k_fecha_reg, 'DD/MM/YYYY')
and vs.visfecreg < to_date(k_fecha_reg, 'DD/MM/YYYY') + 1
and vs.visnrodoc = k_visnrodoc
As I should modify the code in the where, since the parameter is sometimes NULL
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.