ifernan
Member²
Hi.
This kind of construction is not beautified (PL/SQL Developer v7.1.1.1339).
Beautifer returns a single line with all this code. Is there any way to get this statement rightly beautified?
Regards,
ifernan
This kind of construction is not beautified (PL/SQL Developer v7.1.1.1339).
Code:
ld_dateoff := CASE (lct_dateofftype)
WHEN 'D' THEN SYSDATE + TO_NUMBER(li_ndays)
WHEN 'F' THEN to_date(lv_dateoffdate, 'DD/MM/YYYY')
ELSE NULL END;
Regards,
ifernan