DBA Data[Home] [Help]

APPS.PAY_PL_PAYE_API dependencies on PAY_PPD_BUS

Line 622: pay_ppd_bus.chk_per_asg_id(p_effective_date => l_effective_date

618:
619: -- Since we will be re-setting the effective_start_date to the Assignment's start date,
620: -- we first validate the assignment id before deriving the effective_start_date.
621:
622: pay_ppd_bus.chk_per_asg_id(p_effective_date => l_effective_date
623: ,p_per_or_asg_id => p_assignment_id
624: ,p_contract_category => 'CIVIL'
625: ,p_business_group_id => l_business_group_id
626: ,p_object_version_number => l_object_version_number);

Line 726: pay_ppd_bus.chk_per_asg_id(p_effective_date => l_effective_date

722:
723: -- Since we will be re-setting the effective_start_date to the Assignment's start date,
724: -- we first validate the assignment id before deriving the effective_start_date.
725:
726: pay_ppd_bus.chk_per_asg_id(p_effective_date => l_effective_date
727: ,p_per_or_asg_id => p_assignment_id
728: ,p_contract_category => 'LUMP'
729: ,p_business_group_id => l_business_group_id
730: ,p_object_version_number => l_object_version_number);

Line 831: pay_ppd_bus.chk_per_asg_id(p_effective_date => l_effective_date

827:
828: -- Since we will be re-setting the effective_start_date to the Assignment's start date,
829: -- we first validate the assignment id before deriving the effective_start_date.
830:
831: pay_ppd_bus.chk_per_asg_id(p_effective_date => l_effective_date
832: ,p_per_or_asg_id => p_assignment_id
833: ,p_contract_category => 'F_LUMP'
834: ,p_business_group_id => l_business_group_id
835: ,p_object_version_number => l_object_version_number);

Line 928: pay_ppd_bus.chk_per_asg_id(p_effective_date => l_effective_date

924: close csr_get_derived_details;
925: -- Since we will be re-setting the effective_start_date to the Person's start date,
926: -- we first validate the person id before deriving the effective_start_date.
927:
928: pay_ppd_bus.chk_per_asg_id(p_effective_date => l_effective_date
929: ,p_per_or_asg_id => p_person_id
930: ,p_contract_category => 'NORMAL'
931: ,p_business_group_id => l_business_group_id
932: ,p_object_version_number => l_object_version_number);