What is the difference between restricted and unrestricted
package procedure ?
Answers were Sorted based on User's Feedback
Answer / guest
Restricted package procedure that affects the basic 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.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / a.kondala rao.
Restricted package procedure that affects the basic 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
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nishi
Restricted package procedure that affects the basic 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you call other Oracle Products from Oracle Forms?
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
How i get the client machine Ip address through developer 2000 forms, if you are running three tier architech.
Whar are the different default triggers created when Master Deletes Property is set to Cascade?
List some built-in routines used to manipulate images in image_item?
How to call Report from other Report ?
What is the remove on exit property?
What are the built-ins used for Creating and deleting groups?
Can a formula column be obtained through a select statement?
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
What is a library?
Explain types of Block in forms4.0?