DBA Data[Home] [Help]

APPS.BEN_PYMT_SCHED_PY_FREQ_API dependencies on HR_UTILITY

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

58: l_object_version_number ben_pymt_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_pymt_sched_py_freq;

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

64: -- Issue a savepoint if operating in validation only mode
65: --
66: savepoint create_pymt_sched_py_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_pymt_sched_py_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_pymt_sched_py_freq_id := l_pymt_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_pymt_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 321: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

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

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

540: l_object_version_number ben_pymt_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_pymt_sched_py_freq;

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

546: -- Issue a savepoint if operating in validation only mode
547: --
548: savepoint delete_pymt_sched_py_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_pymt_sched_py_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 662: hr_utility.set_location('Entering:'|| l_proc, 10);

658: l_proc varchar2(72) := g_package||'lck';
659: --
660: begin
661: --
662: hr_utility.set_location('Entering:'|| l_proc, 10);
663: --
664: ben_psq_shd.lck
665: (
666: p_pymt_sched_py_freq_id => p_pymt_sched_py_freq_id

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

666: p_pymt_sched_py_freq_id => p_pymt_sched_py_freq_id
667: ,p_object_version_number => p_object_version_number
668: );
669: --
670: hr_utility.set_location(' Leaving:'||l_proc, 70);
671: --
672: end lck;
673: --
674: end ben_pymt_sched_py_freq_api;