DBA Data[Home] [Help]

APPS.BEN_DEDUCT_SCHED_PAY_FREQ_API dependencies on HR_UTILITY

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

58: l_object_version_number ben_ded_sched_py_freq.object_version_number%TYPE;
59: --
60: begin
61: --
62: hr_utility.set_location('Entering:'|| l_proc, 10);
63: --
64: -- Issue a savepoint if operating in validation only mode
65: --
66: savepoint create_DEDUCT_SCHED_PAY_FREQ;

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

64: -- Issue a savepoint if operating in validation only mode
65: --
66: savepoint create_DEDUCT_SCHED_PAY_FREQ;
67: --
68: hr_utility.set_location(l_proc, 20);
69: --
70: -- Process Logic
71: --
72: begin

Line 225: hr_utility.set_location(l_proc, 60);

221: -- End of API User Hook for the after hook of create_DEDUCT_SCHED_PAY_FREQ
222: --
223: end;
224: --
225: hr_utility.set_location(l_proc, 60);
226: --
227: -- When in validation only mode raise the Validate_Enabled exception
228: --
229: if p_validate then

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

234: --
235: p_ded_sched_py_freq_id := l_ded_sched_py_freq_id;
236: p_object_version_number := l_object_version_number;
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 70);
239: --
240: exception
241: --
242: when hr_api.validate_enabled then

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

251: -- when validation only mode is being used.)
252: --
253: p_ded_sched_py_freq_id := null;
254: p_object_version_number := null;
255: hr_utility.set_location(' Leaving:'||l_proc, 80);
256: --
257: when others then
258: --
259: -- A validation or unexpected error has occured

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

319: l_object_version_number ben_ded_sched_py_freq.object_version_number%TYPE;
320: --
321: begin
322: --
323: hr_utility.set_location('Entering:'|| l_proc, 10);
324: --
325: -- Issue a savepoint if operating in validation only mode
326: --
327: savepoint update_DEDUCT_SCHED_PAY_FREQ;

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

325: -- Issue a savepoint if operating in validation only mode
326: --
327: savepoint update_DEDUCT_SCHED_PAY_FREQ;
328: --
329: hr_utility.set_location(l_proc, 20);
330: --
331: -- Process Logic
332: --
333: l_object_version_number := p_object_version_number;

Line 489: hr_utility.set_location(l_proc, 60);

485: -- End of API User Hook for the after hook of update_DEDUCT_SCHED_PAY_FREQ
486: --
487: end;
488: --
489: hr_utility.set_location(l_proc, 60);
490: --
491: -- When in validation only mode raise the Validate_Enabled exception
492: --
493: if p_validate then

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

497: -- Set all output arguments
498: --
499: p_object_version_number := l_object_version_number;
500: --
501: hr_utility.set_location(' Leaving:'||l_proc, 70);
502: --
503: exception
504: --
505: when hr_api.validate_enabled then

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

512: -- Only set output warning arguments
513: -- (Any key or derived arguments must be set to null
514: -- when validation only mode is being used.)
515: --
516: hr_utility.set_location(' Leaving:'||l_proc, 80);
517: --
518: when others then
519: --
520: -- A validation or unexpected error has occured

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

540: l_object_version_number ben_ded_sched_py_freq.object_version_number%TYPE;
541: --
542: begin
543: --
544: hr_utility.set_location('Entering:'|| l_proc, 10);
545: --
546: -- Issue a savepoint if operating in validation only mode
547: --
548: savepoint delete_DEDUCT_SCHED_PAY_FREQ;

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

546: -- Issue a savepoint if operating in validation only mode
547: --
548: savepoint delete_DEDUCT_SCHED_PAY_FREQ;
549: --
550: hr_utility.set_location(l_proc, 20);
551: --
552: -- Process Logic
553: --
554: l_object_version_number := p_object_version_number;

Line 606: hr_utility.set_location(l_proc, 60);

602: -- End of API User Hook for the after hook of delete_DEDUCT_SCHED_PAY_FREQ
603: --
604: end;
605: --
606: hr_utility.set_location(l_proc, 60);
607: --
608: -- When in validation only mode raise the Validate_Enabled exception
609: --
610: if p_validate then

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

610: if p_validate then
611: raise hr_api.validate_enabled;
612: end if;
613: --
614: hr_utility.set_location(' Leaving:'||l_proc, 70);
615: --
616: exception
617: --
618: when hr_api.validate_enabled then

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

652: l_proc varchar2(72) := g_package||'lck';
653: --
654: begin
655: --
656: hr_utility.set_location('Entering:'|| l_proc, 10);
657: --
658: ben_dsq_shd.lck
659: (
660: p_ded_sched_py_freq_id => p_ded_sched_py_freq_id

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

660: p_ded_sched_py_freq_id => p_ded_sched_py_freq_id
661: ,p_object_version_number => p_object_version_number
662: );
663: --
664: hr_utility.set_location(' Leaving:'||l_proc, 70);
665: --
666: end lck;
667: --
668: end ben_DEDUCT_SCHED_PAY_FREQ_api;