DBA Data[Home] [Help]

APPS.BEN_REGULATORY_PURPOSE_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_pl_regy_prp_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_regulatory_purpose;

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

67: -- Issue a savepoint if operating in validation only mode
68: --
69: savepoint create_regulatory_purpose;
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_regulatory_purpose
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_pl_regy_prps_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_pl_regy_prp_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_regulatory_purpose;

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

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

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

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

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

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

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

531: -- Only set output warning arguments
532: -- (Any key or derived arguments must be set to null
533: -- when validation only mode is being used.)
534: --
535: hr_utility.set_location(' Leaving:'||l_proc, 80);
536: --
537: when others then
538: --
539: -- A validation or unexpected error has occured

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

566: l_effective_end_date ben_pl_regy_prp_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_regulatory_purpose;

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

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

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

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

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

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

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

695: l_validation_end_date date;
696: --
697: begin
698: --
699: hr_utility.set_location('Entering:'|| l_proc, 10);
700: --
701: ben_prp_shd.lck
702: (
703: p_pl_regy_prps_id => p_pl_regy_prps_id

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

707: ,p_effective_date => p_effective_date
708: ,p_datetrack_mode => p_datetrack_mode
709: );
710: --
711: hr_utility.set_location(' Leaving:'||l_proc, 70);
712: --
713: end lck;
714: --
715: end ben_regulatory_purpose_api;