My Oracle Support Banner

Hardcoded HRMS API Examples (Doc ID 1505063.1)

Last updated on APRIL 12, 2023

Applies to:

Oracle Human Resources - Version 11.5.10.2 and later
Information in this document applies to any platform.
DISCLAIMER: If you need any assistance to debug or help write this code you will need to consult a resource outside of Oracle support.


Oracle Support policy does not include assistance in creation or troubleshooting of custom code within Oracle Applications.

Support analysts may address questions regarding basic functionality, but the charter does not allow Support to assist in debugging custom code.
Oracle Consulting is available as a resource for those customers who require assistance with debugging custom code for the Oracle Applications.
Service offerings are available at:

https://www.oracle.com/consulting/index.html?content.html

Goal

List of APIs

This document gives guidance, with the help of examples, on how to use various HRMS API's with hardcoded examples.

 

This code is to be run in SQLplus as the APPS user.

The examples are basic wrappers to allow the API with the minimum required parameters. Additional parameters may then be added to suit your business requirements.

Please ensure that id's and other parameters are correct for your business group and change appropriately

 

DISCLAIMER: If you need any assistance to debug or help write this code you will need to consult a resource outside of Oracle support.

Oracle Support policy does not include assistance in creation or troubleshooting of custom code within Oracle Applications.

Support analysts may address questions regarding basic functionality, but the charter does not allow Support to assist in debugging custom code.
Oracle Consulting is available as a resource for those customers who require assistance with debugging custom code for the Oracle Applications.


Service offerings are available at:  https://www.oracle.com/consulting/index.html?content.html

 



Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
 hr_applicant_api.create_gb_applicant
 hr_applicant_api.hire_applicant
 hr_application_api.update_apl_details
 hr_assignment_api.create_secondary_emp_asg
 hr_assignment_api.delete_assignment
 hr_assignment_api.create_gb_secondary_emp_asg
 hr_assignment_api.set_new_primary_asg
 hr_assignment_api.actual_termination_emp_asg
 hr_assignment_api.update_emp_asg
 hr_assignment_api.update_emp_asg_criteria
 hr_contact_rel_api.create_contact
 hr_contact_rel_api.delete_contact_relationship
 hr_contingent_worker.convert_to_cwk
 hr_contract_api.create_contract
 hr_employee_api.create_gb_employee
 hr_employee_api.re_hire_ex_employee
 hr_ex_employee_api.actual_termination_emp
 hr_grade_rate_value_api.update_grade_rate_value
 hr_location_api.create_location
 hr_maintain_proposal_api.insert_salary_proposal
 hr_person_api.delete_person
 hr_person_absence_api.update_person_absence
 hr_person_absence_api.create_person_absence
 hr_person_extra_info.update_person_extra_info
 hr_person_extra_info.create_person_extra_info
 hr_position_api.update_position
 hr_position_api.delete_position
 hr_position_api.create_position
 hr_person_api.update_person
 hr_person_api.update_gb_person
 hr_sit_api.create_sit
 hr_sit_api.update_sit
 hr_upload_proposal_api.upload_salary_proposal
 hr_user_acct_api.create_user_acct
 per_qualifications_api.update_qualification
 per_vacancy_api.create_vacancy
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.