Message Oracle PLS-00228 - Illegal declaration of variable of type LONG

ERRORIllegal declaration of variable of type LONG
CAUSEThe identifier is a formal parameter which is being used in the context of a default expression value for a formal parameter in the same formal parameter list. E.g.: procedure p(j number, k number : = j).
ACTIONRemove the offending variable definition