For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
I am having below variable declared through function i need to_date function to be applied
V_DATE := fun_ge_date('INPUT');
I need to make v_date variable declared as to_date(v_date,'DD-MON-YYYY')