1.VBCS - HR Web Application
1.VBCS - HR Web Application
1.VBCS - HR Web Application
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
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