When a form is invoked with call_form, Does oracle forms
issues a save point?
Explain how one can iterate through items and records in a specified block?
how we can validate the run-time parameters in reports 6i
What are the vbx controls?
Name the different triggers associated with oracle forms having a master-detail relationship.
how to send sms to mobile phone from oracle forms.
Name the different triggers supported by oracle reports and their firing order.
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
Can we use GO-BLOCK package in a pre-field trigger ?
What is a Package Procedure ?
When the form is running in DEBUG mode, If you want to examine the values of global variables and other form variables, What package procedure command you would use in your trigger text ?
What are the various sub events a mouse double click event involves?
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