Top 32 Oracle Bi Publisher Interview Questions You Must Prepare 27.Jul.2024

Q1. Name Some Business Use Cases For Bi Reports?

Bank EFT, customer documents, shipping documents, internal analysis documents or any tractional documents.

Q2. What Triggers Are Supported In Data Template?

Before report and After report are supported.

Q3. What Is A Data Template?

Datatemplate is an xml structure which contains the queries to be run against the database so that desired output in xml format is generated, this generated xml output is then applied on to the layout template for the final output.

Q4. What Is A Layout Template?

Layout template defines how the user views the output, basically it can be developed using Microsoft word document in rft (rich text format) or Adobe pdf format. The data output in xml format (from Data template) will be loaded in layout template at run time and the required final output file is generated.

Q5. What Are The Output Formats Supported By Layout Template?

xls, html, pdf, eText etc are supported based on the business need.

Q6. How Do You Pass Parameters To Your Report?

Concurrent program parameters should be passed, ensure that the parameter name/token are same as in the conc prog defn and the data template.

Q7. How To Upload Rtf Template From Backend?

Using XDO Loader, we can upload an RTF from Backend.

Q8. Do You Need To Write Multiple Layout Templates For Each Output Type Like Html/pdf?

No, only layout template will be created, BI Publisher generates desired output format when the request is run.

Q9. Which Component Is Responsible For Generating The Output In Xml Format Before Applying It To Layout Template?

DataEngine will take DataTemplate as the input and the output will be generated in xml format which will then be applied on layout template.

Q10. What Is The Difference Between Xml Publisher And Bi Publisher?

Name is the difference, initially it was released on the name of xml publisher( the initial patchset), later on they have added more features and called it Business Intelligence Publisher. In BI by default we have integration with Datadefinitions in R12 instance. Both these names can be used interchangeably.

Q11. What Are The Xml Publisher Tables?

PER_GB_XDO_TEMPLATES

XDO_DS_DEFINITIONS_B

XDO_DS_DEFINITIONS_TL

XDO_DS_DEFINITIONS_VL

XDO_LOBS

XDO_TEMPLATES_B

XDO_TEMPLATES_TL

XDO_TEMPLATES_VL

XDO_TEMPLATE_FIELDS

XDO_TRANS_UNITS

XDO_TRANS_UNIT_PROPS

XDO_TRANS_UNIT_VALUES

Q12. What Is Bi Publisher?

It is a reporting tool for generating the reports. More than tool it is an engine that can be integrated with systems supporting the business.

Q13. Where Do You Register Data And Layout Templates?

Layout template will be registered under xml publisher administrator responsibility>Templates tab.

Data template will be registered under xml publisher admininstrator responsibility> Data Definitions.

Q14. What Are The Various Sections In The Data Template?

  • Parameter section
  • Trigger Section
  • Sql statement section
  • Data Structure section
  • Lexical Section

Q15. What Are The Executable And Concurrent Program Used To Develop A Report Without Rdf?

XDODTEXE is used as Executable, Java Concurrent Program is used   Concurrent Program  for developing a report without RDF.

Q16. What Is The File Supporting The Trlation For A Layout Template?

xliff is the file that supports the trlation, you can modify the same as required.

Q17. Is Bi Publisher Integrated With Oracle Apps?

Yes, it is tightly integrated with Oracle Apps for reporting needs. In 11.5.10 instances xml publisher was used, in R12 we can it BI Publisher.

Q18. Where Is The Trigger Code Written?

The code is written in the plsql package which is given under ‘defaultpackage’ tag of data template.

Q19. What Are The Various Components Required For Developing A Bi Publisher Report?

Data Template, Layout template and the integration with Concurrent Manager.

Q20. I Want To Create A Report Output In 10 Languages, Do I Have To Create 10 Layout Templates?

No, BI Publisher provides the required trlation for your templates, based on the number of languages installed in your oracle apps environment requires outputs are provided.

Q21. How Do You Move Your Layout Or Data Template Across Instances?

xdoloader is the utility that will be used.

Q22. How Many Ways We Can Display Images In A Bi Publisher Report?

It can be done in 5 ways:

  1.   Direct Insertion into RTF Template
  2.   URL Reference 
  3.   OA_MEDIA directory reference
  4.   Image from BLOB datatype from database
  5.   Using UI Be

Q23. Can You Have Multiple Layout Templates For A Single Data Template?

Yes, multiple layouts can be defined, user has a choice here to use one among them at run time during conc request submission.

Q24. What Is The Required Installation For Using Bi Pub Report?

BI Publisher desktop tool has be installed. Using this tool you can preview or test the report before deploying the same on to the instance.

Q25. How To Map Rtf Template Via Backend?

Using FND_PROGRAM.ADD_TEMPLATE api we can map.

Q26. How To Repeat The Header Of The Template On Each And Every Page Of The Output?

Use <?@section: ?> in order to repeat that specific section in each page of     the output.also to reset the page number.

Q27. What Does Lexical Section Contain?

The required lexical clause of Key Flex field or Descriptive FF are created under this section.

Q28. How Does The Concurrent Program Submitted By The User Knows About The Data Template Or Layout Template It Should Be Using For Generating The Output?

The concurrent program ‘shortname’ will be mapped to the ‘code’ of the Datatemplate. Layout template is attached to the datatemplate, this forms the mapping between all the three.

Q29. How Do You Display The Company Logo On The Report Output?

Copy and paste the logo (.gif. or any format) on the header section of .rtf file. Ensure you resize per the company standards.

Q30. Can Bi Publisher Reports Be Used In Oaf Pages?

XDO template utility helper java classes are provided for the same.

Q31. What Is The Default Output Format Of The Report?

The default output format defined during the layout template creation will be used to generate the output, the same can be modified during the request submission and it will overwrite the one defined at layout template.

Q32. What Is The Tool To Map Required Data Output And Layout Templates So That They Can Be Tested In Local Machine?

Template viewer will be used for the same.