DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on PER_ASG_UPD

Line 1032: per_asg_upd.upd

1028: hr_utility.set_location(l_proc,40);
1029: --
1030: -- Copy the Offer Assignment details into Applicant Assignment record
1031: --
1032: per_asg_upd.upd
1033: ( p_assignment_id => l_applicant_assignment_id
1034: ,p_effective_start_date => l_effective_start_date
1035: ,p_effective_end_date => l_effective_end_date
1036: ,p_business_group_id => l_business_group_id

Line 4983: per_asg_upd.upd

4979: hr_utility.set_location(l_proc, 60);
4980: --
4981: -- update the offer assignment record.
4982: --
4983: per_asg_upd.upd
4984: ( p_assignment_id => l_assignment_id
4985: ,p_effective_start_date => l_effective_start_date
4986: ,p_effective_end_date => l_effective_end_date
4987: ,p_business_group_id => l_business_group_id