What is the use of the placeholder column? Can placeholder column variable be used as global variable with in the report? Why?
In which circumstances you will use POST instead of commit?
Latest Answer: Lexical parameters are used to substitute multiple values at runtime. It can be used in FROM TABLE NAME and in WHERE clause. Usually the lexical parameters are defined in After Parameter Report or in Before Report. For example:IF :P_DATE_FROM IS ...
Hi all,Pls answer the following questions1.what is the difference between CALL FORM,NEW FORM, & OPEN FORM?2.can a report contain more than one template?3.where will u define GLOBAL VARIABLES in Reports?
Latest Answer: Hi,There are two types..1. Folder Forms2. Normal Forms ...
Latest Answer: After parameter Trigger: It will fire after the parameter form is displayed.here we can do validation on parameter valuesBefore Report Trigger: It will fire before the report is execured and after the query is parsed and date is fetched. ...
What is the process of Report customization? how can you customize the suite Report, after customizing ?
Latest Answer: When-validate-item,key-next-item ,on-error,on-message etc are the common triggers shared by form , block as well as items ...
If a report requires two parameter and one parameters list of values depend on another parameter, then how this will be done. What sort of things will be done to value set?
Latest Answer: Creating Oracle Forms Developer applications using Wizards Working with the enhanced user interface Ensuring consistency across applications Representing data within your application Understanding Oracle8 object features Working with Oracle8 object features ...
Latest Answer: SRW.RUN_REPORT('MonthlyCostsheet.rep PARAMFORM=NO P_BATCH='||''''||:batch_no||''''||' P_COMPANY_CODE ='||''''||:P_COMPANY_CODE||'''');--||' P_FROMDT ='||''''||:P_FROMDT||''''||' ...
View page [1] 2 3 4 5 Next >>

Go Top