DBA Data[Home] [Help]

APPS.BEN_CMBN_PLIP_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_cmbn_plip_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_CMBN_PLIP;

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

67: -- Issue a savepoint if operating in validation only mode
68: --
69: savepoint create_CMBN_PLIP;
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_CMBN_PLIP
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_cmbn_plip_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_cmbn_plip_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_CMBN_PLIP;

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

337: -- Issue a savepoint if operating in validation only mode
338: --
339: savepoint update_CMBN_PLIP;
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_CMBN_PLIP
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 534: hr_utility.set_location(' Leaving:'||l_proc, 80);

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

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

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

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

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

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

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

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

644: if p_validate then
645: raise hr_api.validate_enabled;
646: end if;
647: --
648: hr_utility.set_location(' Leaving:'||l_proc, 70);
649: --
650: exception
651: --
652: 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_cpl_shd.lck
705: (
706: p_cmbn_plip_id => p_cmbn_plip_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_CMBN_PLIP_api;