Hi Folks
The hint "TO_DATE without format in " is being generated on compile of a package body, but the TO_DATE does have a format - here is the line causing the hint:
Why is this generating the hint? The format 'YYYYMM' is there.
If you need any more details, let me know.
Best regards
Billy
The hint "TO_DATE without format in " is being generated on compile of a package body, but the TO_DATE does have a format - here is the line causing the hint:
Code:
v_date := to_date(((in_year*100) + v_period_index),'YYYYMM');
Why is this generating the hint? The format 'YYYYMM' is there.
If you need any more details, let me know.
Best regards
Billy