DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on HR_PAY_RATE_GSP_SS

Line 164: hr_pay_rate_gsp_ss.check_grade_ladder_exists(

160: hr_utility.set_location('p_flow_mode = hr_process_assignment_ss.g_new_hire_registration:'||l_proc,10);
161: g_registration := true;
162: end if;
163:
164: hr_pay_rate_gsp_ss.check_grade_ladder_exists(
165: p_business_group_id => p_business_group_id,
166: p_effective_date => l_effective_date,
167: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
168:

Line 256: hr_pay_rate_gsp_ss.get_employee_current_salary(

252: null,
253: null
254: ));
255: -- store the current salary in the ltt_salary_data
256: hr_pay_rate_gsp_ss.get_employee_current_salary(
257: p_assignment_id => l_assignment_id,
258: P_effective_date => l_effective_date,
259: p_ltt_salary_data => ltt_salary_data);
260:

Line 574: hr_pay_rate_gsp_ss.create_pay_txn(

570: p_transaction_step_id => ln_gsp_step_id,
571: p_update_mode => ln_gsp_update_mode,
572: p_effective_date_option => p_effective_date_option);
573:
574: hr_pay_rate_gsp_ss.create_pay_txn(
575: p_ltt_salary_data => ltt_salary_data,
576: p_transaction_id => ln_gsp_txn_id,
577: p_transaction_step_id => ln_gsp_step_id,
578: p_item_type => p_item_type,

Line 588: hr_pay_rate_gsp_ss.save_gsp_txn(

584: p_business_group_id => p_business_group_id
585: );
586: else
587:
588: hr_pay_rate_gsp_ss.save_gsp_txn(
589: p_item_type => p_item_type,
590: p_item_key => p_item_key,
591: p_act_id => ln_gsp_activity_id,
592: p_ltt_salary_data => ltt_salary_data,

Line 693: hr_pay_rate_gsp_ss.check_grade_ladder_exists(

689: );
690:
691: hr_utility.set_location('After calling placement api:'||l_proc, 10);
692:
693: hr_pay_rate_gsp_ss.check_grade_ladder_exists(
694: p_business_group_id => p_business_group_id,
695: p_effective_date => p_effective_date,
696: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
697:

Line 699: hr_pay_rate_gsp_ss.get_employee_salary(

695: p_effective_date => p_effective_date,
696: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
697:
698: if(lb_grd_ldr_exists_flag) then
699: hr_pay_rate_gsp_ss.get_employee_salary(
700: p_assignment_id => p_assignment_id,
701: P_effective_date => p_effective_date,
702: p_ltt_salary_data => p_ltt_salary_data);
703: end if;

Line 764: hr_pay_rate_gsp_ss.check_grade_ladder_exists(

760: );
761:
762: hr_utility.set_location('After calling placement api:'||l_proc, 10);
763:
764: hr_pay_rate_gsp_ss.check_grade_ladder_exists(
765: p_business_group_id => p_business_group_id,
766: p_effective_date => p_effective_date,
767: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
768:

Line 771: hr_pay_rate_gsp_ss.get_employee_salary(

767: p_grd_ldr_exists_flag => lb_grd_ldr_exists_flag);
768:
769: if(lb_grd_ldr_exists_flag) then
770: hr_utility.set_location('if(lb_grd_ldr_exists_flag) then:'||l_proc,15);
771: hr_pay_rate_gsp_ss.get_employee_salary(
772: p_assignment_id => p_assignment_id,
773: P_effective_date => p_effective_date,
774: p_ltt_salary_data => p_ltt_salary_data);
775: end if;