PLS-00492
variable or constant initialization may not refer to functions declared in the same package
Action
Remove the reference to the function from the variable initialization. A technique which often works is to move the variable initialization from the variable declaration (in the package spec) to the package body initialization block.
PLS-00492
variable or constant initialization may not refer to functions declared in the same package
Action
Remove the reference to the function from the variable initialization. A technique which often works is to move the variable initialization from the variable declaration (in the package spec) to the package body initialization block.
PLS-00492
variable or constant initialization may not refer to functions declared in the same package
Action
Remove the reference to the function from the variable initialization. A technique which often works is to move the variable initialization from the variable declaration (in the package spec) to the package body initialization block.