what is the sequence of firing triggers in forms?
Answer / shwetha
PRE_FORM, PRE_BLOCK, PRE_RECORD, PRE_TEXT, WHEN_NEW_FORM_INSTANCE, WHEN_NEW_BLOCK_INSTANCE, WHEN_NEW_RECORD_INSTANCE, WHEN_NEW_ITEM, POST_TEXT, POST_REOCRD, POST_BLOCK, POST_FORM
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the built-ins used for Creating and deleting groups?
What is a Check Box?
What is the between Function and Procedure?
How can a break order be created on a column in an existing group?
how report can be generated if we have the database designed in oracle 10g?
What is an Alert ?
What is the use of Data Link in Reports?
How can I message to passed to the user from reports?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
What are the two ways to incorporate images into a oracle forms application?
What is the maximum size of a form ?
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