DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on PER_ASG_UPD

Line 963: per_asg_upd.upd

959: hr_utility.set_location(l_proc,40);
960: --
961: -- Copy the Offer Assignment details into Applicant Assignment record
962: --
963: per_asg_upd.upd
964: ( p_assignment_id => l_applicant_assignment_id
965: ,p_effective_start_date => l_effective_start_date
966: ,p_effective_end_date => l_effective_end_date
967: ,p_business_group_id => l_business_group_id

Line 4740: per_asg_upd.upd

4736: hr_utility.set_location(l_proc, 60);
4737: --
4738: -- update the offer assignment record.
4739: --
4740: per_asg_upd.upd
4741: ( p_assignment_id => l_assignment_id
4742: ,p_effective_start_date => l_effective_start_date
4743: ,p_effective_end_date => l_effective_end_date
4744: ,p_business_group_id => l_business_group_id