DBA Data[Home] [Help]

APPS.BEN_CMBN_PTIP_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_cmbn_ptip_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_CMBN_PTIP;

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

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

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

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

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

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

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

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

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

271: p_cmbn_ptip_id := null;
272: p_effective_start_date := null;
273: p_effective_end_date := null;
274: p_object_version_number := null ;
275: hr_utility.set_location(' Leaving:'||l_proc, 90);
276: raise;
277: --
278: end create_CMBN_PTIP;
279: -- ----------------------------------------------------------------------------

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

332: l_effective_end_date ben_cmbn_ptip_f.effective_end_date%TYPE;
333: --
334: begin
335: --
336: hr_utility.set_location('Entering:'|| l_proc, 10);
337: --
338: -- Issue a savepoint if operating in validation only mode
339: --
340: savepoint update_CMBN_PTIP;

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

338: -- Issue a savepoint if operating in validation only mode
339: --
340: savepoint update_CMBN_PTIP;
341: --
342: hr_utility.set_location(l_proc, 20);
343: --
344: -- Process Logic
345: --
346: l_object_version_number := p_object_version_number;

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

502: -- End of API User Hook for the after hook of update_CMBN_PTIP
503: --
504: end;
505: --
506: hr_utility.set_location(l_proc, 60);
507: --
508: -- When in validation only mode raise the Validate_Enabled exception
509: --
510: if p_validate then

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

516: p_object_version_number := l_object_version_number;
517: p_effective_start_date := l_effective_start_date;
518: p_effective_end_date := l_effective_end_date;
519: --
520: hr_utility.set_location(' Leaving:'||l_proc, 70);
521: --
522: exception
523: --
524: when hr_api.validate_enabled then

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

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

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

542: -- NOCOPY Changes
543: p_effective_start_date := null;
544: p_effective_end_date := null;
545: p_object_version_number := l_object_version_number ;
546: hr_utility.set_location(' Leaving:'||l_proc, 90);
547: raise;
548: --
549: end update_CMBN_PTIP;
550: -- ----------------------------------------------------------------------------

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

569: l_effective_end_date ben_cmbn_ptip_f.effective_end_date%TYPE;
570: --
571: begin
572: --
573: hr_utility.set_location('Entering:'|| l_proc, 10);
574: --
575: -- Issue a savepoint if operating in validation only mode
576: --
577: savepoint delete_CMBN_PTIP;

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

575: -- Issue a savepoint if operating in validation only mode
576: --
577: savepoint delete_CMBN_PTIP;
578: --
579: hr_utility.set_location(l_proc, 20);
580: --
581: -- Process Logic
582: --
583: l_object_version_number := p_object_version_number;

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

638: -- End of API User Hook for the after hook of delete_CMBN_PTIP
639: --
640: end;
641: --
642: hr_utility.set_location(l_proc, 60);
643: --
644: -- When in validation only mode raise the Validate_Enabled exception
645: --
646: if p_validate then

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

646: if p_validate then
647: raise hr_api.validate_enabled;
648: end if;
649: --
650: hr_utility.set_location(' Leaving:'||l_proc, 70);
651: --
652: exception
653: --
654: when hr_api.validate_enabled then

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

673: -- NOCOPY Changes
674: p_effective_start_date := null;
675: p_effective_end_date := null;
676: p_object_version_number := l_object_version_number ;
677: hr_utility.set_location(' Leaving:'||l_proc, 90);
678: raise;
679: --
680: end delete_CMBN_PTIP;
681: --

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_cbp_shd.lck
708: (
709: p_cmbn_ptip_id => p_cmbn_ptip_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_api;