API

Create Responsibility API

A responsibility is an important configuration which allows the user to navigate to the various menus and form functions within that responsibility.Oracle API is used to load responsibility from one…

Read More

Creating Lookup and Lookup Values through API

The custom lookup parameters can be passed to the below API’s to insert data into Oracle standard tables fnd_lookup_values and fnd_lookup_types                                               *fnd_lookup_types_pkg.insert_row *fnd_lookup_values_pkg.insert_row Sample script with description to…

Read More

Oracle HRMS – Create Employee API

This blog describes the process and technical information required for creating new employee using API. In any business organization employee should there to do the work, so Oracle provide hr_employee_api.create_employee…

Read More

Create, Update Organization API

This blog describes the technical information required for creating Inventory organization and their classification using API.In order to create Inventory organization we can use three API which are    Apps.hr_organization_api.create_organization    Apps.hr_organization_api.update_organization   …

Read More