After having created the BC4J components using this link, in this article you will be testing the Application Module to create new Employee records or to query existing employee records without a screen.
This is possible in Fusion Apps tech stack, via jDeveloper, using Application Module test workbench.
Ensure that EmployeeVO is attached to the EmployeeAM.
You will see the instance name is EmployeeVO1, which means that every single programmatic reference to EmployeeVO will be using text EmployeeVO1.
![]()
This is possible in Fusion Apps tech stack, via jDeveloper, using Application Module test workbench.
Ensure that EmployeeVO is attached to the EmployeeAM.
You will see the instance name is EmployeeVO1, which means that every single programmatic reference to EmployeeVO will be using text EmployeeVO1.