DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on HREMPTER

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

398: hr_utility.set_location(l_proc, 200);
399: --
400: -- Process any element entries and assignment_link_usages for this
401: -- assignment.
402: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for
403: -- the Forms Application to perform this task, so it will be used here
404: -- as well. (We require the legislation code.)
405: --
406: open csr_get_legislation_code;

Line 420: hrempter.terminate_entries_and_alus

416: close csr_get_legislation_code;
417: hr_utility.set_location(l_proc, 220);
418: --
419: -- VT 10/07/96 bug #306710 added parameter in a call list
420: hrempter.terminate_entries_and_alus
421: (p_assignment_id => p_assignment_id
422: ,p_actual_term_date => p_actual_termination_date
423: ,p_last_standard_date => p_last_standard_process_date
424: ,p_final_process_date => null

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

855: hr_utility.set_location(l_proc,225);
856: --
857: -- Process any element entries and assignment_link_usages for this
858: -- assignment.
859: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for
860: -- the Forms Application to perform this task, so it will be used here
861: -- as well. (We require the legislation code.)
862: --
863:

Line 892: hrempter.terminate_entries_and_alus

888: hr_utility.set_location('effective date : '||to_char(p_final_process_date,
889: 'DD-MON-yyyy'),99);
890: --
891: -- VT 10/07/96 bug #306710 added parameter in a call list
892: hrempter.terminate_entries_and_alus
893: (p_assignment_id => p_assignment_id
894: ,p_actual_term_date => null
895: ,p_last_standard_date => null
896: ,p_final_process_date => p_final_process_date

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

1390: hr_utility.set_location(l_proc, 200);
1391: --
1392: -- Process any element entries and assignment_link_usages for this
1393: -- assignment.
1394: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for
1395: -- the Forms Application to perform this task, so it will be used here
1396: -- as well. (We require the legislation code.)
1397: --
1398: open csr_get_legislation_code;

Line 1412: hrempter.terminate_entries_and_alus

1408: close csr_get_legislation_code;
1409: hr_utility.set_location(l_proc, 220);
1410: --
1411: -- VT 10/07/96 bug #306710 added parameter in a call list
1412: hrempter.terminate_entries_and_alus
1413: (p_assignment_id => p_assignment_id
1414: ,p_actual_term_date => p_actual_termination_date
1415: ,p_last_standard_date => p_last_standard_process_date
1416: ,p_final_process_date => null

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

2583:
2584: --
2585: -- Process any element entries and assignment_link_usages for this
2586: -- assignment.
2587: -- N.B. The procedure hrempter.terminate_entries_and_alus was procduced for
2588: -- the Forms Application to perform this task, so it will be used here
2589: -- as well. (We require the legislation code.)
2590: --
2591:

Line 2620: hrempter.terminate_entries_and_alus

2616: hr_utility.set_location('effective date : '||to_char(p_final_process_date,
2617: 'DD-MON-yyyy'),99);
2618: --
2619: -- VT 10/07/96 bug #306710 added parameter in a call list
2620: hrempter.terminate_entries_and_alus
2621: (p_assignment_id => p_assignment_id
2622: ,p_actual_term_date => null
2623: ,p_last_standard_date => null
2624: ,p_final_process_date => p_final_process_date