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: -- ----------------------------------------------------------------------------
522: -- |--------------------------< terminate_placement >-------------------------|

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

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

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

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

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

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

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

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

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

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

Line 1644: hr_utility.trace('Called hr_termination_ss.moveAllDirectReports from process_save');

1640: l_new_sup_asg_id is not null and
1641: l_login_person_id is not null
1642: ) then
1643:
1644: hr_utility.trace('Called hr_termination_ss.moveAllDirectReports from process_save');
1645:
1646: hr_termination_ss.moveAllDirectReports(
1647: p_validate => 'Y',
1648: p_item_type => p_item_type,

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

1751: l_proc varchar2(72) := g_package ||'getTransactionDetails';
1752:
1753: BEGIN
1754:
1755: hr_utility.set_location(' Entering:' || l_proc, 5);
1756: --
1757: p_person_id :=
1758: hr_transaction_api.get_number_value
1759: (p_transaction_step_id => p_transaction_step_id

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

2124: hr_transaction_api.get_varchar2_value
2125: (p_transaction_step_id => p_transaction_step_id
2126: ,p_name => 'P_INFORMATION30');
2127:
2128: hr_utility.set_location(' Leaving:' || l_proc, 10);
2129:
2130: END getTransactionDetails;
2131:
2132: procedure process_api

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

2241: l_validate varchar2(10);
2242:
2243: BEGIN
2244:
2245: hr_utility.set_location(' Entering:' || l_proc, 5);
2246:
2247: hr_cwk_termination_swi.getTransactionDetails
2248: ( p_transaction_step_id => p_transaction_step_id
2249: ,p_person_id => l_person_id

Line 2450: hr_utility.trace('Called moveAllDirectReports from process_api');

2446: else
2447: l_validate := 'N';
2448: end if;
2449:
2450: hr_utility.trace('Called moveAllDirectReports from process_api');
2451:
2452: BEGIN
2453: hr_termination_ss.moveAllDirectReports(
2454: p_validate => l_validate,

Line 2467: hr_utility.trace('Inner block of moveAllDirectReports call');

2463: p_term_date => to_char(l_term_date, 'YYYY-MM-DD'),
2464: p_flow_identifier => 'TERMINATION_FLOW');
2465: EXCEPTION
2466: WHEN OTHERS THEN
2467: hr_utility.trace('Inner block of moveAllDirectReports call');
2468: END;
2469: end if;
2470:
2471: end if;

Line 2474: hr_utility.trace('Exception in outer block of moveAllDirectReports call');

2470:
2471: end if;
2472: EXCEPTION
2473: WHEN OTHERS THEN
2474: hr_utility.trace('Exception in outer block of moveAllDirectReports call');
2475: END;
2476: -- Quick Termination changes ends here
2477:
2478: if l_return_status = 'E' then

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

2477:
2478: if l_return_status = 'E' then
2479: raise hr_multi_message.error_message_exist;
2480: end if;
2481: hr_utility.set_location(' Leaving:' || l_proc, 10);
2482: END;
2483:
2484: end hr_cwk_termination_swi;