DBA Data[Home] [Help]

APPS.BEN_WV_PRTN_RSN_PTIP_API dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

647: if p_validate then
648: raise hr_api.validate_enabled;
649: end if;
650: --
651: hr_utility.set_location(' Leaving:'||l_proc, 70);
652: --
653: exception
654: --
655: 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_wpt_shd.lck
708: (
709: p_wv_prtn_rsn_ptip_id => p_wv_prtn_rsn_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_WV_PRTN_RSN_PTIP_api;