SoapUI is used for testing Webservices for Oracle Fusion.
Follow the steps to install SoapUI
Step1: Download latest version from official website. I am choosing Windows
SoapUI is used for testing Webservices for Oracle Fusion.
Follow the steps to install SoapUI
Step1: Download latest version from official website. I am choosing Windows
OTBI stands for Oracle Transactional Business Intelligence. OTBI Reports are very useful to users who don't have knowledge on coding since it involves drag and drop functionality.
We can easily place filters and switch between different types of report outputs like Tables, Graphs and much more...
Let us create an OTBI Report..
Open Reports and Analytics Page, go to New and select Analysis
Showing Sample Query for Bursting
Bursting is used for mailing or faxing or sending report details to others through any media
Steps for Bursting:
Step 1: Create a Data model
I am taking a sample Query
PERSON_NUMBER as "KEY",
'BITemplate' TEMPLATE,
'en-US' LOCALE,
'PDF' OUTPUT_FORMAT,
'EMAIL' DEL_CHANNEL,
'mail address' PARAMETER1,
'mail address' PARAMETER3,
'Employee details' PARAMETER4,
'Hi, Please find the attached details' PARAMETER5,
'true' PARAMETER6
from (select
distinct PERSON_NUMBER,FULL_NAME,DISPLAY_NAME
from
per_all_people_f
papf,
per_person_names_f ppnf
where
papf.person_id=ppnf.person_id)
Note: Since we are using Person Number as Key, each person gets mail.
Step 3: Save Data model and create Report
Step 4: Open Report Properties and enable Bursting option
To work with spreadsheet loads, we need to install ADFDI installer
Downloading and Installation Steps:
Login to any Fusion Application
Navigator > Tools > Download Desktop Integration Installer
Hi All, A short post to get COA Account Segment related fields. select fvvv.value, FVVV.DESCRIPTION, fvvv.ENABLED_FLAG Enabled, fvvv.STAR...