DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on IRC_OFFERS_API

Line 1366: IRC_OFFERS_API.close_offer

1362: ----------------------
1363:
1364: -- End of fix 3564129
1365: -- Start of fix 7289811
1366: IRC_OFFERS_API.close_offer
1367: ( p_validate => false
1368: ,p_effective_date => p_start_date-1
1369: ,p_applicant_assignment_id => p_assignment_id
1370: ,p_change_reason => 'APL_HIRED'-- Fix for bug 7540870

Line 4517: IRC_OFFERS_API.close_offer

4513: p_assignment_id,
4514: p_start_date);
4515: --start changes for bug 6598795
4516: --start changes for bug 7289811
4517: IRC_OFFERS_API.close_offer
4518: ( p_validate => false
4519: ,p_effective_date => p_start_date-1
4520: ,p_applicant_assignment_id => apl_asg_rec.assignment_id
4521: ,p_change_reason => 'APL_HIRED'-- Fix for bug 7540870

Line 5029: IRC_OFFERS_API.close_offer

5025: ,p_object_version_number => l_asg_status_ovn);
5026: --fix for bug 6036285 ends here.
5027: --Fix for bug 6514078 ends here
5028: --Fix for bug 7289811 starts here
5029: IRC_OFFERS_API.close_offer
5030: ( p_validate => false
5031: ,p_effective_date => l_end_date
5032: ,p_applicant_assignment_id => l_asgid
5033: ,p_change_reason => 'MANUAL_CLOSURE'