DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on IRC_OFFERS_API

Line 1281: IRC_OFFERS_API.close_offer

1277: ,p_assignment_status_id => l_asg_status_id
1278: ,p_object_version_number => l_asg_status_ovn);
1279: -- End of fix 3564129
1280: -- Start of fix 7289811
1281: IRC_OFFERS_API.close_offer
1282: ( p_validate => false
1283: ,p_effective_date => p_start_date-1
1284: ,p_applicant_assignment_id => p_assignment_id
1285: ,p_change_reason => 'APL_HIRED'-- Fix for bug 7540870

Line 3947: IRC_OFFERS_API.close_offer

3943: p_assignment_id,
3944: p_start_date);
3945: --start changes for bug 6598795
3946: --start changes for bug 7289811
3947: IRC_OFFERS_API.close_offer
3948: ( p_validate => false
3949: ,p_effective_date => p_start_date-1
3950: ,p_applicant_assignment_id => apl_asg_rec.assignment_id
3951: ,p_change_reason => 'APL_HIRED'-- Fix for bug 7540870

Line 4424: IRC_OFFERS_API.close_offer

4420: ,p_object_version_number => l_asg_status_ovn);
4421: --fix for bug 6036285 ends here.
4422: --Fix for bug 6514078 ends here
4423: --Fix for bug 7289811 starts here
4424: IRC_OFFERS_API.close_offer
4425: ( p_validate => false
4426: ,p_effective_date => l_end_date
4427: ,p_applicant_assignment_id => l_asgid
4428: ,p_change_reason => 'MANUAL_CLOSURE'