DBA Data[Home] [Help]

APPS.HR_CWK_TERMINATION_SWI dependencies on HR_UTILITY

Line 45: hr_utility.set_location(' Entering:' || l_proc,10);

41: --
42: -- Other variables
43: l_proc varchar2(72) := g_package ||'actual_termination_placement';
44: Begin
45: hr_utility.set_location(' Entering:' || l_proc,10);
46: --
47: -- Issue a savepoint
48: --
49: savepoint actual_term_placement_swi;

Line 154: hr_utility.set_location(' Leaving:' || l_proc,20);

150: -- messages of any type exist in the Multiple Message List.
151: -- Also disable Multiple Message Detection.
152: --
153: p_return_status := hr_multi_message.get_return_status_disable;
154: hr_utility.set_location(' Leaving:' || l_proc,20);
155: --
156: exception
157: when hr_multi_message.error_message_exist then
158: --

Line 170: hr_utility.set_location(' Leaving:' || l_proc, 30);

166: --
167: p_object_version_number := l_object_version_number;
168: p_last_standard_process_date := l_last_standard_process_date;
169: p_return_status := hr_multi_message.get_return_status_disable;
170: hr_utility.set_location(' Leaving:' || l_proc, 30);
171: when others then
172: --
173: -- When Multiple Message Detection is enabled catch
174: -- any Application specific or other unexpected

Line 181: hr_utility.set_location(' Leaving:' || l_proc,40);

177: -- error.
178: --
179: rollback to actual_term_placement_swi;
180: if hr_multi_message.unexpected_error_add(l_proc) then
181: hr_utility.set_location(' Leaving:' || l_proc,40);
182: raise;
183: end if;
184: --
185: -- Reset IN OUT and set OUT parameters

Line 190: hr_utility.set_location(' Leaving:' || l_proc,50);

186: --
187: p_object_version_number := l_object_version_number;
188: p_last_standard_process_date := l_last_standard_process_date;
189: p_return_status := hr_multi_message.get_return_status_disable;
190: hr_utility.set_location(' Leaving:' || l_proc,50);
191: end actual_termination_placement;
192: -- ----------------------------------------------------------------------------
193: -- |------------------------< final_process_placement >-----------------------|
194: -- ----------------------------------------------------------------------------

Line 217: hr_utility.set_location(' Entering:' || l_proc,10);

213: --
214: -- Other variables
215: l_proc varchar2(72) := g_package ||'final_process_placement';
216: Begin
217: hr_utility.set_location(' Entering:' || l_proc,10);
218: --
219: -- Issue a savepoint
220: --
221: savepoint final_process_placement_swi;

Line 278: hr_utility.set_location(' Leaving:' || l_proc,20);

274: -- messages of any type exist in the Multiple Message List.
275: -- Also disable Multiple Message Detection.
276: --
277: p_return_status := hr_multi_message.get_return_status_disable;
278: hr_utility.set_location(' Leaving:' || l_proc,20);
279: --
280: exception
281: when hr_multi_message.error_message_exist then
282: --

Line 294: hr_utility.set_location(' Leaving:' || l_proc, 30);

290: --
291: p_object_version_number := l_object_version_number;
292: p_final_process_date := l_final_process_date;
293: p_return_status := hr_multi_message.get_return_status_disable;
294: hr_utility.set_location(' Leaving:' || l_proc, 30);
295: when others then
296: --
297: -- When Multiple Message Detection is enabled catch
298: -- any Application specific or other unexpected

Line 305: hr_utility.set_location(' Leaving:' || l_proc,40);

301: -- error.
302: --
303: rollback to final_process_placement_swi;
304: if hr_multi_message.unexpected_error_add(l_proc) then
305: hr_utility.set_location(' Leaving:' || l_proc,40);
306: raise;
307: end if;
308: --
309: -- Reset IN OUT and set OUT parameters

Line 314: hr_utility.set_location(' Leaving:' || l_proc,50);

