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 4365: -- Procedure hr_entry_api.up_ele_entry_param_val at Step 1.

4361: -- 04/12/02 Salary Basis Enhancement Begins
4362: -- Need to set the element_entry_id returned from the my_get_defaults
4363: -- before calling validate_salary_ins_api_java. Otherwise, you'll get
4364: -- the following error:
4365: -- Procedure hr_entry_api.up_ele_entry_param_val at Step 1.
4366: -- Cause: The procedure hr_entry_api.up_ele_entry_param_val has created
4367: -- an error at Step 1.
4368:
4369: ltt_salary_data(1).element_entry_id :=

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

4362: -- Need to set the element_entry_id returned from the my_get_defaults
4363: -- before calling validate_salary_ins_api_java. Otherwise, you'll get
4364: -- the following error:
4365: -- Procedure hr_entry_api.up_ele_entry_param_val at Step 1.
4366: -- Cause: The procedure hr_entry_api.up_ele_entry_param_val has created
4367: -- an error at Step 1.
4368:
4369: ltt_salary_data(1).element_entry_id :=
4370: ltt_salary_data(1).default_element_entry_id;

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

6380: -- because the element entry id will be different when it comes to
6381: -- commit the New Hire flow. Also, in a re-entry of a Save For Later
6382: -- for a new hire, you will get the following error if we don't get
6383: -- the element entry id from the database:
6384: -- Procedure hr_entry_api.upd_ele_entry_param_val at Step 1.
6385: -- Cause: The procedure hr_entry_api.upd_ele_entry_param_val has created
6386: -- an error at Step 1.
6387:
6388: -- 05/13/02 - Bug 2360907 Fix Begins

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

6381: -- commit the New Hire flow. Also, in a re-entry of a Save For Later
6382: -- for a new hire, you will get the following error if we don't get
6383: -- the element entry id from the database:
6384: -- Procedure hr_entry_api.upd_ele_entry_param_val at Step 1.
6385: -- Cause: The procedure hr_entry_api.upd_ele_entry_param_val has created
6386: -- an error at Step 1.
6387:
6388: -- 05/13/02 - Bug 2360907 Fix Begins
6389: -- If the input parm p_effective_date is not null,that means it's a re-entry