DBA Data[Home] [Help]

APPS.PER_PL_ASSIGNMENT dependencies on PAY_PL_PAYE_API

Line 758: pay_pl_paye_api.create_pl_paye_details

754:
755: open csr_paye_details(l_person_id);
756: fetch csr_paye_details into l_csr_paye_details;
757: if csr_paye_details%FOUND then
758: pay_pl_paye_api.create_pl_paye_details
759: (p_validate => false
760: ,p_effective_date => p_effective_date
761: ,p_contract_category => 'TERM_NORMAL'
762: ,p_per_or_asg_id => p_assignment_id

Line 1007: pay_pl_paye_api.create_pl_paye_details

1003: open csr_business_group;
1004: fetch csr_business_group into l_business_group_id;
1005: close csr_business_group;
1006:
1007: pay_pl_paye_api.create_pl_paye_details
1008: (p_effective_date => p_effective_date
1009: ,p_contract_category => p_scl_segment3
1010: ,p_per_or_asg_id => p_assignment_id
1011: ,p_business_group_id => l_business_group_id

Line 1090: pay_pl_paye_api.create_pl_paye_details

1086: open csr_business_group;
1087: fetch csr_business_group into l_business_group_id;
1088: close csr_business_group;
1089:
1090: pay_pl_paye_api.create_pl_paye_details
1091: (p_effective_date => p_effective_date
1092: ,p_contract_category => l_segment3
1093: ,p_per_or_asg_id => p_assignment_id
1094: ,p_business_group_id => l_business_group_id