DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on IRC_OFFERS_API

Line 3056: IRC_OFFERS_API.close_offer

3052:
3053: hr_utility.set_location(l_proc,250);
3054: --
3055: -- Added the below api call for bug 7540870.
3056: IRC_OFFERS_API.close_offer
3057: ( p_validate => false
3058: ,p_effective_date => l_hire_date-1
3059: ,p_applicant_assignment_id => l_assignment_id
3060: ,p_change_reason => 'MANUAL_CLOSURE'

Line 3524: IRC_OFFERS_API.close_offer

3520: ----------------------
3521:
3522: -- Added the below api call for bug 7540870.
3523:
3524: IRC_OFFERS_API.close_offer
3525: ( p_validate => false
3526: ,p_effective_date => l_effective_start_date-1
3527: ,p_applicant_assignment_id => l_assignment_id
3528: ,p_change_reason => 'APL_HIRED'

Line 3748: IRC_OFFERS_API.close_offer

3744: ----------------------
3745:
3746:
3747: -- Added the below api call for bug 7540870.
3748: IRC_OFFERS_API.close_offer
3749: ( p_validate => false
3750: ,p_effective_date => l_effective_start_date-1
3751: ,p_applicant_assignment_id => l_assignment_id
3752: ,p_change_reason => 'APL_HIRED'

Line 3931: IRC_OFFERS_API.close_offer

3927: ----------------------
3928:
3929:
3930: -- Added the below api call for bug 7540870.
3931: IRC_OFFERS_API.close_offer
3932: ( p_validate => false
3933: ,p_effective_date => l_effective_start_date-1
3934: ,p_applicant_assignment_id => l_assignment_id
3935: ,p_change_reason => 'APL_HIRED'

Line 4629: IRC_OFFERS_API.close_offer

4625: end if;
4626: --
4627: -- Close the offers (if any) for this applicant
4628: --
4629: IRC_OFFERS_API.close_offer
4630: ( p_validate => p_validate
4631: ,p_effective_date => p_effective_date
4632: ,p_applicant_assignment_id => l_assignment.assignment_id
4633: ,p_change_reason => 'WITHDRAWAL' -- fix for bug 8635684 'MANUAL_CLOSURE' --fix for bug 7540870.