DBA Data[Home] [Help]

APPS.BEN_AGE_FACTOR_API dependencies on HR_UTILITY

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

67: l_object_version_number ben_age_fctr.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_age_factor;

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

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

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

257: -- End of API User Hook for the after hook of create_age_factor
258: --
259: end;
260: --
261: hr_utility.set_location(l_proc, 60);
262: --
263: -- When in validation only mode raise the Validate_Enabled exception
264: --
265: if p_validate then

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

270: --
271: p_age_fctr_id := l_age_fctr_id;
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 291: hr_utility.set_location(' Leaving:'||l_proc, 80);

287: -- when validation only mode is being used.)
288: --
289: p_age_fctr_id := null;
290: p_object_version_number := null;
291: hr_utility.set_location(' Leaving:'||l_proc, 80);
292: --
293: when others then
294: --
295: -- A validation or unexpected error has occured

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

297: ROLLBACK TO create_age_factor;
298: -- NOCOPY Changes
299: p_age_fctr_id := null;
300: p_object_version_number := null ;
301: hr_utility.set_location(' Leaving:'||l_proc, 90);
302: raise;
303: --
304: end create_age_factor;
305: -- ----------------------------------------------------------------------------

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

363: l_object_version_number ben_age_fctr.object_version_number%TYPE;
364: --
365: begin
366: --
367: hr_utility.set_location('Entering:'|| l_proc, 10);
368: --
369: -- Issue a savepoint if operating in validation only mode
370: --
371: savepoint update_age_factor;

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

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

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

556: -- End of API User Hook for the after hook of update_age_factor
557: --
558: end;
559: --
560: hr_utility.set_location(l_proc, 60);
561: --
562: -- When in validation only mode raise the Validate_Enabled exception
563: --
564: if p_validate then

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

568: -- Set all output arguments
569: --
570: p_object_version_number := l_object_version_number;
571: --
572: hr_utility.set_location(' Leaving:'||l_proc, 70);
573: --
574: exception
575: --
576: when hr_api.validate_enabled then

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

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

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

592: --
593: ROLLBACK TO update_age_factor;
594: -- NOCOPY Changes
595: p_object_version_number := l_object_version_number ;
596: hr_utility.set_location(' Leaving:'||l_proc, 90);
597: raise;
598: --
599: end update_age_factor;
600: -- ----------------------------------------------------------------------------

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

614: l_object_version_number ben_age_fctr.object_version_number%TYPE;
615: --
616: begin
617: --
618: hr_utility.set_location('Entering:'|| l_proc, 10);
619: --
620: -- Issue a savepoint if operating in validation only mode
621: --
622: savepoint delete_age_factor;

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

620: -- Issue a savepoint if operating in validation only mode
621: --
622: savepoint delete_age_factor;
623: --
624: hr_utility.set_location(l_proc, 20);
625: --
626: -- Process Logic
627: --
628: l_object_version_number := p_object_version_number;

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

676: -- End of API User Hook for the after hook of delete_age_factor
677: --
678: end;
679: --
680: hr_utility.set_location(l_proc, 60);
681: --
682: -- When in validation only mode raise the Validate_Enabled exception
683: --
684: if p_validate then

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

684: if p_validate then
685: raise hr_api.validate_enabled;
686: end if;
687: --
688: hr_utility.set_location(' Leaving:'||l_proc, 70);
689: --
690: exception
691: --
692: when hr_api.validate_enabled then

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

707: --
708: ROLLBACK TO delete_age_factor;
709: -- NOCOPY Changes
710: p_object_version_number := l_object_version_number ;
711: hr_utility.set_location(' Leaving:'||l_proc, 90);
712: raise;
713: --
714: end delete_age_factor;
715: --

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

729: l_proc varchar2(72) := g_package||'lck';
730: --
731: begin
732: --
733: hr_utility.set_location('Entering:'|| l_proc, 10);
734: --
735: ben_agf_shd.lck
736: (
737: p_age_fctr_id => p_age_fctr_id

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

737: p_age_fctr_id => p_age_fctr_id
738: ,p_object_version_number => p_object_version_number
739: );
740: --
741: hr_utility.set_location(' Leaving:'||l_proc, 70);
742: --
743: end lck;
744: --
745: end ben_age_factor_api;