310: --
311: p_object_version_number := l_object_version_number;
312: p_final_process_date := l_final_process_date;
313: p_return_status := hr_multi_message.get_return_status_disable;
314: hr_utility.set_location(' Leaving:' || l_proc,50);
315: end final_process_placement;
316: -- ----------------------------------------------------------------------------
317: -- |------------------------< get_length_of_placement >-----------------------|
318: -- ----------------------------------------------------------------------------

Line 336: hr_utility.set_location(' Entering:' || l_proc,10);

332: --
333: -- Other variables
334: l_proc varchar2(72) := g_package ||'get_length_of_placement';
335: Begin
336: hr_utility.set_location(' Entering:' || l_proc,10);
337: --
338: -- Issue a savepoint
339: --
340: savepoint get_length_of_placement_swi;

Line 378: hr_utility.set_location(' Leaving:' || l_proc,20);

374: -- messages of any type exist in the Multiple Message List.
375: -- Also disable Multiple Message Detection.
376: --
377: p_return_status := hr_multi_message.get_return_status_disable;
378: hr_utility.set_location(' Leaving:' || l_proc,20);
379: --
380: exception
381: when hr_multi_message.error_message_exist then
382: --

Line 394: hr_utility.set_location(' Leaving:' || l_proc, 30);

390: --
391: p_total_years := null;
392: p_total_months := null;
393: p_return_status := hr_multi_message.get_return_status_disable;
394: hr_utility.set_location(' Leaving:' || l_proc, 30);
395: when others then
396: --
397: -- When Multiple Message Detection is enabled catch
398: -- any Application specific or other unexpected

Line 405: hr_utility.set_location(' Leaving:' || l_proc,40);

401: -- error.
402: --
403: rollback to get_length_of_placement_swi;
404: if hr_multi_message.unexpected_error_add(l_proc) then
405: hr_utility.set_location(' Leaving:' || l_proc,40);
406: raise;
407: end if;
408: --
409: -- Reset IN OUT and set OUT parameters

Line 414: hr_utility.set_location(' Leaving:' || l_proc,50);

410: --
411: p_total_years := null;
412: p_total_months := null;
413: p_return_status := hr_multi_message.get_return_status_disable;
414: hr_utility.set_location(' Leaving:' || l_proc,50);
415: end get_length_of_placement;
416: -- ----------------------------------------------------------------------------
417: -- |----------------------< reverse_terminate_placement >---------------------|
418: -- ----------------------------------------------------------------------------

Line 436: hr_utility.set_location(' Entering:' || l_proc,10);

432: --
433: -- Other variables
434: l_proc varchar2(72) := g_package ||'reverse_terminate_placement';
435: Begin
436: hr_utility.set_location(' Entering:' || l_proc,10);
437: --
438: -- Issue a savepoint
439: --
440: savepoint reverse_term_placement_swi;

Line 486: hr_utility.set_location(' Leaving:' || l_proc,20);

482: -- messages of any type exist in the Multiple Message List.
483: -- Also disable Multiple Message Detection.
484: --
485: p_return_status := hr_multi_message.get_return_status_disable;
486: hr_utility.set_location(' Leaving:' || l_proc,20);
487: --
488: exception
489: when hr_multi_message.error_message_exist then
490: --

Line 500: hr_utility.set_location(' Leaving:' || l_proc, 30);

496: --
497: -- Reset IN OUT parameters and set OUT parameters
498: --
499: p_return_status := hr_multi_message.get_return_status_disable;
500: hr_utility.set_location(' Leaving:' || l_proc, 30);
501: when others then
502: --
503: -- When Multiple Message Detection is enabled catch
504: -- any Application specific or other unexpected

Line 511: hr_utility.set_location(' Leaving:' || l_proc,40);

507: -- error.
508: --
509: rollback to reverse_term_placement_swi;
510: if hr_multi_message.unexpected_error_add(l_proc) then
511: hr_utility.set_location(' Leaving:' || l_proc,40);
512: raise;
513: end if;
514: --
515: -- Reset IN OUT and set OUT parameters

Line 518: hr_utility.set_location(' Leaving:' || l_proc,50);

