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 |
what are the new features introduced in oracle form services in 11g release 2?
What are the types of calculated columns available?
if some data is not transfered where it will get stored
can i send the control file path as a parameter
What built-in is used for showing the alert during run-time?
how can u store a picture file in oracle database? explain the path/command?
.fmb will be in which folder
What is the Maximum allowed length of Record group Column?
What are the Coordination Properties in a Master-Detail relationship?
What are the default extensions of the files careated by forms modules?
What do you understand by lov and how can it be used?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?