Hi there,
I have a package specification (const) with some constants, e.g.
c_yes CONSTANT VARCHAR2 (1) := 'Y';
If I try to select this constant (even with a simple
select const.c_yes from dual;
) I get the following error:
ORA-06553: PLS-221: 'C_YES' is not a procedure or is undefined...