How do you call other Oracle Products from Oracle Forms?
Answer Posted / guest
Run_product is a built-in, Used to invoke one of the
supported oracle tools products and specifies the name of
the document or module to be run. If the called product is
unavailable at the time of the call, Oracle Forms returns a
message to the opertor.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
Explain the various types of oracle report?
List the different types of columns in oracle reports.
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
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
Name the different triggers supported by oracle reports and their firing order.
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
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
what is the difference between call_form, new_form and open_form?
did u received a single file or multiple files
what exactly u write in when_new_form_instance
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
what are the oracle forms services components include?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What is the difference between bind and lexical parameter?