DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on PER_OTHERBG_APL_API

Line 2364: if per_otherbg_apl_api.isMultiRegVac(l_assignment_id) then

2360: ,p_org_now_no_manager_warning => l_org_now_no_manager_warning
2361: );
2362: --
2363:
2364: if per_otherbg_apl_api.isMultiRegVac(l_assignment_id) then
2365: per_otherbg_apl_api.close_otherbg_applications(l_assignment_id,l_hire_date-1,'HIRE_END');
2366: end if;
2367:
2368: hr_utility.set_location(l_proc,210);

Line 2365: per_otherbg_apl_api.close_otherbg_applications(l_assignment_id,l_hire_date-1,'HIRE_END');

2361: );
2362: --
2363:
2364: if per_otherbg_apl_api.isMultiRegVac(l_assignment_id) then
2365: per_otherbg_apl_api.close_otherbg_applications(l_assignment_id,l_hire_date-1,'HIRE_END');
2366: end if;
2367:
2368: hr_utility.set_location(l_proc,210);
2369: --

Line 3665: if per_otherbg_apl_api.isMultiRegVac(asg_rec.assignment_id) then

3661: --
3662: -- end of bug 4641965
3663: end if;
3664: --
3665: if per_otherbg_apl_api.isMultiRegVac(asg_rec.assignment_id) then
3666: per_otherbg_apl_api.close_otherbg_applications(asg_rec.assignment_id,l_hire_date-1,'HIRE_CLOSE');
3667: end if;
3668:
3669: --Bug 4959033

Line 3666: per_otherbg_apl_api.close_otherbg_applications(asg_rec.assignment_id,l_hire_date-1,'HIRE_CLOSE');

3662: -- end of bug 4641965
3663: end if;
3664: --
3665: if per_otherbg_apl_api.isMultiRegVac(asg_rec.assignment_id) then
3666: per_otherbg_apl_api.close_otherbg_applications(asg_rec.assignment_id,l_hire_date-1,'HIRE_CLOSE');
3667: end if;
3668:
3669: --Bug 4959033
3670:

Line 6508: if per_otherbg_apl_api.isMultiRegVac(asg_rec.assignment_id) then

6504: --
6505: -- end of bug 4641965
6506: end if;
6507:
6508: if per_otherbg_apl_api.isMultiRegVac(asg_rec.assignment_id) then
6509: per_otherbg_apl_api.close_otherbg_applications(asg_rec.assignment_id,l_hire_date-1,'HIRE_CLOSE');
6510: end if;
6511:
6512: --

Line 6509: per_otherbg_apl_api.close_otherbg_applications(asg_rec.assignment_id,l_hire_date-1,'HIRE_CLOSE');

6505: -- end of bug 4641965
6506: end if;
6507:
6508: if per_otherbg_apl_api.isMultiRegVac(asg_rec.assignment_id) then
6509: per_otherbg_apl_api.close_otherbg_applications(asg_rec.assignment_id,l_hire_date-1,'HIRE_CLOSE');
6510: end if;
6511:
6512: --
6513: --Bug 4959033