DBA Data[Home] [Help]

APPS.BEN_ELIG_HRS_WKD_PRTE_API dependencies on HR_UTILITY

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

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

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

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

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

255: (p_event => 'CREATE',
256: p_eligy_prfl_id => p_eligy_prfl_id);
257: --
258:
259: hr_utility.set_location(l_proc, 60);
260: --
261: -- When in validation only mode raise the Validate_Enabled exception
262: --
263: if p_validate then

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

270: p_effective_start_date := l_effective_start_date;
271: p_effective_end_date := l_effective_end_date;
272: p_object_version_number := l_object_version_number;
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 70);
275: --
276: exception
277: --
278: when hr_api.validate_enabled then

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

289: p_elig_hrs_wkd_prte_id := null;
290: p_effective_start_date := null;
291: p_effective_end_date := null;
292: p_object_version_number := null;
293: hr_utility.set_location(' Leaving:'||l_proc, 80);
294: --
295: when others then
296: --
297: -- A validation or unexpected error has occured

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

368: l_effective_end_date ben_elig_hrs_wkd_prte_f.effective_end_date%TYPE;
369: --
370: begin
371: --
372: hr_utility.set_location('Entering:'|| l_proc, 10);
373: --
374: -- Issue a savepoint if operating in validation only mode
375: --
376: savepoint update_ELIG_HRS_WKD_PRTE;

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

374: -- Issue a savepoint if operating in validation only mode
375: --
376: savepoint update_ELIG_HRS_WKD_PRTE;
377: --
378: hr_utility.set_location(l_proc, 20);
379: --
380: -- Process Logic
381: --
382: 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_ELIG_HRS_WKD_PRTE
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: --

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

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

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

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

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

702: (p_event => 'DELETE',
703: p_eligy_prfl_id => ben_ehw_shd.g_old_rec.eligy_prfl_id);
704: --
705:
706: hr_utility.set_location(l_proc, 60);
707: --
708: -- When in validation only mode raise the Validate_Enabled exception
709: --
710: if p_validate then

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

710: if p_validate then
711: raise hr_api.validate_enabled;
712: end if;
713: --
714: hr_utility.set_location(' Leaving:'||l_proc, 70);
715: --
716: exception
717: --
718: when hr_api.validate_enabled then

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

769: l_validation_end_date date;
770: --
771: begin
772: --
773: hr_utility.set_location('Entering:'|| l_proc, 10);
774: --
775: ben_ehw_shd.lck
776: (
777: p_elig_hrs_wkd_prte_id => p_elig_hrs_wkd_prte_id

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

781: ,p_effective_date => p_effective_date
782: ,p_datetrack_mode => p_datetrack_mode
783: );
784: --
785: hr_utility.set_location(' Leaving:'||l_proc, 70);
786: --
787: end lck;
788: --
789: end ben_ELIG_HRS_WKD_PRTE_api;