Answer Posted / shailesh
Yes u can write directly write a coomit; in any of the
report trigger.
e.g I have created a report and written in before report
trigger
update scott.emp set ename='SMITH_1' where ename
like 'SMITH';
commit;
It worked
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
if u want to delete all these detail block etc what will happen in form
what are the new features introduced in oracle form services in 11g release 2?
how to send file attachment from oracle forms
What do you understand by lov?
What is an SQL FORMS ?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
In what situation u create the BPA.
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
what exactly u write in when_new_form_instance
What do you understand by oracle forms and why are they required?
In what sequence do triggers get fired by oracle forms?
What is responsibility and how u attach How to create user and how u attach with responsibility.
from where do u receive the information to develop report
What is an oracle report?
did u received a single file or multiple files