Can u explain me the Restricted and unrestricted procedure
in Forms And reports and example as well ??
Answer Posted / prabhudatta barick
Restricted procedure that affects the basic functions of
SQL * Forms and Report
. It cannot used in all triggers except key triggers.
Unrestricted procedure that does not interfere with the
basic functions of SQL * Forms and Reports it can be used
in any triggers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what exactly u write in when_new_form_instance
What do you understand by lov?
did u received a single file or multiple files
What is a user exit program in oracle reports?
what is the difference between call_form, new_form and open_form?
In what situation u create the BPA.
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
How can we generate report output in excel format?
what is difference between group above and group left report
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
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.
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
i am writing a query select EmpNo from Emp how can i call in after parameter form
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
Explain how one can iterate through items and records in a specified block?