DBA Data[Home] [Help]

APPS.BEN_ACTY_RT_PTD_LMT_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_acty_rt_ptd_lmt_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_ACTY_RT_PTD_LMT;

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

67: -- Issue a savepoint if operating in validation only mode
68: --
69: savepoint create_ACTY_RT_PTD_LMT;
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_ACTY_RT_PTD_LMT
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_acty_rt_ptd_lmt_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 335: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

337: -- Issue a savepoint if operating in validation only mode
338: --
339: savepoint update_ACTY_RT_PTD_LMT;
340: --
341: hr_utility.set_location(l_proc, 20);
342: --
343: -- Process Logic
344: --
345: 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_ACTY_RT_PTD_LMT
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 535: hr_utility.set_location(' Leaving:'||l_proc, 80);

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

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

569: l_effective_end_date ben_acty_rt_ptd_lmt_f.effective_end_date%TYPE;
570: --
571: begin
572: --
573: hr_utility.set_location('Entering:'|| l_proc, 10);
574: --
575: -- Issue a savepoint if operating in validation only mode
576: --
577: savepoint delete_ACTY_RT_PTD_LMT;

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

575: -- Issue a savepoint if operating in validation only mode
576: --
577: savepoint delete_ACTY_RT_PTD_LMT;
578: --
579: hr_utility.set_location(l_proc, 20);
580: --
581: -- Process Logic
582: --
583: l_object_version_number := p_object_version_number;

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

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

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

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

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

698: l_validation_end_date date;
699: --
700: begin
701: --
702: hr_utility.set_location('Entering:'|| l_proc, 10);
703: --
704: ben_apl_shd.lck
705: (
706: p_acty_rt_ptd_lmt_id => p_acty_rt_ptd_lmt_id

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

710: ,p_effective_date => p_effective_date
711: ,p_datetrack_mode => p_datetrack_mode
712: );
713: --
714: hr_utility.set_location(' Leaving:'||l_proc, 70);
715: --
716: end lck;
717: --
718: end ben_ACTY_RT_PTD_LMT_api;