Creating ESS Jobs for Oracle Fusion BIP Reports

637 views 33 slides May 31, 2024
Slide 1
Slide 1 of 33
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33

About This Presentation

Topics:
1. Introduction to ESS Jobs
2. Creating ESS Jobs for Fusion BIP Reports
3. Running the ESS Job

In Oracle Fusion Cloud, an Enterprise Scheduler Service (ESS) job is a scheduled process that automates the execution of various business processes and tasks. ESS jobs enable users to manage, sche...


Slide Content

CREATING ESS JOBS FOR ORACLE
FUSION BIP REPORTS
BY GURPREET SINGH

TOPICS

INTRODUCTION TO ESS JOBS

WHAT IS ESS JOB?
In Oracle Fusion Cloud, an Enterprise Scheduler Service (ESS) job is a scheduled process that automates the
execution of various business processes and tasks. ESS jobs enable users to manage, schedule, and monitor the
execution of these processes without manual intervention, ensuring that tasks are performed consistently and on
time.

KEY FEATURES OF ESS JOBS
Scheduling and Automation - ESS jobs can be scheduled to run at specific times or intervals, automating routine
tasks such as data imports, exports, financial close processes, and report generation. Jobs can be scheduled to run
once, on a recurring basis (daily, weekly, monthly), or triggered by specific events.
Error Handling and Notifications - ESS jobs can be configured to send notifications upon completion or failure,
allowing administrators to quickly respond to issues.
Resource Management - Jobs can be assigned to different work shifts and resource pools to optimize resource
utilization and ensure that high-priority jobs get the necessary resources.
Integration - ESS jobs can be used to integrate different modules within Oracle Fusion Cloud and with external
systems, facilitating data movement and process synchronization.

TYPES OF ESS JOBS
ESS Jobs
Predefined
Jobs
Custom
Jobs

PREDEFINED ESS JOB

CREATING ESS JOBS FOR FUSION BIP REPORTS

CREATING DATA MODEL
•Login to BIP Catalog
•Click on New → Data Model

CREATING DATA MODEL
•Click on add New Data Set and select SQL Query

CREATING DATA MODEL
•Enter the Name of Data Set- Q1
•Select the Data Source- ApplicationDB_FSCM
•Type of SQL- Standard SQL
•SQL Query- SELECT owner,object_type,object_name FROM all_objects
WHERE object_type = NVL(:pObjectType, object_type)

CREATING DATA MODEL
•Select the check box to add parameter to the data model

CREATING DATA MODEL
•Parameter will be added, just change the Display Label

CREATING DATA MODEL
•Go to List of Values option and click add button to add new List of Values

CREATING DATA MODEL
•Provide the Name, select Type & Data Source and enter the SQL

CREATING DATA MODEL
•Go to parameter and select Parameter Type as Menu

CREATING DATA MODEL
•Select the List of Values from the list

CREATING DATA MODEL
•Save the data model and Click on View Data button, then save the sample data.

•Create report on the basis of this Data Model

•Click on More option and choose Schedule

•Copy the Report location

•Go to Setup & Maintenance

•Click on Tasks button and click Search option

•Search for Manage%Enter%Sched% and click on the below link

•Go to Manage List of Values Sources tab and click Create button

•Choose Application Name : Financials Common Module
•Enter LOV Name : ObjectTypeLOV
•LOVType : User Defined
•Provide the query:
SELECT object_type FROM (SELECT DISTINCT object_type FROM all_objects) ORDER BY
object_type

•Go to Manage Job Definitions and Click on the Create button

•Enter the Display Name: this will be used when you want to submit the ESS Job
•Name: this will be just like short name of ESS Job
•Job Application Name as FscmEss, Application as Financials Common Module, Job Type as BIPJobType
•Report Id will be the location of BIP Report which we copied earlier
•Add parameter and select created LOV and then click Save and Close

•Go to the Navigation Menu and click Scheduled Processes.
•In Scheduled Processes Screen click Schedule New Process button

•Enter the name of the ESS Job and press Tab
•Select the ESS Job from the list and click OK

•Choose the parameter and click Submit and ESS Job will be submitted