DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_ENTRY_API

Line 56: l_tmp := hr_entry_api.get_link(p_asg_id, l_tmp,

52:
53: Open c1 (p_asg_id, to_date(p_eff_date,'RRRR-MM-DD'));
54: Fetch c1 into l_tmp;
55: Close c1;
56: l_tmp := hr_entry_api.get_link(p_asg_id, l_tmp,
57: to_date(p_eff_date,'RRRR-MM-DD'));
58:
59: if (l_tmp is not null) then
60: hr_utility.set_location(' Leaving:' || l_proc,10);

Line 4204: -- Procedure hr_entry_api.up_ele_entry_param_val at Step 1.

4200: -- 04/12/02 Salary Basis Enhancement Begins
4201: -- Need to set the element_entry_id returned from the my_get_defaults
4202: -- before calling validate_salary_ins_api_java. Otherwise, you'll get
4203: -- the following error:
4204: -- Procedure hr_entry_api.up_ele_entry_param_val at Step 1.
4205: -- Cause: The procedure hr_entry_api.up_ele_entry_param_val has created
4206: -- an error at Step 1.
4207:
4208: ltt_salary_data(1).element_entry_id :=

Line 4205: -- Cause: The procedure hr_entry_api.up_ele_entry_param_val has created

4201: -- Need to set the element_entry_id returned from the my_get_defaults
4202: -- before calling validate_salary_ins_api_java. Otherwise, you'll get
4203: -- the following error:
4204: -- Procedure hr_entry_api.up_ele_entry_param_val at Step 1.
4205: -- Cause: The procedure hr_entry_api.up_ele_entry_param_val has created
4206: -- an error at Step 1.
4207:
4208: ltt_salary_data(1).element_entry_id :=
4209: ltt_salary_data(1).default_element_entry_id;

Line 6082: -- Procedure hr_entry_api.upd_ele_entry_param_val at Step 1.

6078: -- because the element entry id will be different when it comes to
6079: -- commit the New Hire flow. Also, in a re-entry of a Save For Later
6080: -- for a new hire, you will get the following error if we don't get
6081: -- the element entry id from the database:
6082: -- Procedure hr_entry_api.upd_ele_entry_param_val at Step 1.
6083: -- Cause: The procedure hr_entry_api.upd_ele_entry_param_val has created
6084: -- an error at Step 1.
6085:
6086: -- 05/13/02 - Bug 2360907 Fix Begins

Line 6083: -- Cause: The procedure hr_entry_api.upd_ele_entry_param_val has created

6079: -- commit the New Hire flow. Also, in a re-entry of a Save For Later
6080: -- for a new hire, you will get the following error if we don't get
6081: -- the element entry id from the database:
6082: -- Procedure hr_entry_api.upd_ele_entry_param_val at Step 1.
6083: -- Cause: The procedure hr_entry_api.upd_ele_entry_param_val has created
6084: -- an error at Step 1.
6085:
6086: -- 05/13/02 - Bug 2360907 Fix Begins
6087: -- If the input parm p_effective_date is not null,that means it's a re-entry