Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored Function question
I couldn't get your suggestion to work. I tried putting it inside a
package, but I get an err msg. Inside the package I tried
PACKAGE hs_package
IS
TYPE Type_Phone_Number IS CHAR(15);
...
but I get err msg PLS-00103. The same err msg if I try to declare it as VARCHAR2(15). Received on Mon Oct 11 1999 - 23:31:19 CDT
![]() |
![]() |