DBA Data[Home] [Help]

APPS.BEN_CWB_WKSHT_GRP_API dependencies on HR_UTILITY

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

63: --
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_cwb_wksht_grp;

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

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

Line 137: hr_utility.set_location('hiden flag ' || p_hidden_cd , 99 );

133: -- End of API User Hook for the before hook of create_cwb_wksht_grp
134: --
135: end;
136: --
137: hr_utility.set_location('hiden flag ' || p_hidden_cd , 99 );
138: ---
139: ben_cwg_ins.ins
140: (
141: p_effective_date => p_effective_date

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

239: -- End of API User Hook for the after hook of create_cwb_wksht_grp
240: --
241: end;
242: --
243: hr_utility.set_location(l_proc, 60);
244: --
245: -- When in validation only mode raise the Validate_Enabled exception
246: --
247: if p_validate then

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

252: --
253: p_cwb_wksht_grp_id := l_cwb_wksht_grp_id;
254: p_object_version_number := l_object_version_number;
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 70);
257: --
258: exception
259: --
260: when hr_api.validate_enabled then

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

269: -- when validation only mode is being used.)
270: --
271: p_cwb_wksht_grp_id := null;
272: p_object_version_number := null;
273: hr_utility.set_location(' Leaving:'||l_proc, 80);
274: --
275: when others then
276: --
277: -- A validation or unexpected error has occured

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

337: l_object_version_number ben_cwb_wksht_grp.object_version_number%TYPE;
338: --
339: begin
340: --
341: hr_utility.set_location('Entering:'|| l_proc, 10);
342: --
343: -- Issue a savepoint if operating in validation only mode
344: --
345: savepoint update_cwb_wksht_grp;

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

343: -- Issue a savepoint if operating in validation only mode
344: --
345: savepoint update_cwb_wksht_grp;
346: --
347: hr_utility.set_location(l_proc, 20);
348: --
349: -- Process Logic
350: --
351: l_cwb_wksht_grp_id := p_cwb_wksht_grp_id;

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

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

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

523: -- Set all output arguments
524: --
525: p_object_version_number := l_object_version_number;
526: --
527: hr_utility.set_location(' Leaving:'||l_proc, 70);
528: --
529: exception
530: --
531: when hr_api.validate_enabled then

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

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

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

567: l_object_version_number ben_cwb_wksht_grp.object_version_number%TYPE;
568: --
569: begin
570: --
571: hr_utility.set_location('Entering:'|| l_proc, 10);
572: --
573: -- Issue a savepoint if operating in validation only mode
574: --
575: savepoint delete_cwb_wksht_grp;

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

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

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

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

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

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

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

677: l_proc varchar2(72) := g_package||'lck';
678: --
679: begin
680: --
681: hr_utility.set_location('Entering:'|| l_proc, 10);
682: --
683: ben_cwg_shd.lck
684: (
685: p_cwb_wksht_grp_id => p_cwb_wksht_grp_id

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

685: p_cwb_wksht_grp_id => p_cwb_wksht_grp_id
686: ,p_object_version_number => p_object_version_number
687: );
688: --
689: hr_utility.set_location(' Leaving:'||l_proc, 70);
690: --
691: end lck;
692: --
693: end ben_cwb_wksht_grp_api;