DBA Data[Home] [Help]

APPS.BEN_WITHIN_YEAR_PERD_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_wthn_yr_perd.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_WITHIN_YEAR_PERD;

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

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

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

233: -- End of API User Hook for the after hook of create_WITHIN_YEAR_PERD
234: --
235: end;
236: --
237: hr_utility.set_location(l_proc, 60);
238: --
239: -- When in validation only mode raise the Validate_Enabled exception
240: --
241: if p_validate then

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

246: --
247: p_wthn_yr_perd_id := l_wthn_yr_perd_id;
248: p_object_version_number := l_object_version_number;
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 70);
251: --
252: exception
253: --
254: when hr_api.validate_enabled then

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

263: -- when validation only mode is being used.)
264: --
265: p_wthn_yr_perd_id := 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 333: hr_utility.set_location('Entering:'|| l_proc, 10);

329: l_object_version_number ben_wthn_yr_perd.object_version_number%TYPE;
330: --
331: begin
332: --
333: hr_utility.set_location('Entering:'|| l_proc, 10);
334: --
335: -- Issue a savepoint if operating in validation only mode
336: --
337: savepoint update_WITHIN_YEAR_PERD;

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

335: -- Issue a savepoint if operating in validation only mode
336: --
337: savepoint update_WITHIN_YEAR_PERD;
338: --
339: hr_utility.set_location(l_proc, 20);
340: --
341: -- Process Logic
342: --
343: 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_WITHIN_YEAR_PERD
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 520: hr_utility.set_location(' Leaving:'||l_proc, 70);

516: -- Set all output arguments
517: --
518: p_object_version_number := l_object_version_number;
519: --
520: hr_utility.set_location(' Leaving:'||l_proc, 70);
521: --
522: exception
523: --
524: 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 565: hr_utility.set_location('Entering:'|| l_proc, 10);

561: l_object_version_number ben_wthn_yr_perd.object_version_number%TYPE;
562: --
563: begin
564: --
565: hr_utility.set_location('Entering:'|| l_proc, 10);
566: --
567: -- Issue a savepoint if operating in validation only mode
568: --
569: savepoint delete_WITHIN_YEAR_PERD;

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

567: -- Issue a savepoint if operating in validation only mode
568: --
569: savepoint delete_WITHIN_YEAR_PERD;
570: --
571: hr_utility.set_location(l_proc, 20);
572: --
573: -- Process Logic
574: --
575: l_object_version_number := p_object_version_number;

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

623: -- End of API User Hook for the after hook of delete_WITHIN_YEAR_PERD
624: --
625: end;
626: --
627: hr_utility.set_location(l_proc, 60);
628: --
629: -- When in validation only mode raise the Validate_Enabled exception
630: --
631: if p_validate then

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

631: if p_validate then
632: raise hr_api.validate_enabled;
633: end if;
634: --
635: hr_utility.set_location(' Leaving:'||l_proc, 70);
636: --
637: exception
638: --
639: when hr_api.validate_enabled then

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

675: l_proc varchar2(72) := g_package||'lck';
676: --
677: begin
678: --
679: hr_utility.set_location('Entering:'|| l_proc, 10);
680: --
681: ben_wyp_shd.lck
682: (
683: p_wthn_yr_perd_id => p_wthn_yr_perd_id

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

683: p_wthn_yr_perd_id => p_wthn_yr_perd_id
684: ,p_object_version_number => p_object_version_number
685: );
686: --
687: hr_utility.set_location(' Leaving:'||l_proc, 70);
688: --
689: end lck;
690: --
691: end ben_WITHIN_YEAR_PERD_api;