Hello,
I have a package, with the same subfunctin name, but with different parameters. Code assistant always shows only the first one.
package pir_idoszam is
function teli_utc_ido(pn_cegkod number,pd_datum date,pn_mido_kezd number,pn_teli_nyari_kezd number) return date;
function teli_utc_ido(pn_cegkod number,pd_ido_kezd date,pn_teli_nyari_kezd number) return date;
end;
I have a package, with the same subfunctin name, but with different parameters. Code assistant always shows only the first one.
package pir_idoszam is
function teli_utc_ido(pn_cegkod number,pd_datum date,pn_mido_kezd number,pn_teli_nyari_kezd number) return date;
function teli_utc_ido(pn_cegkod number,pd_ido_kezd date,pn_teli_nyari_kezd number) return date;
end;