DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on PER_OTHERBG_APL_API

Line 1377: if per_otherbg_apl_api.isMultiRegVac(p_assignment_id) then

1373: -- Bug 401669
1374: --
1375: -- Bug#12594760 fix starts
1376:
1377: if per_otherbg_apl_api.isMultiRegVac(p_assignment_id) then
1378: per_otherbg_apl_api.close_otherbg_applications(p_assignment_id,p_start_date -1,'HIRE_CLOSE');
1379: end if;
1380:
1381: --Bug#12594760 fix ends

Line 1378: per_otherbg_apl_api.close_otherbg_applications(p_assignment_id,p_start_date -1,'HIRE_CLOSE');

1374: --
1375: -- Bug#12594760 fix starts
1376:
1377: if per_otherbg_apl_api.isMultiRegVac(p_assignment_id) then
1378: per_otherbg_apl_api.close_otherbg_applications(p_assignment_id,p_start_date -1,'HIRE_CLOSE');
1379: end if;
1380:
1381: --Bug#12594760 fix ends
1382: -- Bug 11822430

Line 1429: if per_otherbg_apl_api.isMultiRegVac(l_asg_rec.assignment_id) then

1425: update per_assignments_f
1426: set effective_end_date = p_start_date -1
1427: where current of ass_cur;
1428:
1429: if per_otherbg_apl_api.isMultiRegVac(l_asg_rec.assignment_id) then
1430: per_otherbg_apl_api.close_otherbg_applications(l_asg_rec.assignment_id,p_start_date -1,'HIRE_END');
1431: end if;
1432: exception
1433: when others then

Line 1430: per_otherbg_apl_api.close_otherbg_applications(l_asg_rec.assignment_id,p_start_date -1,'HIRE_END');

1426: set effective_end_date = p_start_date -1
1427: where current of ass_cur;
1428:
1429: if per_otherbg_apl_api.isMultiRegVac(l_asg_rec.assignment_id) then
1430: per_otherbg_apl_api.close_otherbg_applications(l_asg_rec.assignment_id,p_start_date -1,'HIRE_END');
1431: end if;
1432: exception
1433: when others then
1434: hr_utility.set_location('hrhirapl.make_secondary ASGID : '||

Line 4708: if per_otherbg_apl_api.isMultiRegVac(p_new_primary_id) and p_update_primary_flag in ('Y','V') then

4704:
4705: end if;
4706:
4707: --Fix for the bug#12607547
4708: if per_otherbg_apl_api.isMultiRegVac(p_new_primary_id) and p_update_primary_flag in ('Y','V') then
4709: -- if per_otherbg_apl_api.isMultiRegVac(p_new_primary_id) then
4710: per_otherbg_apl_api.close_otherbg_applications(p_new_primary_id,p_start_date-1,'HIRE_CLOSE');
4711: end if;
4712: --

Line 4709: -- if per_otherbg_apl_api.isMultiRegVac(p_new_primary_id) then

4705: end if;
4706:
4707: --Fix for the bug#12607547
4708: if per_otherbg_apl_api.isMultiRegVac(p_new_primary_id) and p_update_primary_flag in ('Y','V') then
4709: -- if per_otherbg_apl_api.isMultiRegVac(p_new_primary_id) then
4710: per_otherbg_apl_api.close_otherbg_applications(p_new_primary_id,p_start_date-1,'HIRE_CLOSE');
4711: end if;
4712: --
4713: -- hr_utility.trace_off;

Line 4710: per_otherbg_apl_api.close_otherbg_applications(p_new_primary_id,p_start_date-1,'HIRE_CLOSE');

4706:
4707: --Fix for the bug#12607547
4708: if per_otherbg_apl_api.isMultiRegVac(p_new_primary_id) and p_update_primary_flag in ('Y','V') then
4709: -- if per_otherbg_apl_api.isMultiRegVac(p_new_primary_id) then
4710: per_otherbg_apl_api.close_otherbg_applications(p_new_primary_id,p_start_date-1,'HIRE_CLOSE');
4711: end if;
4712: --
4713: -- hr_utility.trace_off;
4714: --

Line 5037: if per_otherbg_apl_api.isMultiRegVac(l_asgid) then

5033: ,p_change_reason => 'MANUAL_CLOSURE'
5034: );
5035: --Fix for bug 7289811 end here
5036:
5037: if per_otherbg_apl_api.isMultiRegVac(l_asgid) then
5038: per_otherbg_apl_api.close_otherbg_applications(l_asgid,l_end_date-1,'HIRE_END');
5039: end if;
5040: end if;
5041: exception

Line 5038: per_otherbg_apl_api.close_otherbg_applications(l_asgid,l_end_date-1,'HIRE_END');

5034: );
5035: --Fix for bug 7289811 end here
5036:
5037: if per_otherbg_apl_api.isMultiRegVac(l_asgid) then
5038: per_otherbg_apl_api.close_otherbg_applications(l_asgid,l_end_date-1,'HIRE_END');
5039: end if;
5040: end if;
5041: exception
5042: when others then