DBA Data[Home] [Help]

APPS.HR_PAY_SCALE_API dependencies on HR_UTILITY

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

92:
93: --
94: begin
95: --
96: hr_utility.set_location('Entering:'|| l_proc, 10);
97: hr_utility.trace('p_attribute_category => ' || p_attribute_category);
98: hr_utility.trace('p_attribute1 => ' || p_attribute1);
99: --
100: -- Issue a savepoint

Line 97: hr_utility.trace('p_attribute_category => ' || p_attribute_category);

93: --
94: begin
95: --
96: hr_utility.set_location('Entering:'|| l_proc, 10);
97: hr_utility.trace('p_attribute_category => ' || p_attribute_category);
98: hr_utility.trace('p_attribute1 => ' || p_attribute1);
99: --
100: -- Issue a savepoint
101: --

Line 98: hr_utility.trace('p_attribute1 => ' || p_attribute1);

94: begin
95: --
96: hr_utility.set_location('Entering:'|| l_proc, 10);
97: hr_utility.trace('p_attribute_category => ' || p_attribute_category);
98: hr_utility.trace('p_attribute1 => ' || p_attribute1);
99: --
100: -- Issue a savepoint
101: --
102: savepoint create_pay_scale;

Line 104: hr_utility.set_location(l_proc, 20);

100: -- Issue a savepoint
101: --
102: savepoint create_pay_scale;
103:
104: hr_utility.set_location(l_proc, 20);
105:
106: --
107: -- Truncate the time portion from all IN date parameters
108: --

Line 191: hr_utility.set_location(l_proc, 30);

187: -- End of before hook process (create_pay_sacle)
188: --
189: end;
190:
191: hr_utility.set_location(l_proc, 30);
192: --
193: -- Process Logic
194: --
195:

Line 268: hr_utility.set_location(l_proc, 40);

264: ,p_parent_spine_id => l_parent_spine_id
265: ,p_object_version_number => l_object_version_number
266: );
267:
268: hr_utility.set_location(l_proc, 40);
269:
270: --
271: --
272: -- Call After Process hook for create_grade

Line 363: hr_utility.set_location(l_proc, 50);

359: then
360: raise hr_api.validate_enabled;
361: end if;
362: --
363: hr_utility.set_location(l_proc, 50);
364: --
365: -- Set OUT parameters
366: --
367: p_parent_spine_id := l_parent_spine_id;

Line 370: hr_utility.set_location(' Leaving:' ||l_proc, 60);

366: --
367: p_parent_spine_id := l_parent_spine_id;
368: p_object_version_number := l_object_version_number;
369: --
370: hr_utility.set_location(' Leaving:' ||l_proc, 60);
371: --
372: exception
373: --
374: when hr_api.validate_enabled then

Line 389: hr_utility.set_location(' Leaving:'||l_proc, 70);

385: --
386: p_parent_spine_id := null;
387: p_object_version_number := null;
388: --
389: hr_utility.set_location(' Leaving:'||l_proc, 70);
390: --
391: when others then
392: --
393: -- A validation or unexpected error has occurred

Line 399: hr_utility.set_location(' Leaving:'||l_proc, 80);

395: --
396: --
397: ROLLBACK TO create_pay_scale;
398: --
399: hr_utility.set_location(' Leaving:'||l_proc, 80);
400: --
401: raise;
402: --
403: end create_pay_scale;

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

489:
490: --
491: begin
492: --
493: hr_utility.set_location('Entering:'|| l_proc, 10);
494: --
495: lv_object_version_number := p_object_version_number;
496:
497: --

Line 502: hr_utility.set_location(l_proc, 20);

498: -- Issue a savepoint
499: --
500: savepoint update_pay_scale;
501:
502: hr_utility.set_location(l_proc, 20);
503:
504: --
505: -- Truncate the time portion from all IN date parameters
506: --

Line 591: hr_utility.set_location(l_proc, 30);

