Creating a page to insert and update records

We are now going to create a new page that will create a new society. We will look at the steps we need to take to build the page, and then the code we need to add to insert a record in the database table.

In this recipe, we will be performing the following tasks:

  • Creating a view object
  • Linking the view object to an application module
  • Creating a page to insert data
  • Adding a page status region
  • Creating a page buttons region
  • Creating and editing the page controller
  • Capturing an event
  • Editing the application module class
  • Editing the entity object class

Creating a view object

The first step we are going to perform when building our page will be to add a new view object.

How to do it...

To create the view object, perform ...

Get Oracle E-Business Suite R12 Integration and OA Framework Development and Extension Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.