How can you execute the user defined triggers in forms 3.0 ?
Answer Posted / guest
Execute_Trigger (trigger-name)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the different levels at which oracle form services interact.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Explain how can you use the same lov for 2 columns?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
from where do u receive the information to develop report
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
difference between global n context sensitive segments?
what exactly u write in when_new_form_instance
What is the difference between flex mode and confined mode?
What is a matrix report and how many minimum groups are required to prepare the same?
What is a user exit program in oracle reports?
hiding item in report how like that properly,thats manually but at runtime i want to do
In what sequence do triggers get fired by oracle forms?
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