Error_Code is a package proecdure ?
What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?
What is the "LOV of Validation" Property of an item? What is the use of it?
What is AppCore and AppCore2 ?
How can we expand Parameter Form Canvas on Reports 6i?
how i build a report
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
Can a root window be made modal?
When to use Place holder columns in Oracle Reports and what is a place holder column?
Explain the various types of oracle report?
What is a physical page ? & What is a logical page ?
What are the different types of Record Groups?
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