DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F3_PKG dependencies on HR_API

Line 734: if (nvl(p_pay_basis_id,hr_api.g_number) <> nvl(l_pay_basis_id,hr_api.g_number)) then

730: --fix for bug 4764140 starts here.
731: open csr_pay_basis_id;
732: fetch csr_pay_basis_id into l_pay_basis_id;
733: close csr_pay_basis_id;
734: if (nvl(p_pay_basis_id,hr_api.g_number) <> nvl(l_pay_basis_id,hr_api.g_number)) then
735: --fix for bug 4764140 ends here.
736: -- fix for bug 4531033 starts here
737: Open Proposal_Dtls;
738: Fetch proposal_Dtls into l_Del_Proposal_Id, l_Del_Proposal_Ovn, l_del_bg_id,l_del_proposal_change_dt;

Line 766: if hr_api.not_exists_in_hr_lookups

762: Fetch Element_Info Into L_Element_Entry_Id;
763: Close Element_Info;
764:
765: -- Start changes for bug 10145976
766: if hr_api.not_exists_in_hr_lookups
767: (p_effective_date => l_val_start_date
768: ,p_lookup_type => 'PROPOSAL_REASON'
769: ,p_lookup_code => 'SALBASISCHG'
770: )

Line 815: if hr_api.not_exists_in_hr_lookups

811: IF(l_dt_mode = 'CORRECTION')
812: then
813:
814: -- Start changes for bug 10161268
815: if hr_api.not_exists_in_hr_lookups
816: (p_effective_date => l_val_start_date
817: ,p_lookup_type => 'PROPOSAL_REASON'
818: ,p_lookup_code => 'SALBASISCHG'
819: )

Line 962: if (l_step_enddate < hr_api.g_eot) then

958: end if;
959: --fix for bug 4612843
960: open get_step_enddate;
961: fetch get_step_enddate into l_step_enddate;
962: if (l_step_enddate < hr_api.g_eot) then
963: close get_step_enddate;
964: open get_asg_enddate;
965: fetch get_asg_enddate into l_asg_enddate;
966: if ( l_asg_enddate > l_step_enddate ) then