Вы находитесь на странице: 1из 10

Oracle Integration Cloud Training

Agenda
Oracle Fusion HCM Online Training

Agenda
HR Web Application using VBCS
HR Web
Oracle Fusion HCM Online Application
Training
We will be building an HR Web application to manage employees data. Demo the application in
VBCS

3 business objects – employees, locations and departments

Data Source – Excel files


Agenda
HR Web
Oracle Fusion HCM Online Application
Training

 Login to OIC -> VBCS


 Create a new web application – PK Emp Console – Empty Application
 Features: Web/Mobile; read data from business objects/REST APIs; use processes built using PCS
 Click on business object -> Department -> 5 fields automatically be added
 Enter fields -> Name, Target (no. of employees) Agenda
 Go to data tab and add below rows manually
Sales – 10
Marketing – 5
IT - 2
HR Web
Oracle Fusion HCM Online Application
Training

 Other options are available to add data -> Data Manager


 Create employees and locations business objects by uploading employees excel sheet under ‘Create Business
Objects’
 Change object name to singular – Employee and Department
 Change Start Date to simple date type instead of datetime and import
 Add below new fields on Employee table
Agenda
Department -> refer -> Department object - name field
Location -> refer -> Location object - name field
Approved -> Boolean -> Set default value to false
 Add Total Emps field on Departments table – use Count function
HR Web
Oracle Fusion HCM Online Application
Training
Create Web Application:

 Click on web application in right hand pane and create new application – Console – Nav Type – None
 Add heading element -> Emp Info; Add horizontal rule
 Add table -> Add data -> select employee -> select fields to display -> name, startdate, salary, approved
 Add Create Page -> select employee -> select fields to display -> name, startdate, salary, department, location2 ->
Change button label to Create Agenda
 Run the application and create an employee using create page
 Add Edit Page -> select employee -> select fields to display -> name, salary, department, location2, approved ->
Change button label to Edit
 Test the edit page by clicking on live option – Change columns to 2 by gng into design mode – back to live mode and
edit the salary
HR Web
Oracle Fusion HCM Online Application
Training
 Add Delete Page -> select employee
 Test the delete page by clicking on live option – delete one of the employees
 Explain code option available -> go to source code and edit Emp Info to Employee Info
Adding Logic and Charts:
 Design mode - Select table – Events -> click + after Assign variables – add Navigate -> select target – peer page –
select edit page Agenda
 Map input parameters -> Expression - $page.variables.oj_table_1387078977_1SelectedId to EmployeeId
 Run the application -> Selecting an employee should navigate to edit employee page -> make a change and save
the employee
 Remove edit button
HR Web
Oracle Fusion HCM Online Application
Training
Creating new page with chart:
 Expand navigator – click on flows main + -> main-statistics
 Add Heading, Bar Chart – Add Data – Deparments - Y Axis -> Total Emps; X Axis -> name
 Change Y Axis title to Employees
 Select Chart -> Go to All tab -> Arrow mark on Y Axis -> Y Axis Min Step – 1
 Change orientation to horizontal Agenda
Adding new page:
 Add new button on main page -> Stats
 Create an event and add navigation to peer page -> select page created above
HR Web
Oracle Fusion HCM Online Application
Training
Publishing App:
 Publishing app has 2 stages – Stage (testing env) – live (prod)
 Edit Department and Location BO – enable contains application set up data check box – This will ensure that
locations and departments data is copied during deployment
 Select application -> Stage -> explain available options -> select populate stage with dev data
 Go to console and test it Agenda
 Select application -> Publish -> explain available options -> select ‘don’t include data from stage’
Q &Training
Oracle Fusion HCM Online A

Agenda
Q&A

Вам также может понравиться