What is the difference between restricted and unrestricted
package procedure ?
Answer Posted / 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 |
Post New Answer View All Answers
What are the various configuration files that are used by oracle forms?
Explain master-detail relationship with some examples.
how do u place it in required folder
if u want to delete all these detail block etc what will happen in form
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What is the difference between flex mode and confined mode?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
what are the new features introduced in oracle form services in 11g release 2?
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
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
In what sequence do triggers get fired by oracle forms?
what is the difference between call_form, new_form and open_form?
did u received a single file or multiple files