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 |
difference between global n context sensitive segments?
What are the different types of key triggers ?
explain about content canvas views?
Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
What is a canvas in oracle forms?
What are the built_ins used the display the LOV?
What is the difference between system.current_field and system.cursor_field ?
How to create placeholder columns?
What is the purpose of the product order option in the column property sheet?
Where is a procedure return in an external pl/sql library executed at the client or at the server?
How can you create Lexical parameter n Bind parameter in Reports ?