514: --
515: -- Reset IN OUT and set OUT parameters
516: --
517: p_return_status := hr_multi_message.get_return_status_disable;
518: hr_utility.set_location(' Leaving:' || l_proc,50);
519: end reverse_terminate_placement;
520: -- ----------------------------------------------------------------------------
521: -- |--------------------------< terminate_placement >-------------------------|
522: -- ----------------------------------------------------------------------------

Line 625: hr_utility.set_location(' Entering:' || l_proc,10);

621: --
622: -- Other variables
623: l_proc varchar2(72) := g_package ||'terminate_placement';
624: Begin
625: hr_utility.set_location(' Entering:' || l_proc,10);
626: --
627: -- Issue a savepoint
628: --
629: savepoint terminate_placement_swi;

Line 872: hr_utility.set_location(' Leaving:' || l_proc,20);

868: -- messages of any type exist in the Multiple Message List.
869: -- Also disable Multiple Message Detection.
870: --
871: p_return_status := hr_multi_message.get_return_status_disable;
872: hr_utility.set_location(' Leaving:' || l_proc,20);
873: --
874: exception
875: when hr_multi_message.error_message_exist then
876: --

Line 889: hr_utility.set_location(' Leaving:' || l_proc, 30);

885: p_object_version_number := l_object_version_number;
886: p_final_process_date := l_final_process_date;
887: p_last_standard_process_date := l_last_standard_process_date;
888: p_return_status := hr_multi_message.get_return_status_disable;
889: hr_utility.set_location(' Leaving:' || l_proc, 30);
890: when others then
891: --
892: -- When Multiple Message Detection is enabled catch
893: -- any Application specific or other unexpected

Line 900: hr_utility.set_location(' Leaving:' || l_proc,40);

896: -- error.
897: --
898: rollback to terminate_placement_swi;
899: if hr_multi_message.unexpected_error_add(l_proc) then
900: hr_utility.set_location(' Leaving:' || l_proc,40);
901: raise;
902: end if;
903: --
904: -- Reset IN OUT and set OUT parameters

Line 910: hr_utility.set_location(' Leaving:' || l_proc,50);

906: p_object_version_number := l_object_version_number;
907: p_final_process_date := l_final_process_date;
908: p_last_standard_process_date := l_last_standard_process_date;
909: p_return_status := hr_multi_message.get_return_status_disable;
910: hr_utility.set_location(' Leaving:' || l_proc,50);
911: end terminate_placement;
912:
913: PROCEDURE process_save
914: ( p_item_type in wf_items.item_type%TYPE

Line 1688: hr_utility.set_location(' Entering:' || l_proc, 5);

1684: l_proc varchar2(72) := g_package ||'getTransactionDetails';
1685:
1686: BEGIN
1687:
1688: hr_utility.set_location(' Entering:' || l_proc, 5);
1689: --
1690: p_person_id :=
1691: hr_transaction_api.get_number_value
1692: (p_transaction_step_id => p_transaction_step_id

Line 2061: hr_utility.set_location(' Leaving:' || l_proc, 10);

2057: hr_transaction_api.get_varchar2_value
2058: (p_transaction_step_id => p_transaction_step_id
2059: ,p_name => 'P_INFORMATION30');
2060:
2061: hr_utility.set_location(' Leaving:' || l_proc, 10);
2062:
2063: END getTransactionDetails;
2064:
2065: procedure process_api

Line 2164: hr_utility.set_location(' Entering:' || l_proc, 5);

2160: l_effective_date date;
2161:
2162: BEGIN
2163:
2164: hr_utility.set_location(' Entering:' || l_proc, 5);
2165:
2166: hr_cwk_termination_swi.getTransactionDetails
2167: ( p_transaction_step_id => p_transaction_step_id
2168: ,p_person_id => l_person_id

Line 2325: hr_utility.set_location(' Leaving:' || l_proc, 10);

2321:
2322: if l_return_status = 'E' then
2323: raise hr_multi_message.error_message_exist;
2324: end if;
2325: hr_utility.set_location(' Leaving:' || l_proc, 10);
2326: END;
2327:
2328: end hr_cwk_termination_swi;