587: -- End of before hook process (update_pay_scale)
588: --
589: end;
590:
591: hr_utility.set_location(l_proc, 30);
592: --
593: -- Process Logic
594: --
595:

Line 675: hr_utility.set_location(l_proc, 40);

671: -- Assign the out parameters.
672: --
673: p_object_version_number := l_object_version_number;
674:
675: hr_utility.set_location(l_proc, 40);
676:
677: --
678: --
679: -- Call After Process hook for create_grade

Line 768: hr_utility.set_location(l_proc, 50);

764: then
765: raise hr_api.validate_enabled;
766: end if;
767: --
768: hr_utility.set_location(l_proc, 50);
769: --
770: -- Set OUT parameters
771: --
772: p_object_version_number := l_object_version_number;

Line 774: hr_utility.set_location(' Leaving:' ||l_proc, 60);

770: -- Set OUT parameters
771: --
772: p_object_version_number := l_object_version_number;
773: --
774: hr_utility.set_location(' Leaving:' ||l_proc, 60);
775: --
776: exception
777: --
778: when hr_api.validate_enabled then

Line 792: hr_utility.set_location(' Leaving:'||l_proc, 70);

788: -- when validation only mode is being used.)
789: --
790: p_object_version_number := p_object_version_number;
791: --
792: hr_utility.set_location(' Leaving:'||l_proc, 70);
793: --
794: when others then
795: --
796: -- A validation or unexpected error has occurred

Line 804: hr_utility.set_location(' Leaving:'||l_proc, 80);

800: rollback to update_pay_scale;
801: --
802: p_object_version_number := lv_object_version_number;
803: --
804: hr_utility.set_location(' Leaving:'||l_proc, 80);
805: --
806: raise;
807: --
808: end update_pay_scale;

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

824: --
825: l_proc varchar2(72) := g_package||'delete_pay_scale';
826:
827: begin
828: hr_utility.set_location('Entering:'|| l_proc, 10);
829:
830: --
831: -- Issue a savepoint
832: --

Line 852: hr_utility.set_location(l_proc, 20);

848: ,p_hook_type => 'BP'
849: );
850: end;
851:
852: hr_utility.set_location(l_proc, 20);
853:
854: --
855: -- Process Logic
856: --

Line 862: hr_utility.set_location(l_proc, 30);

858: per_pps_del.del
859: (p_parent_spine_id => p_parent_spine_id
860: ,p_object_version_number => p_object_version_number);
861:
862: hr_utility.set_location(l_proc, 30);
863:
864: --
865: -- Call After Process User Hook
866: --

Line 880: hr_utility.set_location(l_proc, 40);

876: ,p_hook_type => 'AP'
877: );
878: end;
879:
880: hr_utility.set_location(l_proc, 40);
881:
882: --
883: -- When in validation only mode raise the Validate_Enabled exception
884: --

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

885: if p_validate then
886: raise hr_api.validate_enabled;
887: end if;
888:
889: hr_utility.set_location(' Leaving:'||l_proc, 100);
890: exception
891: when hr_api.validate_enabled then
892: hr_utility.set_location(' Leaving...:'||l_proc, 50);
893: --

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

888:
889: hr_utility.set_location(' Leaving:'||l_proc, 100);
890: exception
891: when hr_api.validate_enabled then
892: hr_utility.set_location(' Leaving...:'||l_proc, 50);
893: --
894: -- As the Validate_Enabled exception has been raised
895: -- we must rollback to the savepoint
896: --

Line 904: hr_utility.set_location(' Leaving...:'||l_proc, 60);

900: -- (Any key or derived arguments must be set to null
901: -- when validation only mode is being used.)
902: --
903: when others then
904: hr_utility.set_location(' Leaving...:'||l_proc, 60);
905: --
906: -- A validation or unexpected error has occured
907: --
908: rollback to delete_pay_scale;