DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on IRC_OFFERS_API

Line 4935: IRC_OFFERS_API.close_offer

4931: ,p_status_change_reason => l_change_reason --12905192
4932: , p_assignment_status_id => l_assignment_status_id
4933: , p_object_version_number => l_asg_status_ovn1);
4934:
4935: IRC_OFFERS_API.close_offer
4936: ( p_validate => false
4937: ,p_effective_date => l_hire_date-1
4938: ,p_applicant_assignment_id => l_assignment_id
4939: ,p_change_reason => 'MANUAL_CLOSURE'

Line 5139: IRC_OFFERS_API.close_offer

5135: ,p_object_version_number => l_asg_status_ovn);
5136: end if;
5137: -- End of fix 3564129
5138: -- Start of fix 7289811
5139: IRC_OFFERS_API.close_offer
5140: ( p_validate => false
5141: ,p_effective_date => l_hire_date-1
5142: ,p_applicant_assignment_id => asg_rec.assignment_id
5143: ,p_change_reason => 'APL_HIRED'-- Fix for bug 7540870

Line 5228: IRC_OFFERS_API.close_offer

5224: ,p_object_version_number => l_asg_status_ovn);
5225: end if;
5226: -- End of fix 3564129
5227: -- Start of fix 7289811
5228: IRC_OFFERS_API.close_offer
5229: ( p_validate => false
5230: ,p_effective_date => l_hire_date-1
5231: ,p_applicant_assignment_id => asg_rec.assignment_id
5232: ,p_change_reason => 'APL_HIRED'-- Fix for bug 7540870

Line 5652: IRC_OFFERS_API.close_offer

5648: ,p_object_version_number => l_asg_status_ovn);
5649: end if;
5650: -- End of fix 3564129
5651: -- Start of fix 7289811
5652: IRC_OFFERS_API.close_offer
5653: ( p_validate => false
5654: ,p_effective_date => l_hire_date-1
5655: ,p_applicant_assignment_id => l_asg_rec.assignment_id
5656: ,p_change_reason => 'APL_HIRED'-- Fix for bug 7540870

Line 5698: IRC_OFFERS_API.close_offer

5694: ,p_status_change_reason => l_change_reason --12905192
5695: , p_assignment_status_id => l_assignment_status_id
5696: , p_object_version_number => l_asg_status_ovn1);
5697:
5698: IRC_OFFERS_API.close_offer
5699: ( p_validate => false
5700: ,p_effective_date => l_hire_date-1
5701: ,p_applicant_assignment_id => l_asg_rec.assignment_id
5702: ,p_change_reason => 'MANUAL_CLOSURE'

Line 6382: IRC_OFFERS_API.close_offer

6378: ,p_object_version_number => l_asg_status_ovn);
6379: end if;
6380: -- End of fix 3564129
6381: -- Start of fix 7289811
6382: IRC_OFFERS_API.close_offer
6383: ( p_validate => false
6384: ,p_effective_date => l_hire_date-1
6385: ,p_applicant_assignment_id => l_asg_rec.assignment_id
6386: ,p_change_reason => 'APL_HIRED'-- Fix for bug 7540870

Line 6427: IRC_OFFERS_API.close_offer

6423: ,p_status_change_reason => l_change_reason --12905192
6424: , p_assignment_status_id => l_assignment_status_id
6425: , p_object_version_number => l_asg_status_ovn1);
6426:
6427: IRC_OFFERS_API.close_offer
6428: ( p_validate => false
6429: ,p_effective_date => l_hire_date-1
6430: ,p_applicant_assignment_id => l_asg_rec.assignment_id
6431: ,p_change_reason => 'MANUAL_CLOSURE'