I have a procedure defined in a package structured like this:
Disabling the Format program unit declarations will result in
It is not keeping the line break and procedure is not capitalized.
Code:
PROCEDURE set_test
( p_test_string VARCHAR2
, o_keep PLS_INTEGER := 1
);
Code:
Procedure set_test(p_test_string VARCHAR2
, o_keep PLS_INTEGER := 1
)