Answer Posted / a.kondala rao.
client-side program units and sharing them among multipule
applications. Once you create a library, you can attach it
to any other form,menu,or library modules. When you can call
library program units from triggers menu items commands and
user named routine, you write in the modules to which
you have attach the library.
when a library attaches another library ,program units in
the first library can reference program units in the
attached library. Library support dynamic loading-that
is library program units are loaded into an
application only when needed. This can significantly
reduce the run-time memory requirements of an applications.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is an SQL FORMS ?
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
what is difference between group above and group left report
Explain master-detail relationship with some examples.
all steps of bitmap report?
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
What is the difference between BPA AND Contract What are documents and test cases u followed
Explain the various types of oracle report?
why the Ctl file u put only in bin folder why not in other folder
how do u compile a form i.e .fmb file in Unix or in dos
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
Explain how can you use the same lov for 2 columns?
if u want to delete all these detail block etc what will happen in form
Is it possible to have multiple layouts in a report?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output