What are the default extension of the files created by
library module?
Answer Posted / guest
The default file extensions indicate the library module
type and storage format
.pll - pl/sql library module binary
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an SQL FORMS ?
Can we invoke one form from another in a multi-forms application?
how to send file attachment from oracle forms
What do you understand by oracle forms?
i am writing a query select EmpNo from Emp how can i call in after parameter form
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
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
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
what is difference between group above and group left report
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 the difference between BPA AND Contract What are documents and test cases u followed
where do u put the report file
What do we mean by record group in oracle forms?
all steps of bitmap report?
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