Can we use GO-BLOCK package in a pre-field trigger ?
Answer Posted / abhisudipta
go_block , go_item are the restricted built-in procedures in
pre-field trigger.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how do u compile a form i.e .fmb file in Unix or in dos
if some data is not transfered where it will get stored
what exactly u write in when_new_form_instance
In what sequence do triggers get fired by oracle forms?
What are the various configuration files that are used by oracle forms?
What do we mean by record group in oracle forms?
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
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
if u want to delete all these detail block etc what will happen in form
What do you understand by oracle forms and why are they required?
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 do you understand by lov?
can you convert or reverse engineer a fmx back to a fmb file?
Explain how one can iterate through items and records in a specified block?