There are Two pl/sql Libraries Lib1,Lib2 are attached to a
form and these two libraries contains functions with same
name fun1 (i,e lib1 have a function fun1 and lib2 also
have a function fun1).how to call these functios from forms?

Answer Posted / mahindra

u cannot hav two functions with same name containing
similar data types in one or more libraries! if u do soo u
will b getting error!!
so fun1 in lib1 should hav diff data type as that of fun1
in lib2.(over loading concept)!!

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various configuration files that are used by oracle forms?

562


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

1694


what is the difference between call_form, new_form and open_form?

714


Explain how one can iterate through items and records in a specified block?

539


what is oracle forms?

598






What do we mean by record group in oracle forms?

608


Is it possible to execute a dynamic sql from forms?

593


how report can be generated if we have the database designed in oracle 10g?

1454


what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?

590


how do u place it in required folder

1470


i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame

2564


what are the new features introduced in oracle form services in 11g release 2?

576


what are the oracle forms services components include?

553


Explain the various types of oracle report?

541


What is an oracle report? List its various types.

561