Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need to make Procedures Private to Package

934835May 8 2012 — edited May 9 2012
Hi,

I'm trying to create procedure which is private to a package.
so i created the procedure CREATE_UPDATE_XREF in the Package Body XXTH_DOHNK_PKB, but i get below compilation error.
any suggestions.

LINE/COL ERROR
-------- -------------------------------------------------------------
2628/9 PL/SQL: Statement ignored
2628/9 PLS-00313: 'CREATE_UPDATE_XREF' not declared in this scope
SQL>

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2012
Added on May 8 2012
5 comments
5,246 views