DBA Data[Home] [Help]

APPS.PAY_PL_SII_API dependencies on PAY_PSD_BUS

Line 130: pay_psd_bus.chk_emp_social_security_info(p_sii_details_id => l_sii_details_id

126: -- Validation prior to deriving the Contribution values
127: -- Here we validate the 'Employee Social Security Information' prior to deriving
128: -- the null Contribution values
129:
130: pay_psd_bus.chk_emp_social_security_info(p_sii_details_id => l_sii_details_id
131: ,p_effective_date => l_effective_date
132: ,p_emp_social_security_info => p_emp_social_security_info
133: ,p_object_version_number => l_object_version_number);
134:

Line 147: pay_psd_bus.get_contribution_values(p_effective_date => l_effective_date

143: l_health_contribution := p_health_contribution;
144: l_unemployment_contribution := p_unemployment_contribution;
145:
146:
147: pay_psd_bus.get_contribution_values(p_effective_date => l_effective_date
148: ,p_emp_social_security_info => p_emp_social_security_info
149: ,p_old_age_contribution => l_old_age_contribution
150: ,p_pension_contribution => l_pension_contribution
151: ,p_sickness_contribution => l_sickness_contribution

Line 386: pay_psd_bus.chk_per_asg_id(p_effective_date => l_effective_date

382:
383: -- Since we will be re-setting the effective_start_date to the Assignment's start date,
384: -- we first validate the assignment id before deriving the effective_start_date.
385:
386: pay_psd_bus.chk_per_asg_id(p_effective_date => l_effective_date
387: ,p_per_or_asg_id => p_assignment_id
388: ,p_contract_category => l_contract_category
389: ,p_business_group_id => l_business_group_id
390: ,p_object_version_number => l_object_version_number);

Line 487: pay_psd_bus.chk_per_asg_id(p_effective_date => l_effective_date

483:
484: -- Since we will be re-setting the effective_start_date to the Assignment's start date,
485: -- we first validate the assignment id before deriving the effective_start_date.
486:
487: pay_psd_bus.chk_per_asg_id(p_effective_date => l_effective_date
488: ,p_per_or_asg_id => p_assignment_id
489: ,p_contract_category => l_contract_category
490: ,p_business_group_id => l_business_group_id
491: ,p_object_version_number => l_object_version_number);

Line 588: pay_psd_bus.chk_per_asg_id(p_effective_date => l_effective_date

584:
585: -- Since we will be re-setting the effective_start_date to the Assignment's start date,
586: -- we first validate the assignment id before deriving the effective_start_date.
587:
588: pay_psd_bus.chk_per_asg_id(p_effective_date => l_effective_date
589: ,p_per_or_asg_id => p_assignment_id
590: ,p_contract_category => l_contract_category
591: ,p_business_group_id => l_business_group_id
592: ,p_object_version_number => l_object_version_number);

Line 690: pay_psd_bus.chk_per_asg_id(p_effective_date => l_effective_date

686:
687: -- Since we will be re-setting the effective_start_date to the Person's start date,
688: -- we first validate the person id before deriving the effective_start_date.
689:
690: pay_psd_bus.chk_per_asg_id(p_effective_date => l_effective_date
691: ,p_per_or_asg_id => p_person_id
692: ,p_contract_category => l_contract_category
693: ,p_business_group_id => l_business_group_id
694: ,p_object_version_number => l_object_version_number);