DBA Data[Home] [Help]

APPS.HR_OBJECTIVES_SWI dependencies on HR_UTILITY

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

187: --
188: -- Other variables
189: l_proc varchar2(72) := g_package ||'create_objective';
190: Begin
191: hr_utility.set_location(' Entering:' || l_proc,10);
192: --
193: -- Issue a savepoint
194: --
195: savepoint create_objective_swi;

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

324: -- messages of any type exist in the Multiple Message List.
325: -- Also disable Multiple Message Detection.
326: --
327: p_return_status := hr_multi_message.get_return_status_disable;
328: hr_utility.set_location(' Leaving:' || l_proc,20);
329: --
330: exception
331: when hr_multi_message.error_message_exist then
332: --

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

339: -- Reset IN OUT parameters and set OUT parameters
340: --
341: p_object_version_number := null;
342: p_return_status := hr_multi_message.get_return_status_disable;
343: hr_utility.set_location(' Leaving:' || l_proc, 30);
344: when others then
345: --
346: -- When Multiple Message Detection is enabled catch
347: -- any Application specific or other unexpected

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

350: -- error.
351: --
352: rollback to create_objective_swi;
353: if hr_multi_message.unexpected_error_add(l_proc) then
354: hr_utility.set_location(' Leaving:' || l_proc,40);
355: raise;
356: end if;
357: --
358: -- Reset IN OUT and set OUT parameters

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

358: -- Reset IN OUT and set OUT parameters
359: --
360: p_object_version_number := null;
361: p_return_status := hr_multi_message.get_return_status_disable;
362: hr_utility.set_location(' Leaving:' || l_proc,50);
363: end create_objective;
364: -- ----------------------------------------------------------------------------
365: -- |---------------------------< delete_objective >---------------------------|
366: -- ----------------------------------------------------------------------------

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

384: select object_version_number from per_objectives
385: where objective_id = p_obj_id;
386:
387: Begin
388: hr_utility.set_location(' Entering:' || l_proc,10);
389: --
390: -- Issue a savepoint
391: --
392: savepoint delete_objective_swi;

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

436: -- messages of any type exist in the Multiple Message List.
437: -- Also disable Multiple Message Detection.
438: --
439: p_return_status := hr_multi_message.get_return_status_disable;
440: hr_utility.set_location(' Leaving:' || l_proc,20);
441: --
442: exception
443: when hr_multi_message.error_message_exist then
444: --

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

450: --
451: -- Reset IN OUT parameters and set OUT parameters
452: --
453: p_return_status := hr_multi_message.get_return_status_disable;
454: hr_utility.set_location(' Leaving:' || l_proc, 30);
455: when others then
456: --
457: -- When Multiple Message Detection is enabled catch
458: -- any Application specific or other unexpected

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

461: -- error.
462: --
463: rollback to delete_objective_swi;
464: if hr_multi_message.unexpected_error_add(l_proc) then
465: hr_utility.set_location(' Leaving:' || l_proc,40);
466: raise;
467: end if;
468: --
469: -- Reset IN OUT and set OUT parameters

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

468: --
469: -- Reset IN OUT and set OUT parameters
470: --
471: p_return_status := hr_multi_message.get_return_status_disable;
472: hr_utility.set_location(' Leaving:' || l_proc,50);
473: end delete_objective;
474: -- ----------------------------------------------------------------------------
475: -- |---------------------------< update_objective >---------------------------|
476: -- ----------------------------------------------------------------------------

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

565: --
566: -- Other variables
567: l_proc varchar2(72) := g_package ||'update_objective';
568: Begin
569: hr_utility.set_location(' Entering:' || l_proc,10);
570: --
571: -- Issue a savepoint
572: --
573: savepoint update_objective_swi;

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

724: -- messages of any type exist in the Multiple Message List.
725: -- Also disable Multiple Message Detection.
726: --
727: p_return_status := hr_multi_message.get_return_status_disable;
728: hr_utility.set_location(' Leaving:' || l_proc,20);
729: --
730: exception
731: when hr_multi_message.error_message_exist then
732: --

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

739: -- Reset IN OUT parameters and set OUT parameters
740: --
741: p_object_version_number := l_object_version_number;
742: p_return_status := hr_multi_message.get_return_status_disable;
743: hr_utility.set_location(' Leaving:' || l_proc, 30);
744: when others then
745: --
746: -- When Multiple Message Detection is enabled catch
747: -- any Application specific or other unexpected

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

750: -- error.
751: --
752: rollback to update_objective_swi;
753: if hr_multi_message.unexpected_error_add(l_proc) then
754: hr_utility.set_location(' Leaving:' || l_proc,40);
755: raise;
756: end if;
757: --
758: -- Reset IN OUT and set OUT parameters

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

758: -- Reset IN OUT and set OUT parameters
759: --
760: p_object_version_number := l_object_version_number;
761: p_return_status := hr_multi_message.get_return_status_disable;
762: hr_utility.set_location(' Leaving:' || l_proc,50);
763: end update_objective;
764:
765: -- ----------------------------------------------------------------------------
766: -- |---------------------------< process_api >--------------------------------|

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

782: l_proc varchar2(72) := g_package || 'process_api';
783:
784: BEGIN
785:
786: hr_utility.set_location(' Entering:' || l_proc,10);
787: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);
788:
789: l_parser := xmlparser.newParser;
790: xmlparser.ParseCLOB(l_parser,p_document);

Line 787: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);

783:
784: BEGIN
785:
786: hr_utility.set_location(' Entering:' || l_proc,10);
787: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);
788:
789: l_parser := xmlparser.newParser;
790: xmlparser.ParseCLOB(l_parser,p_document);
791: l_CommitNode := xmldom.makeNode(xmldom.getDocumentElement(xmlparser.getDocument(l_parser)));

Line 793: hr_utility.set_location('Extracting the PostState:' || l_proc,20);

789: l_parser := xmlparser.newParser;
790: xmlparser.ParseCLOB(l_parser,p_document);
791: l_CommitNode := xmldom.makeNode(xmldom.getDocumentElement(xmlparser.getDocument(l_parser)));
792:
793: hr_utility.set_location('Extracting the PostState:' || l_proc,20);
794:
795: l_commitElement := xmldom.makeElement(l_CommitNode);
796: l_postState := xmldom.getAttribute(l_commitElement, 'PS');
797: l_object_version_number := hr_transaction_swi.getNumberValue(l_CommitNode,'ObjectVersionNumber');

Line 955: hr_utility.set_location('Exiting:' || l_proc,40);

951: p_return_status := l_return_status;
952:
953: end if;
954:
955: hr_utility.set_location('Exiting:' || l_proc,40);
956:
957: END process_api;
958:
959: end hr_objectives_swi;