What are the built-in routines is available in forms 4.0 to
create and manipulate a parameter list?
Answer / guest
Add_parameter
Create_Parameter_list
Delete_parameter
Destroy_parameter_list
Get_parameter_attr
Get_parameter_list
set_parameter_attr
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a master detail relationship?
What are the different types of Package Procedure ?
what is the diffrence between before parameter form triger & formate trigger
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?
Deleting a page removes information about all the fields in that page ?
how to send file attachment from oracle forms
What is the between Function and Procedure?
What are the various configuration files that are used by oracle forms?
How many pages you can in a single form ?
What are display items?
how we can validate the run-time parameters in reports 6i
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