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 we can migrate the 6i report to 10g reports. What steps need to reuired?
How can a cross product be created?
What are the two panes that Appear in the design time pl/sql ?
plz explain when we are using pre-query,post-query,pre-insert and post-insert?plz explain with one example
What is a window?
Can you change the color of the push button in design time?
Explain the various types of oracle report?
What is the difference between a Function Key Trigger and Key Function Trigger ?
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
What are the two types views available in the object navigator?
What is the difference between NAME_IN and COPY ?
How to create lov dynamically in oracle forms which is data comes from database procedure of out parameter, data will will out parameter of procedure base