Hi All,
I have a question regarding a package which contains around 10 procedure. As I have declared all procedure in package specification, and in package body so it has become very lengthy around 700
lines of code.
Now I am using concept of private procedure to reduce some lines from package specification but still its look quite lengthy. Is there any process or idea by which I can reduce lines even from Package Body? Please provide syntax as well. Can I separately create those procedures and call inside the package body?