DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on PER_APPLICATIONS_PKG

Line 379: PER_APPLICATIONS_PKG .cancel_chk_current_emp(p_person_id => p_person_id ,

375:
376: -- Person is currently an Ex-Applicant with any falvour of Person Type
377: -- Check if the person is currently hired as Emp with that Assignment if so raise an error
378:
379: PER_APPLICATIONS_PKG .cancel_chk_current_emp(p_person_id => p_person_id ,
380: p_business_group_id => p_business_group_id ,
381: p_date_end => l_date_end );
382:
383: hr_utility.set_location('Entering:'|| l_proc, 100);

Line 438: -- Make a call to the IRC packages to maintain the IRC Assignment Statuses hr_utility.set_location('PER_APPLICATIONS_PKG.maintain_irc_ass_status', 30);

434: );
435:
436: hr_utility.set_location('Entering:'|| l_proc, 160);
437:
438: -- Make a call to the IRC packages to maintain the IRC Assignment Statuses hr_utility.set_location('PER_APPLICATIONS_PKG.maintain_irc_ass_status', 30);
439:
440: irc_asg_status_api.create_irc_asg_status
441: (p_validate => FALSE,
442: p_assignment_id => p_assignment_id,