DBA Data[Home] [Help]

APPS.BEN_LER_CHG_PL_NIP_RL_API dependencies on HR_UTILITY

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

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

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

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

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

229: -- End of API User Hook for the after hook of create_Ler_Chg_Pl_Nip_Rl
230: --
231: end;
232: --
233: hr_utility.set_location(l_proc, 60);
234: --
235: -- When in validation only mode raise the Validate_Enabled exception
236: --
237: if p_validate then

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

244: p_effective_start_date := l_effective_start_date;
245: p_effective_end_date := l_effective_end_date;
246: p_object_version_number := l_object_version_number;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 70);
249: --
250: exception
251: --
252: when hr_api.validate_enabled then

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

263: p_ler_chg_pl_nip_rl_id := null;
264: p_effective_start_date := null;
265: p_effective_end_date := null;
266: p_object_version_number := null;
267: hr_utility.set_location(' Leaving:'||l_proc, 80);
268: --
269: when others then
270: --
271: -- A validation or unexpected error has occured

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

331: l_effective_end_date ben_ler_chg_pl_nip_rl_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_Ler_Chg_Pl_Nip_Rl;

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

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

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

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

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

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

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

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

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

566: l_effective_end_date ben_ler_chg_pl_nip_rl_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_Ler_Chg_Pl_Nip_Rl;

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

572: -- Issue a savepoint if operating in validation only mode
573: --
574: savepoint delete_Ler_Chg_Pl_Nip_Rl;
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_Ler_Chg_Pl_Nip_Rl
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 697: hr_utility.set_location('Entering:'|| l_proc, 10);

693: l_validation_end_date date;
694: --
695: begin
696: --
697: hr_utility.set_location('Entering:'|| l_proc, 10);
698: --
699: ben_lnr_shd.lck
700: (
701: p_ler_chg_pl_nip_rl_id => p_ler_chg_pl_nip_rl_id

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

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