DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on HREMPTER

Line 367: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for

363: hr_utility.set_location(l_proc, 200);
364: --
365: -- Process any element entries and assignment_link_usages for this
366: -- assignment.
367: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for
368: -- the Forms Application to perform this task, so it will be used here
369: -- as well. (We require the legislation code.)
370: --
371: open csr_get_legislation_code;

Line 385: hrempter.terminate_entries_and_alus

381: close csr_get_legislation_code;
382: hr_utility.set_location(l_proc, 220);
383: --
384: -- VT 10/07/96 bug #306710 added parameter in a call list
385: hrempter.terminate_entries_and_alus
386: (p_assignment_id => p_assignment_id
387: ,p_actual_term_date => p_actual_termination_date
388: ,p_last_standard_date => p_last_standard_process_date
389: ,p_final_process_date => null

Line 793: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for

789: hr_utility.set_location(l_proc,225);
790: --
791: -- Process any element entries and assignment_link_usages for this
792: -- assignment.
793: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for
794: -- the Forms Application to perform this task, so it will be used here
795: -- as well. (We require the legislation code.)
796: --
797:

Line 826: hrempter.terminate_entries_and_alus

822: hr_utility.set_location('effective date : '||to_char(p_final_process_date,
823: 'DD-MON-yyyy'),99);
824: --
825: -- VT 10/07/96 bug #306710 added parameter in a call list
826: hrempter.terminate_entries_and_alus
827: (p_assignment_id => p_assignment_id
828: ,p_actual_term_date => null
829: ,p_last_standard_date => null
830: ,p_final_process_date => p_final_process_date

Line 1295: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for

1291: hr_utility.set_location(l_proc, 200);
1292: --
1293: -- Process any element entries and assignment_link_usages for this
1294: -- assignment.
1295: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for
1296: -- the Forms Application to perform this task, so it will be used here
1297: -- as well. (We require the legislation code.)
1298: --
1299: open csr_get_legislation_code;

Line 1313: hrempter.terminate_entries_and_alus

1309: close csr_get_legislation_code;
1310: hr_utility.set_location(l_proc, 220);
1311: --
1312: -- VT 10/07/96 bug #306710 added parameter in a call list
1313: hrempter.terminate_entries_and_alus
1314: (p_assignment_id => p_assignment_id
1315: ,p_actual_term_date => p_actual_termination_date
1316: ,p_last_standard_date => p_last_standard_process_date
1317: ,p_final_process_date => null

Line 2454: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for

2450:
2451: --
2452: -- Process any element entries and assignment_link_usages for this
2453: -- assignment.
2454: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for
2455: -- the Forms Application to perform this task, so it will be used here
2456: -- as well. (We require the legislation code.)
2457: --
2458:

Line 2487: hrempter.terminate_entries_and_alus

2483: hr_utility.set_location('effective date : '||to_char(p_final_process_date,
2484: 'DD-MON-yyyy'),99);
2485: --
2486: -- VT 10/07/96 bug #306710 added parameter in a call list
2487: hrempter.terminate_entries_and_alus
2488: (p_assignment_id => p_assignment_id
2489: ,p_actual_term_date => null
2490: ,p_last_standard_date => null
2491: ,p_final_process_date => p_final_process_date