79568643

Date: 2025-04-11 10:54:00
Score: 1
Natty:
Report link

If is your case, you can restrict acess to procedures/functions in the spec like this:

CREATE OR REPLACE PACKAGE MY_PACKAGE IS

  PROCEDURE set_id(p_id IN NUMBER) ACCESSIBLE BY(PACKAGE PKG_LOGIN, PKG_USER.INIT);

END MY_PACKAGE;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rodrigo Pan