Need to make Procedures Private to Package
934835May 8 2012 — edited May 9 2012Hi,
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.