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
IN -> Oracle_01.sql
Oracle
IN -> Oracle_02.sql
Snowflake
OUT -> Oracle_02.sql
Note that thePROCEDURE
definition is being removed since it is not required in Snowflake.
Known Issues
No issues were found.
Related EWIs
SSC-FDM-0006: Number type column may not behave similarly in Snowflake.
Last updated