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 do you mean by a pop-up window ?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
Commited block sometimes refer to a BASE TABLE ? True or False.
How do you reference a parameter indirectly?
What Enter package procedure does ?
What are the important difference between property clause and visual attributes?
Can u explain me the Restricted and unrestricted procedure in Forms And reports and example as well ??
how to pass 2 variables from one form to other form
What are the type of User Exits ?
what is the use of between page trigers in REPORTS... (please give answer in a explanatory way...if possible give screen shots also...)
from where do u receive the information to develop report
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?