What are Packaged Procedures ?
A packaged procedure is a built in PL/SQL procedure that is available in all forms. Using packaged procedure we can build triggers to perform the following tasks to * reduce the amount of repetitive data entry. * control the flow of application * ensuring the operators always follow sequence of actions when they use a form.