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
Explain how one can iterate through items and records in a specified block?
all steps of bitmap report?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
How can we generate report output in excel format?
Explain the different levels at which oracle form services interact.
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
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 is an implicit anchor and how is it a different form explicit anchor in a report builder?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
what exactly u write in when_new_form_instance
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 are bind variables?
where do u put the report file
why the Ctl file u put only in bin folder why not in other folder