DBA Data[Home] [Help]

APPS.BEN_CMBN_PTIP_OPT_API dependencies on HR_UTILITY

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

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

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

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

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

233: -- End of API User Hook for the after hook of create_CMBN_PTIP_OPT
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 252: hr_utility.set_location(' Leaving:'||l_proc, 70);

248: p_effective_start_date := l_effective_start_date;
249: p_effective_end_date := l_effective_end_date;
250: p_object_version_number := l_object_version_number;
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 70);
253: --
254: exception
255: --
256: when hr_api.validate_enabled then

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

267: p_cmbn_ptip_opt_id := null;
268: p_effective_start_date := null;
269: p_effective_end_date := null;
270: p_object_version_number := null;
271: hr_utility.set_location(' Leaving:'||l_proc, 80);
272: --
273: when others then
274: --
275: -- A validation or unexpected error has occured

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

336: l_effective_end_date ben_cmbn_ptip_opt_f.effective_end_date%TYPE;
337: --
338: begin
339: --
340: hr_utility.set_location('Entering:'|| l_proc, 10);
341: --
342: -- Issue a savepoint if operating in validation only mode
343: --
344: savepoint update_CMBN_PTIP_OPT;

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

342: -- Issue a savepoint if operating in validation only mode
343: --
344: savepoint update_CMBN_PTIP_OPT;
345: --
346: hr_utility.set_location(l_proc, 20);
347: --
348: -- Process Logic
349: --
350: l_object_version_number := p_object_version_number;

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

512: -- End of API User Hook for the after hook of update_CMBN_PTIP_OPT
513: --
514: end;
515: --
516: hr_utility.set_location(l_proc, 60);
517: --
518: -- When in validation only mode raise the Validate_Enabled exception
519: --
520: if p_validate then

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

526: p_object_version_number := l_object_version_number;
527: p_effective_start_date := l_effective_start_date;
528: p_effective_end_date := l_effective_end_date;
529: --
530: hr_utility.set_location(' Leaving:'||l_proc, 70);
531: --
532: exception
533: --
534: when hr_api.validate_enabled then

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

541: -- Only set output warning arguments
542: -- (Any key or derived arguments must be set to null
543: -- when validation only mode is being used.)
544: --
545: hr_utility.set_location(' Leaving:'||l_proc, 80);
546: --
547: when others then
548: --
549: -- A validation or unexpected error has occured

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

574: l_effective_end_date ben_cmbn_ptip_opt_f.effective_end_date%TYPE;
575: --
576: begin
577: --
578: hr_utility.set_location('Entering:'|| l_proc, 10);
579: --
580: -- Issue a savepoint if operating in validation only mode
581: --
582: savepoint delete_CMBN_PTIP_OPT;

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

580: -- Issue a savepoint if operating in validation only mode
581: --
582: savepoint delete_CMBN_PTIP_OPT;
583: --
584: hr_utility.set_location(l_proc, 20);
585: --
586: -- Process Logic
587: --
588: l_object_version_number := p_object_version_number;

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

643: -- End of API User Hook for the after hook of delete_CMBN_PTIP_OPT
644: --
645: end;
646: --
647: hr_utility.set_location(l_proc, 60);
648: --
649: -- When in validation only mode raise the Validate_Enabled exception
650: --
651: if p_validate then

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

651: if p_validate then
652: raise hr_api.validate_enabled;
653: end if;
654: --
655: hr_utility.set_location(' Leaving:'||l_proc, 70);
656: --
657: exception
658: --
659: when hr_api.validate_enabled then

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

701: l_validation_end_date date;
702: --
703: begin
704: --
705: hr_utility.set_location('Entering:'|| l_proc, 10);
706: --
707: ben_cpt_shd.lck
708: (
709: p_cmbn_ptip_opt_id => p_cmbn_ptip_opt_id

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

713: ,p_effective_date => p_effective_date
714: ,p_datetrack_mode => p_datetrack_mode
715: );
716: --
717: hr_utility.set_location(' Leaving:'||l_proc, 70);
718: --
719: end lck;
720: --
721: end ben_CMBN_PTIP_OPT_api;