i have function ......
function GetRoyaltyCessR ate(p_location_ id in number, p_product_id in number, p_calculation_d ate in date,p_basic_va lue in number,
p_royaltycess_i d out typ_snm_number_ array, p_desc out typ_snm_char_ar ray, p_effective_dat e out typ_snm_date_ar ray,
p_rate out typ_snm_number_ array) return number;
the problem arises when we pass the current date ... like ...
stmt.setDate(4, my_code) ...... what will be the my_code .....
plz help me out ....
lot of thanx in advance .........
function GetRoyaltyCessR ate(p_location_ id in number, p_product_id in number, p_calculation_d ate in date,p_basic_va lue in number,
p_royaltycess_i d out typ_snm_number_ array, p_desc out typ_snm_char_ar ray, p_effective_dat e out typ_snm_date_ar ray,
p_rate out typ_snm_number_ array) return number;
the problem arises when we pass the current date ... like ...
stmt.setDate(4, my_code) ...... what will be the my_code .....
plz help me out ....
lot of thanx in advance .........
Comment