DBA Data[Home] [Help]

APPS.PQP_HROSS_INTEGRATION dependencies on HRDPP_UPDATE_EMP_ASG

Line 3469: Hrdpp_Update_Emp_Asg.Insert_Batch_Lines

3465: -- ELSE
3466: -- l_datetrack_update_mode := 'CORRECTION';
3467: -- END IF;
3468:
3469: Hrdpp_Update_Emp_Asg.Insert_Batch_Lines
3470: (p_batch_id => p_batch_id
3471: ,p_user_sequence => l_user_sequence
3472: ,p_link_value => l_link_value
3473: ,p_effective_date => l_per_rec.START_DATE

Line 3542: hr_utility.set_location('..Inserted into Hrdpp_Update_Emp_Asg', 50);

3538: );
3539:
3540: l_user_sequence := l_user_sequence + 1;
3541:
3542: hr_utility.set_location('..Inserted into Hrdpp_Update_Emp_Asg', 50);
3543:
3544:
3545: OPEN csr_grade(l_asg_rec.grade_id
3546: ,l_asg_rec.business_group_id

Line 3613: Hrdpp_Update_Emp_Asg_Criteria.Insert_Batch_Lines

3609: l_asg_rec.pay_basis_id, 120);
3610: END IF;
3611: CLOSE csr_paybasis;
3612:
3613: Hrdpp_Update_Emp_Asg_Criteria.Insert_Batch_Lines
3614: (p_batch_id => p_batch_id
3615: ,p_user_sequence => l_user_sequence
3616: ,p_link_value => l_link_value
3617: ,p_effective_date => l_per_rec.START_DATE

Line 3666: ' Hrdpp_Update_Emp_Asg_Criteria', 130);

3662:
3663: l_user_sequence := l_user_sequence + 1;
3664:
3665: hr_utility.set_location('..Inserted into' ||
3666: ' Hrdpp_Update_Emp_Asg_Criteria', 130);
3667:
3668: OPEN csr_get_cont_dtls(c_person_id => l_per_rec.person_id
3669: ,c_business_group_id => l_add_rec.business_group_id
3670: ,c_effective_date => l_per_rec.START_DATE);

Line 4511: Hrdpp_Update_Emp_Asg.Insert_Batch_Lines

4507: );
4508: FETCH csr_get_upd_asg_data INTO l_dp_upd_asg_rec;
4509: CLOSE csr_get_upd_asg_data;
4510:
4511: Hrdpp_Update_Emp_Asg.Insert_Batch_Lines
4512: (p_batch_id => p_batch_id
4513: -- l_dp_batch_line_id_asg
4514: ,p_data_pump_batch_line_id => l_dp_upd_asg_rec.batch_line_id
4515: ,p_user_sequence => l_dp_upd_asg_rec.user_sequence

Line 4665: Hrdpp_Update_Emp_Asg_Criteria.Insert_Batch_Lines

4661: );
4662: FETCH csr_get_upd_asg_crt_data INTO l_dp_upd_asg_crt_rec;
4663: CLOSE csr_get_upd_asg_crt_data;
4664:
4665: Hrdpp_Update_Emp_Asg_Criteria.Insert_Batch_Lines
4666: (p_batch_id => p_batch_id
4667: --l_dp_batch_line_id_asg_cri
4668: ,p_data_pump_batch_line_id => l_dp_upd_asg_crt_rec.batch_line_id
4669: ,p_user_sequence => l_dp_upd_asg_crt_rec.user_sequence