DBA Data[Home] [Help]

APPS.BEN_PERIOD_LIMIT_API dependencies on HR_UTILITY

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

67: l_object_version_number ben_ptd_lmt_f.object_version_number%TYPE;
68: --
69: begin
70: --
71: hr_utility.set_location('Entering:'|| l_proc, 10);
72: --
73: -- Issue a savepoint if operating in validation only mode
74: --
75: savepoint create_period_limit;

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

73: -- Issue a savepoint if operating in validation only mode
74: --
75: savepoint create_period_limit;
76: --
77: hr_utility.set_location(l_proc, 20);
78: --
79: -- Process Logic
80: --
81: begin

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

249: -- End of API User Hook for the after hook of create_period_limit
250: --
251: end;
252: --
253: hr_utility.set_location(l_proc, 60);
254: --
255: -- When in validation only mode raise the Validate_Enabled exception
256: --
257: if p_validate then

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

264: p_effective_start_date := l_effective_start_date;
265: p_effective_end_date := l_effective_end_date;
266: p_object_version_number := l_object_version_number;
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 70);
269: --
270: exception
271: --
272: when hr_api.validate_enabled then

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

283: p_ptd_lmt_id := null;
284: p_effective_start_date := null;
285: p_effective_end_date := null;
286: p_object_version_number := null;
287: hr_utility.set_location(' Leaving:'||l_proc, 80);
288: --
289: when others then
290: --
291: -- A validation or unexpected error has occured

Line 299: hr_utility.set_location(' Leaving:'||l_proc, 90);

295: p_ptd_lmt_id := null;
296: p_effective_start_date := null;
297: p_effective_end_date := null;
298: p_object_version_number := null ;
299: hr_utility.set_location(' Leaving:'||l_proc, 90);
300: raise;
301: --
302: end create_period_limit;
303: -- ----------------------------------------------------------------------------

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

362: l_effective_end_date ben_ptd_lmt_f.effective_end_date%TYPE;
363: --
364: begin
365: --
366: hr_utility.set_location('Entering:'|| l_proc, 10);
367: --
368: -- Issue a savepoint if operating in validation only mode
369: --
370: savepoint update_period_limit;

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

368: -- Issue a savepoint if operating in validation only mode
369: --
370: savepoint update_period_limit;
371: --
372: hr_utility.set_location(l_proc, 20);
373: --
374: -- Process Logic
375: --
376: l_object_version_number := p_object_version_number;

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

550: -- End of API User Hook for the after hook of update_period_limit
551: --
552: end;
553: --
554: hr_utility.set_location(l_proc, 60);
555: --
556: -- When in validation only mode raise the Validate_Enabled exception
557: --
558: if p_validate then

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

564: p_object_version_number := l_object_version_number;
565: p_effective_start_date := l_effective_start_date;
566: p_effective_end_date := l_effective_end_date;
567: --
568: hr_utility.set_location(' Leaving:'||l_proc, 70);
569: --
570: exception
571: --
572: when hr_api.validate_enabled then

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

579: -- Only set output warning arguments
580: -- (Any key or derived arguments must be set to null
581: -- when validation only mode is being used.)
582: --
583: hr_utility.set_location(' Leaving:'||l_proc, 80);
584: --
585: when others then
586: --
587: -- A validation or unexpected error has occured

Line 594: hr_utility.set_location(' Leaving:'||l_proc, 90);

590: -- NOCOPY Changes
591: p_effective_start_date := null;
592: p_effective_end_date := null;
593: p_object_version_number := l_object_version_number ;
594: hr_utility.set_location(' Leaving:'||l_proc, 90);
595: raise;
596: --
597: end update_period_limit;
598: -- ----------------------------------------------------------------------------

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

617: l_effective_end_date ben_ptd_lmt_f.effective_end_date%TYPE;
618: --
619: begin
620: --
621: hr_utility.set_location('Entering:'|| l_proc, 10);
622: --
623: -- Issue a savepoint if operating in validation only mode
624: --
625: savepoint delete_period_limit;

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

623: -- Issue a savepoint if operating in validation only mode
624: --
625: savepoint delete_period_limit;
626: --
627: hr_utility.set_location(l_proc, 20);
628: --
629: -- Process Logic
630: --
631: l_object_version_number := p_object_version_number;

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

686: -- End of API User Hook for the after hook of delete_period_limit
687: --
688: end;
689: --
690: hr_utility.set_location(l_proc, 60);
691: --
692: -- When in validation only mode raise the Validate_Enabled exception
693: --
694: if p_validate then

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

694: if p_validate then
695: raise hr_api.validate_enabled;
696: end if;
697: --
698: hr_utility.set_location(' Leaving:'||l_proc, 70);
699: --
700: exception
701: --
702: when hr_api.validate_enabled then

Line 725: hr_utility.set_location(' Leaving:'||l_proc, 90);

721: -- NOCOPY Changes
722: p_effective_start_date := null;
723: p_effective_end_date := null;
724: p_object_version_number := l_object_version_number ;
725: hr_utility.set_location(' Leaving:'||l_proc, 90);
726: raise;
727: --
728: end delete_period_limit;
729: --

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

749: l_validation_end_date date;
750: --
751: begin
752: --
753: hr_utility.set_location('Entering:'|| l_proc, 10);
754: --
755: ben_pdl_shd.lck
756: (
757: p_ptd_lmt_id => p_ptd_lmt_id

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

761: ,p_effective_date => p_effective_date
762: ,p_datetrack_mode => p_datetrack_mode
763: );
764: --
765: hr_utility.set_location(' Leaving:'||l_proc, 70);
766: --
767: end lck;
768: --
769: end ben_period_limit_api;