InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Restricted And Unrestricted Package Procedure ? |
|
Answer» Restricted package procedure that AFFECTS the basic functions of SQL * FORMS. It cannot used in all triggers except KEY triggers. Unrestricted package procedure that does not INTERFERE with the basic functions of SQL * Forms it can be used in any triggers. Restricted package procedure that affects the basic functions of SQL * Forms. It cannot used in all triggers except key triggers. Unrestricted package procedure that does not interfere with the basic functions of SQL * Forms it can be used in any triggers. |
|