Oracle Forms Reports Interview Questions
Questions Answers Views Company eMail

how to call forms in parametar forms

2 5022

how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun

2 4030

Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;

TCS,

2 5073

what is tripstop report?

1354

HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??

Access Info,

1091

I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users

842

can you convert or reverse engineer a fmx back to a fmb file?

705

what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?

595

Is it possible to execute a dynamic sql from forms?

596

what are the oracle forms services components include?

555

Explain how can you use the same lov for 2 columns?

643

List out the oracle forms configuration files?

562

what is oracle forms?

598

Explain how one can iterate through items and records in a specified block?

542

what is the difference between call_form, new_form and open_form?

718


Post New Oracle Forms Reports Questions

Un-Answered Questions { Oracle Forms Reports }

How to create Drill down report?

1692


What do we mean by record group in oracle forms?

610


what is difference between group above and group left report

3198


List the different types of columns in oracle reports.

570


In workflow how can we send a notification to the Supplier giving the Corresponding report Details.

1443






Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?

1856


Explain master-detail relationship with some examples.

582


In what situation u create the BPA.

1771


What is an oracle report?

604


what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?

595


How can we expand Parameter Form Canvas on Reports 6i?

1955


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

1644


What is the difference between BPA AND Contract What are documents and test cases u followed

1945


HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??

1091


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

1694