DBA Data[Home] [Help]

APPS.BEN_VALD_RLSHP_FOR_REIMB_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_vald_rlshp_for_reimb_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_Vald_Rlshp_For_Reimb;

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

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

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

226: -- End of API User Hook for the after hook of create_Vald_Rlshp_For_Reimb
227: --
228: end;
229: --
230: hr_utility.set_location(l_proc, 60);
231: --
232: -- When in validation only mode raise the Validate_Enabled exception
233: --
234: if p_validate then

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

241: p_effective_start_date := l_effective_start_date;
242: p_effective_end_date := l_effective_end_date;
243: p_object_version_number := l_object_version_number;
244: --
245: hr_utility.set_location(' Leaving:'||l_proc, 70);
246: --
247: exception
248: --
249: when hr_api.validate_enabled then

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

260: p_vald_rlshp_for_reimb_id := null;
261: p_effective_start_date := null;
262: p_effective_end_date := null;
263: p_object_version_number := null;
264: hr_utility.set_location(' Leaving:'||l_proc, 80);
265: --
266: when others then
267: --
268: -- A validation or unexpected error has occured

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

327: l_effective_end_date ben_vald_rlshp_for_reimb_f.effective_end_date%TYPE;
328: --
329: begin
330: --
331: hr_utility.set_location('Entering:'|| l_proc, 10);
332: --
333: -- Issue a savepoint if operating in validation only mode
334: --
335: savepoint update_Vald_Rlshp_For_Reimb;

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

333: -- Issue a savepoint if operating in validation only mode
334: --
335: savepoint update_Vald_Rlshp_For_Reimb;
336: --
337: hr_utility.set_location(l_proc, 20);
338: --
339: -- Process Logic
340: --
341: l_object_version_number := p_object_version_number;

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

497: -- End of API User Hook for the after hook of update_Vald_Rlshp_For_Reimb
498: --
499: end;
500: --
501: hr_utility.set_location(l_proc, 60);
502: --
503: -- When in validation only mode raise the Validate_Enabled exception
504: --
505: if p_validate then

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

511: p_object_version_number := l_object_version_number;
512: p_effective_start_date := l_effective_start_date;
513: p_effective_end_date := l_effective_end_date;
514: --
515: hr_utility.set_location(' Leaving:'||l_proc, 70);
516: --
517: exception
518: --
519: when hr_api.validate_enabled then

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

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

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

559: l_effective_end_date ben_vald_rlshp_for_reimb_f.effective_end_date%TYPE;
560: --
561: begin
562: --
563: hr_utility.set_location('Entering:'|| l_proc, 10);
564: --
565: -- Issue a savepoint if operating in validation only mode
566: --
567: savepoint delete_Vald_Rlshp_For_Reimb;

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

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

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

628: -- End of API User Hook for the after hook of delete_Vald_Rlshp_For_Reimb
629: --
630: end;
631: --
632: hr_utility.set_location(l_proc, 60);
633: --
634: -- When in validation only mode raise the Validate_Enabled exception
635: --
636: if p_validate then

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

636: if p_validate then
637: raise hr_api.validate_enabled;
638: end if;
639: --
640: hr_utility.set_location(' Leaving:'||l_proc, 70);
641: --
642: exception
643: --
644: when hr_api.validate_enabled then

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

686: l_validation_end_date date;
687: --
688: begin
689: --
690: hr_utility.set_location('Entering:'|| l_proc, 10);
691: --
692: ben_vrp_shd.lck
693: (
694: p_vald_rlshp_for_reimb_id => p_vald_rlshp_for_reimb_id

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

698: ,p_effective_date => p_effective_date
699: ,p_datetrack_mode => p_datetrack_mode
700: );
701: --
702: hr_utility.set_location(' Leaving:'||l_proc, 70);
703: --
704: end lck;
705: --
706: end ben_Vald_Rlshp_For_Reimb_api;