DBA Data[Home] [Help]

APPS.BEN_PREM_CSTG_BY_SGMT_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_prem_cstg_by_sgmt_f.object_version_number%TYPE;
64: --
65: begin
66: --
67: hr_utility.set_location('Entering:'|| l_proc, 10);
68: --
69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_PREM_CSTG_BY_SGMT;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_PREM_CSTG_BY_SGMT;
72: --
73: hr_utility.set_location(l_proc, 20);
74: --
75: -- Process Logic
76: --
77: begin

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

233: -- End of API User Hook for the after hook of create_PREM_CSTG_BY_SGMT
234: --
235: end;
236: --
237: hr_utility.set_location(l_proc, 60);
238: --
239: -- When in validation only mode raise the Validate_Enabled exception
240: --
241: if p_validate then

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

248: p_effective_start_date := l_effective_start_date;
249: p_effective_end_date := l_effective_end_date;
250: p_object_version_number := l_object_version_number;
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 70);
253: --
254: exception
255: --
256: when hr_api.validate_enabled then

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

267: p_prem_cstg_by_sgmt_id := null;
268: p_effective_start_date := null;
269: p_effective_end_date := null;
270: p_object_version_number := null;
271: hr_utility.set_location(' Leaving:'||l_proc, 80);
272: --
273: when others then
274: --
275: -- A validation or unexpected error has occured

Line 283: hr_utility.set_location(' Leaving:'||l_proc, 90);

279: p_prem_cstg_by_sgmt_id := null;
280: p_effective_start_date := null;
281: p_effective_end_date := null;
282: p_object_version_number := null;
283: hr_utility.set_location(' Leaving:'||l_proc, 90);
284: raise;
285: --
286: end create_PREM_CSTG_BY_SGMT;
287: -- ----------------------------------------------------------------------------

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

342: l_effective_end_date ben_prem_cstg_by_sgmt_f.effective_end_date%TYPE;
343: --
344: begin
345: --
346: hr_utility.set_location('Entering:'|| l_proc, 10);
347: --
348: -- Issue a savepoint if operating in validation only mode
349: --
350: savepoint update_PREM_CSTG_BY_SGMT;

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

348: -- Issue a savepoint if operating in validation only mode
349: --
350: savepoint update_PREM_CSTG_BY_SGMT;
351: --
352: hr_utility.set_location(l_proc, 20);
353: --
354: -- Process Logic
355: --
356: l_object_version_number := p_object_version_number;

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

518: -- End of API User Hook for the after hook of update_PREM_CSTG_BY_SGMT
519: --
520: end;
521: --
522: hr_utility.set_location(l_proc, 60);
523: --
524: -- When in validation only mode raise the Validate_Enabled exception
525: --
526: if p_validate then

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

532: p_object_version_number := l_object_version_number;
533: p_effective_start_date := l_effective_start_date;
534: p_effective_end_date := l_effective_end_date;
535: --
536: hr_utility.set_location(' Leaving:'||l_proc, 70);
537: --
538: exception
539: --
540: when hr_api.validate_enabled then

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

547: -- Only set output warning arguments
548: -- (Any key or derived arguments must be set to null
549: -- when validation only mode is being used.)
550: --
551: hr_utility.set_location(' Leaving:'||l_proc, 80);
552: --
553: when others then
554: --
555: -- A validation or unexpected error has occured

Line 561: hr_utility.set_location(' Leaving:'||l_proc, 90);

557: ROLLBACK TO update_PREM_CSTG_BY_SGMT;
558: p_object_version_number := l_object_version_number ;
559: p_effective_start_date := null ;
560: p_effective_end_date := null;
561: hr_utility.set_location(' Leaving:'||l_proc, 90);
562: raise;
563: --
564: end update_PREM_CSTG_BY_SGMT;
565: -- ----------------------------------------------------------------------------

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

584: l_effective_end_date ben_prem_cstg_by_sgmt_f.effective_end_date%TYPE;
585: --
586: begin
587: --
588: hr_utility.set_location('Entering:'|| l_proc, 10);
589: --
590: -- Issue a savepoint if operating in validation only mode
591: --
592: savepoint delete_PREM_CSTG_BY_SGMT;

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

590: -- Issue a savepoint if operating in validation only mode
591: --
592: savepoint delete_PREM_CSTG_BY_SGMT;
593: --
594: hr_utility.set_location(l_proc, 20);
595: --
596: -- Process Logic
597: --
598: l_object_version_number := p_object_version_number;

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

653: -- End of API User Hook for the after hook of delete_PREM_CSTG_BY_SGMT
654: --
655: end;
656: --
657: hr_utility.set_location(l_proc, 60);
658: --
659: -- When in validation only mode raise the Validate_Enabled exception
660: --
661: if p_validate then

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

661: if p_validate then
662: raise hr_api.validate_enabled;
663: end if;
664: --
665: hr_utility.set_location(' Leaving:'||l_proc, 70);
666: --
667: exception
668: --
669: when hr_api.validate_enabled then

Line 692: hr_utility.set_location(' Leaving:'||l_proc, 90);

688: -- NOCOPY Changes
689: p_effective_start_date := null;
690: p_effective_end_date := null;
691: p_object_version_number := l_object_version_number ;
692: hr_utility.set_location(' Leaving:'||l_proc, 90);
693: raise;
694: --
695: end delete_PREM_CSTG_BY_SGMT;
696: --

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

716: l_validation_end_date date;
717: --
718: begin
719: --
720: hr_utility.set_location('Entering:'|| l_proc, 10);
721: --
722: ben_cbs_shd.lck
723: (
724: p_prem_cstg_by_sgmt_id => p_prem_cstg_by_sgmt_id

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

728: ,p_effective_date => p_effective_date
729: ,p_datetrack_mode => p_datetrack_mode
730: );
731: --
732: hr_utility.set_location(' Leaving:'||l_proc, 70);
733: --
734: end lck;
735: --
736: end ben_PREM_CSTG_BY_SGMT_api;