Sometimes a variables table is better than hard coding into a package
When writing PL/SQL packages, there are times where it's better to store a variable in a table instead of coding it into the package. It's most useful for a variable that you might want to change fairly often.
Bookmarks