Sunday, 9 May 2021
Top 50 Fusion HCM Technical Questions - Part 2
Tuesday, 29 September 2020
Oracle Fusion BIP Report Questions with Answers
Oracle Fusion BI Publisher (BIP) Report – Complete Beginner Guide
Introduction
Oracle BI Publisher (BIP) is a powerful reporting tool in Oracle Fusion Applications used to design, schedule, and distribute reports in multiple formats such as PDF, Excel, CSV, eText, and XML.
This blog covers:
-
Navigation to build BIP reports
-
Data Model basics
-
Common interview questions
This guide is useful for Oracle Fusion HCM/Financials technical consultants and beginners.
Navigation to Build the BIP Report in Oracle Fusion
Data Model Navigation
To create a Data Model:
Tools → Reports and Analytics → New → Data Model
The Data Model defines how and from where the data is fetched.
Report (Template) Navigation
To create a Report using an existing Data Model:
Tools → Reports and Analytics → New → Report
Here you attach:
-
Data Model
-
Layout Template (RTF, Excel, eText, etc.)
What Is a Data Model in BI Publisher?
A Data Model is an object that contains instructions for BI Publisher to:
-
Retrieve data
-
Structure data
-
Pass parameters to the report
It defines:
-
Data sources
-
Data structure
👉 Think of the Data Model as the backend logic of a report.
Components of a Data Model
A Data Model consists of the following components:
-
List of Values (LOVs)
-
Parameters
What Is a Data Set?
A Data Set contains logic to retrieve data from a single data source.
Supported Data Sources
-
SQL Query (Database)
Each Data Model can have multiple Data Sets.
Can We Use Triggers in BIP Reports?
✅ Yes
BI Publisher supports Event Triggers:
Types of Triggers
How Triggers Work
-
Triggers call PL/SQL procedures
-
Stored in Oracle Database
-
Used for validations, logging, data preparation
Example:
-
Before Data Trigger → Prepare temporary tables
-
After Data Trigger → Cleanup data
What Is Split By and Deliver By?
Split By
-
Defines how the report output is split
-
Example: Split by Employee, Department, Business Unit
Deliver By
-
Defines who receives the report
-
Example: Email to manager, HR, payroll team
Used mainly in Bursting.
How to Generate Multi-Language Reports in BIP?
Oracle BI Publisher supports multi-language reports using translation.
Steps:
-
Open Report → Properties
-
Go to Translation
-
Click Extract Translation
-
Generate XLIFF file
-
Translate text
-
Upload translated XLIFF file
This allows the same report template to run in multiple languages.
How to Schedule BI Publisher Reports?
You can schedule reports using multiple options:
Option 1: Report and Analytics
Tools → Reports and Analytics → New → Report Job
Option 2: Published Reporting
Create Section → Published Reporting → Report Job
Option 3: Catalog
Catalog → Select Report → More → Schedule
Option 4: ESS Job
Reports can also be scheduled using ESS Jobs.
Common BI Publisher Interview Questions
Q1. What is the difference between Data Model and Report?
-
Data Model → Fetches and structures data
-
Report → Displays data using templates
Q2. Can a report have multiple templates?
-
✅ Yes (PDF, Excel, eText, etc.)
Q3. Can a Data Model have multiple data sets?
-
✅ Yes
Best Practices for BI Publisher Reports
✅ Keep SQL optimized
✅ Use parameters instead of hardcoding
✅ Validate data using triggers
✅ Use bursting for large outputs
✅ Always test scheduled jobs
Related Articles
-
Introduction to BI Publisher eText Reports
-
Difference Between Delimiter and Fixed Position eText
-
HDL vs BI Publisher – When to Use What
-
BI Publisher Bursting Real-Time Examples
Conclusion
BI Publisher is a core reporting tool in Oracle Fusion. Understanding Data Models, Data Sets, Triggers, and Scheduling is essential for building scalable and efficient reports.
This guide gives you a solid foundation to start working with Oracle Fusion BI Publisher Reports confidently.
Monday, 9 April 2018
Top 50 Fusion HCM Technical Questions - Part 1
Top 50 Fusion HCM Technical Questions
If you are preparing for an Oracle Fusion HCM Technical Interview, this blog will help you revise the most frequently asked Fusion HCM interview questions related to HCM Data Loader (HDL), HCM Extracts, BI Publisher (BIP), OTBI, and Global Person Model.
Top 50 Oracle Fusion HCM Technical Interview Questions – Part 2 Click
3) Using Run Diagnostics Test - Test Name (HCM Data Loader Data-Set Status ) provide the Content ID for the same. This one is the oracle standard method to find error records in HCM Data loader.
Person (PER_EXT_SEC_PERSON_UE)
|
Retrieves all persons across the enterprise and all person
related attributes.
|
Worker Payroll (PER_EXT_PAY_EMPLOYEES_UE)
|
Retrieves all workers and their payrolls across the
enterprise, all person, worker, payroll related attributes, and element entry
data.
|
Extract Assignment Basic History
(PER_EXT_ASSIGNMENT_BASIC_HISTORY_UE)
|
Retrieves assignment history as on the assignment
effective start date.
|
Extract Assignment Basic Information
(PER_EXT_SEC_ASSIGNMENT_BASIC_UE)
|
Retrieves assignment data as on the effective date.
|
Assignments Range (PER_EXT_SEC_ASSIGNMENT_RANGE_UE)
|
Retrieves assignment history as on the effective date.
|
Extract Current and Future Persons
(PER_EXT_SEC_PERSON_NOW_FUTURE_UE)
|
Retrieves current and future person details. Specify
advanced filter criteria to restrict person types.
|
Extract Current and Future Assignments
(PER_EXT_SEC_ASSIGNMENT_NOW_FUTURE_UE)
|
Retrieves current and future assignments.
|
Q) How you will correct termination date of Work Relationship in HCM Fusion application using HDL?
Q) Significance of EffectiveSequenceNumber.
Q) FBL v/s HDL
Q) Can Oracle transaction Business Intelligence(OTBI) integrate with Fusion HCM extract?
2: BI Publisher can also accept a data source in excel or XML format (again SaaS customers will need Oracles help). HCM extracts has integration with BI Publisher.
Q) What is the difference between the ‘Assignment Status Type’ and the ‘Extract Employee Assignment Status Type’ attributes?
The 'Extract Employee Assignment Status Type' attribute is a DBI group which is directly associated with the user entity when defining the block. The 'Assignment Status Type' attribute is a DBI group which is associated with a different user entity, and is accessible because of contexts that have been set (indirectly derived).
Directly associated DBI groups are more efficient compared to indirect. Therefore, it would be better to use the 'Extract Employee Assignment Status Type' attribute rather than the 'Assignment Status Type' attribute because of performance considerations.
Q) Can you create a user entity?
Q) How do you schedule the HCM Extract in fusion application?
Q) How we can extract the changed data from last run date to till date using HCM Extracts?
Q) What are the different type/attribute for changes only parameter in HCM Extract?
-> There are 6 values for this parameter.
Step by Step Explanation of Changes Only HCM Extracts Click
- All Attribute
- Changed Attributes
- Changed and Marked Attributes
- Changed and Marked Attributes with previous value
- Changed, Marked Attributes under threading group
- Changed, Marked Attributes, previous data under threading group
Q) Explain Global Person Model in HCM Fusion.
-> 1) Person Records are global, create only once.
2) Person Records are independent of legal Employer
3) Person resign from the organization then Work Relationship records are terminated.
4) Person Record having information like Name, Date of Birth, National ID etc.
Q)How to create dependent parameter for BI Publisher report in HCM Fusion?
-> We will take one simple example of dependent parameter for BIP report in HCM Fusion.
1st Parameter - Person Id
This is the independent parameter. We will fetch person_id from per_all_people_f
table.
Define the parameter-
Define the List of Value -
2nd Parameter - Assignment Id Based on Person Id
Define Parameter -
Define List of Value -
Use this parameters in Data Set SQL.
Navigation - > Person Management -> Employment Task
Impacted Tables
per_all_assignments_m
per_periods_of_service.
BIP Reporting Tool - It is a simple reporting tool. You can write your own SQL and get data. You should have knowledge on joins between the tables. You can use BIP reporting tool for formatted output.
HCM Extract - For the complex reporting you can use HCM Extracts. Using Extract you can derived the data from different sources or modules, you can easily use hierarchy or parent-child relationship. You Can work at a level above the BI/SQL where you don't worry about tables,joins.
You can extract in Full Mode or schedule interface to provide you the changes only data since last successful run.
Q) How to use the Source Keys in HCM Data Load?
-> To use the Source Key in HCM Load you have to configured it in
HRC_SOURCE_SYSTEM_OWNER lookup in system. If it is not configured then by default system will use FUSION as a source system owner.
Q) What are the output format of HCM Extracts?
-> Output Format - CSV,XML,Excel,HTML,RTF,PDF
Q) What are the different types of HCM Extracts?
-> Full Profile , Payroll Interface, Payments, Benefit Carrier, Archive Retrieval, HR Archive, Payroll Archive.
Q) Delivery Type in HCM Extracts?
-> Document of Record,Email, FTP, FAX, File System, HCM Connect, HTTP, Printer.
Detailed Component :-
Email Start Date,End Date, Delivery option name, Output Type (PDF,RTF),
Report (Path), Output Name(Template Name), Delivery Type(Email),
CC, Email, BCC,Attachment(Y), Message Body,Subject
-----------------------------------------------------------------------------------------------------------------------
FTP Start Date,End Date, Delivery option name, Output Type (EFT),
Report (Path), Output Name(Template Name), Delivery Type
(FTP),Secure FTP(Y), Remote Directory, password, user Name,
server name.
-----------------------------------------------------------------------------------------------------------------------
Q) Root Data Group is mandatory in HCM Extracts?
-> Yes, at least one of the data group must be declared as Root Data Group and other data groups have to be linked appropriately.
Q) Explain threading database item in HCM Extracts?
-> Threading Database Item is required for implementing the changes only feature. It is the unique ID for that User Entity. You can declare the threading database item at root data group or child data group level where you required changes only data.
-> You can launch BI Publisher from Report and Analytics Work Area. Install the BI Publisher plugin. You can develop RTF template in MS word using BI Publisher Plugin using Load XML Schema.
Now you have to define the report . For this use existing standard model. (/Human Capital Management/Payroll/Data Models/globalReportsDataModel). Save the report.Latest Datamodel have two parameters Payroll action id and Flow instance name. Flow instance name will be the flow pattern run given earlier when submitting the extract.
Q) How to schedule the HCM Extracts?
-> Yes, We can schedule the HCM Extract recursively like Daily, Weekly,Monthly.
If you want to create custom schedule you need to create fast formula with type as Flow Schedule.
Q) Standard BIP Report in HCM
-> Person Enrollment Summary Report, Compensation Workbench Print Statement, Performance Document Rating Report, Total Compensation Statement report etc.
Q) How to Filter the Data in Template while developing the BIP Report?
-> You can filter the data using filter condition based on the Data Field, Operator and Value.
You can filter the data for Chart view, table view.
Q) Different Delivery Option in BIP Report
-> Printer,Fax,Email,HTTP,FTP.
You can define these delivery option using following navigation:
Administrator -> Manage BI -> Delivery -> Type of Delivery option
Q) How to Schedule the BIP Report?
-> You can Schedule the report using following methods:
1) In report and analytics -> New -> Report Job
2) In Create Section -> Published Reporting -> Report Job
3) In Catalog -> Select Report -> More-> Schedule
You have to set Frequency like Once, Hourly, Daily, Weekly, Monthly, Annual, Specific Dates.
Q) How to Burst BIP report in Fusion HCM?
-> Using Bursting option you can split your Report into multiple documents and deliver it to one or more destination.
E.g. Report output having 3 columns Business Unit, Department,Location
You can split the report based on Business unit column with resp department and location for that Business unit.
Business unit
|
Department
|
Location
|
Progress US BU
|
Support PRG
|
Main Campus
|
UK BU
|
Support PRG UK
|
London
|
US1 BU
|
Finance PRG
|
RF Hospital
|
Progress US BU
|
Biology US
|
Main Campus
|
UK BU
|
Finance PRG UK
|
London
|
US1 BU
|
Biology US FN1
|
RF Hospital
|
UK BU
|
Facilities PRG UK
|
London
|
US1 BU
|
Facilities PRG US
|
RF Hospital
|
Split by BU
Business unit
|
Department
|
Location
|
Business unit
|
Department
|
Location
|
|
Progress US BU
|
Support PRG
|
Main Campus
|
UK BU
|
Support PRG UK
|
London
|
|
Progress US BU
|
Biology US
|
Main Campus
|
UK BU
|
Finance PRG UK
|
London
|
|
UK BU
|
Facilities PRG UK
|
London
|
||||
Business unit
|
Department
|
Location
|
||||
US1 BU
|
Finance PRG
|
RF Hospital
|
||||
US1 BU
|
Biology US FN1
|
RF Hospital
|
||||
US1 BU
|
Facilities PRG US
|
RF Hospital
|
-> Yes, We can update it using SourceKey.dat.
->
METADATA|WorkRelationship|SourceSystemOwner|SourceSystemId|PersonId(SourceSystemId)|LegalEmployerName|NewStartDate
MERGE|WorkRelationship|XXTEST|XXTEST_HIREDATE1|100009|India Legal Entity|2002/02/10
HDL Template for Dependent Enrollment in Oracle Fusion HCM (DependentEnrollment.dat)
HDL Template for Dependent Enrollment in Oracle Fusion HCM (DependentEnrollment.dat) (Using DependentEnrollment.dat) Introduction In O...