Difference between object lib and pl/sql library?
Posted by silpa on Sep 11 2007
when object lib is attached to a form then entire lib is compiled
where as pl/sql lib is attached then it picks only those sources used in the form
obj lib is used to define standard layouts like font,size etc being created on the form
pl/sql lib contains only pl/sql codes
Leave a Comment