Commited block sometimes refer to a BASE TABLE ? True or False.
Answer Posted / guest
False.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the difference between call_form, new_form and open_form?
Can we invoke one form from another in a multi-forms application?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
Name the different triggers associated with oracle forms having a master-detail relationship.
List the different types of columns in oracle reports.
How can we expand Parameter Form Canvas on Reports 6i?
In what sequence do triggers get fired by oracle forms?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
Explain master-detail relationship with some examples.
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
if some data is not transfered where it will get stored
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
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
List out the oracle forms configuration files?
Is it possible to execute a dynamic sql from forms?