DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on IRC_OFFERS_API

Line 2217: irc_offers_api.close_offer(p_effective_date => sysdate

2213: hr_utility.set_location ('Offer ID : '||l_offer_id,430);
2214: hr_utility.set_location ('Applicant Assignment ID : '||l_applicant_assignment_id,445);
2215: hr_utility.set_location ('Offer Status : '||l_offer_status,460);
2216:
2217: irc_offers_api.close_offer(p_effective_date => sysdate
2218: , p_applicant_assignment_id => l_applicant_assignment_id
2219: , p_offer_id => l_offer_id
2220: , p_change_reason => 'MANUAL_CLOSURE'
2221: , p_note_text => 'Closed from Complete Defunct Workflow Process');