Constants
Translation spec for Package Constants
Description
PACKAGE CONSTANTS can be declared either in the package declaration or in the PACKAGE BODY. When a package constant is used in a procedure, a new variable is declared with the same name and value as the constant, so the resulting code is pretty similar to the input.
Sample Source Patterns
Sample auxiliary code
Oracle
Snowflake
Known Issues
No issues were found.
Related EWIs
SSC-FDM-0006: Number type column may not behave similarly in Snowflake.
Last updated