DBA Data[Home] [Help]

APPS.BEN_CM_TYP_TRGR_API dependencies on HR_UTILITY

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

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

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

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

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

225: -- End of API User Hook for the after hook of create_cm_typ_trgr
226: --
227: end;
228: --
229: hr_utility.set_location(l_proc, 60);
230: --
231: -- When in validation only mode raise the Validate_Enabled exception
232: --
233: if p_validate then

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

240: p_effective_start_date := l_effective_start_date;
241: p_effective_end_date := l_effective_end_date;
242: p_object_version_number := l_object_version_number;
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 70);
245: --
246: exception
247: --
248: when hr_api.validate_enabled then

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

259: p_cm_typ_trgr_id := null;
260: p_effective_start_date := null;
261: p_effective_end_date := null;
262: p_object_version_number := null;
263: hr_utility.set_location(' Leaving:'||l_proc, 80);
264: --
265: when others then
266: --
267: -- A validation or unexpected error has occured

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

330: l_effective_end_date ben_cm_typ_trgr_f.effective_end_date%TYPE;
331: --
332: begin
333: --
334: hr_utility.set_location('Entering:'|| l_proc, 10);
335: --
336: -- Issue a savepoint if operating in validation only mode
337: --
338: savepoint update_cm_typ_trgr;

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

336: -- Issue a savepoint if operating in validation only mode
337: --
338: savepoint update_cm_typ_trgr;
339: --
340: hr_utility.set_location(l_proc, 20);
341: --
342: -- Process Logic
343: --
344: l_object_version_number := p_object_version_number;

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

501: -- End of API User Hook for the after hook of update_cm_typ_trgr
502: --
503: end;
504: --
505: hr_utility.set_location(l_proc, 60);
506: --
507: -- When in validation only mode raise the Validate_Enabled exception
508: --
509: if p_validate then

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

515: p_object_version_number := l_object_version_number;
516: p_effective_start_date := l_effective_start_date;
517: p_effective_end_date := l_effective_end_date;
518: --
519: hr_utility.set_location(' Leaving:'||l_proc, 70);
520: --
521: exception
522: --
523: when hr_api.validate_enabled then

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

532: -- when validation only mode is being used.)
533: --
534: p_effective_start_date := null;
535: p_effective_end_date := null;
536: hr_utility.set_location(' Leaving:'||l_proc, 80);
537: --
538: when others then
539: --
540: -- A validation or unexpected error has occured

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

566: l_effective_end_date ben_cm_typ_trgr_f.effective_end_date%TYPE;
567: --
568: begin
569: --
570: hr_utility.set_location('Entering:'|| l_proc, 10);
571: --
572: -- Issue a savepoint if operating in validation only mode
573: --
574: savepoint delete_cm_typ_trgr;

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

572: -- Issue a savepoint if operating in validation only mode
573: --
574: savepoint delete_cm_typ_trgr;
575: --
576: hr_utility.set_location(l_proc, 20);
577: --
578: -- Process Logic
579: --
580: l_object_version_number := p_object_version_number;

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

633: -- End of API User Hook for the after hook of delete_cm_typ_trgr
634: --
635: end;
636: --
637: hr_utility.set_location(l_proc, 60);
638: --
639: -- When in validation only mode raise the Validate_Enabled exception
640: --
641: if p_validate then

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

641: if p_validate then
642: raise hr_api.validate_enabled;
643: end if;
644: --
645: hr_utility.set_location(' Leaving:'||l_proc, 70);
646: --
647: exception
648: --
649: when hr_api.validate_enabled then

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

691: l_validation_end_date date;
692: --
693: begin
694: --
695: hr_utility.set_location('Entering:'|| l_proc, 10);
696: --
697: ben_ctt_shd.lck
698: (p_cm_typ_trgr_id => p_cm_typ_trgr_id
699: ,p_validation_start_date => l_validation_start_date

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

701: ,p_object_version_number => p_object_version_number
702: ,p_effective_date => p_effective_date
703: ,p_datetrack_mode => p_datetrack_mode);
704: --
705: hr_utility.set_location(' Leaving:'||l_proc, 70);
706: --
707: end lck;
708: --
709: end ben_cm_typ_trgr_api;