|
-
Even this doesn't run
There's nothing more to strip down. I give up.
I need help.
CREATE OR REPLACE PACKAGE AVE_PGACCT IS
FUNCTION get_optpages(i_blk VARCHAR2)
RETURN VARCHAR2;
END AVE_PGACCT;
/
CREATE OR REPLACE PACKAGE BODY AVE_PGACCT AS
FUNCTION get_optpages(i_blk VARCHAR2)
RETURN VARCHAR2
IS
BEGIN
return i_blk;
END get_optpages;
END AVE_PGACCT;
/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|