DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on HR_PAY_RATE_GSP_SS

Line 169: hr_pay_rate_gsp_ss.check_grade_ladder_exists(

165: hr_utility.set_location('p_flow_mode = hr_process_assignment_ss.g_new_hire_registration:'||l_proc,10);
166: g_registration := true;
167: end if;
168:
169: hr_pay_rate_gsp_ss.check_grade_ladder_exists(
170: p_business_group_id => p_business_group_id,
171: p_effective_date => l_effective_date,
172: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
173:

Line 261: hr_pay_rate_gsp_ss.get_employee_current_salary(

257: null,
258: null
259: ));
260: -- store the current salary in the ltt_salary_data
261: hr_pay_rate_gsp_ss.get_employee_current_salary(
262: p_assignment_id => l_assignment_id,
263: P_effective_date => l_effective_date,
264: p_ltt_salary_data => ltt_salary_data);
265:

Line 579: hr_pay_rate_gsp_ss.create_pay_txn(

575: p_transaction_step_id => ln_gsp_step_id,
576: p_update_mode => ln_gsp_update_mode,
577: p_effective_date_option => p_effective_date_option);
578:
579: hr_pay_rate_gsp_ss.create_pay_txn(
580: p_ltt_salary_data => ltt_salary_data,
581: p_transaction_id => ln_gsp_txn_id,
582: p_transaction_step_id => ln_gsp_step_id,
583: p_item_type => p_item_type,

Line 593: hr_pay_rate_gsp_ss.save_gsp_txn(

589: p_business_group_id => p_business_group_id
590: );
591: else
592:
593: hr_pay_rate_gsp_ss.save_gsp_txn(
594: p_item_type => p_item_type,
595: p_item_key => p_item_key,
596: p_act_id => ln_gsp_activity_id,
597: p_ltt_salary_data => ltt_salary_data,

Line 698: hr_pay_rate_gsp_ss.check_grade_ladder_exists(

694: );
695:
696: hr_utility.set_location('After calling placement api:'||l_proc, 10);
697:
698: hr_pay_rate_gsp_ss.check_grade_ladder_exists(
699: p_business_group_id => p_business_group_id,
700: p_effective_date => p_effective_date,
701: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
702:

Line 704: hr_pay_rate_gsp_ss.get_employee_salary(

700: p_effective_date => p_effective_date,
701: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
702:
703: if(lb_grd_ldr_exists_flag) then
704: hr_pay_rate_gsp_ss.get_employee_salary(
705: p_assignment_id => p_assignment_id,
706: P_effective_date => p_effective_date,
707: p_ltt_salary_data => p_ltt_salary_data);
708: end if;

Line 769: hr_pay_rate_gsp_ss.check_grade_ladder_exists(

765: );
766:
767: hr_utility.set_location('After calling placement api:'||l_proc, 10);
768:
769: hr_pay_rate_gsp_ss.check_grade_ladder_exists(
770: p_business_group_id => p_business_group_id,
771: p_effective_date => p_effective_date,
772: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
773:

Line 776: hr_pay_rate_gsp_ss.get_employee_salary(

772: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
773:
774: if(lb_grd_ldr_exists_flag) then
775: hr_utility.set_location('if(lb_grd_ldr_exists_flag) then:'||l_proc,15);
776: hr_pay_rate_gsp_ss.get_employee_salary(
777: p_assignment_id => p_assignment_id,
778: P_effective_date => p_effective_date,
779: p_ltt_salary_data => p_ltt_salary_data);
780: end if;