DBA Data[Home] [Help]

APPS.BEN_CBR_QUALD_BNF_API dependencies on HR_UTILITY

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

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

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

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

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

245: -- End of API User Hook for the after hook of create_CBR_QUALD_BNF
246: --
247: end;
248: --
249: hr_utility.set_location(l_proc, 60);
250: --
251: -- When in validation only mode raise the Validate_Enabled exception
252: --
253: if p_validate then

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

258: --
259: p_cbr_quald_bnf_id := l_cbr_quald_bnf_id;
260: p_object_version_number := l_object_version_number;
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 70);
263: --
264: exception
265: --
266: when hr_api.validate_enabled then

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

275: -- when validation only mode is being used.)
276: --
277: p_cbr_quald_bnf_id := null;
278: p_object_version_number := null;
279: hr_utility.set_location(' Leaving:'||l_proc, 80);
280: --
281: when others then
282: --
283: -- A validation or unexpected error has occured

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

344: l_object_version_number ben_cbr_quald_bnf.object_version_number%TYPE;
345: --
346: begin
347: --
348: hr_utility.set_location('Entering:'|| l_proc, 10);
349: --
350: -- Issue a savepoint if operating in validation only mode
351: --
352: savepoint update_CBR_QUALD_BNF;

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

350: -- Issue a savepoint if operating in validation only mode
351: --
352: savepoint update_CBR_QUALD_BNF;
353: --
354: hr_utility.set_location(l_proc, 20);
355: --
356: -- Process Logic
357: --
358: l_object_version_number := p_object_version_number;

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

528: -- End of API User Hook for the after hook of update_CBR_QUALD_BNF
529: --
530: end;
531: --
532: hr_utility.set_location(l_proc, 60);
533: --
534: -- When in validation only mode raise the Validate_Enabled exception
535: --
536: if p_validate then

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

540: -- Set all output arguments
541: --
542: p_object_version_number := l_object_version_number;
543: --
544: hr_utility.set_location(' Leaving:'||l_proc, 70);
545: --
546: exception
547: --
548: when hr_api.validate_enabled then

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

555: -- Only set output warning arguments
556: -- (Any key or derived arguments must be set to null
557: -- when validation only mode is being used.)
558: --
559: hr_utility.set_location(' Leaving:'||l_proc, 80);
560: --
561: when others then
562: --
563: -- A validation or unexpected error has occured

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

583: l_object_version_number ben_cbr_quald_bnf.object_version_number%TYPE;
584: --
585: begin
586: --
587: hr_utility.set_location('Entering:'|| l_proc, 10);
588: --
589: -- Issue a savepoint if operating in validation only mode
590: --
591: savepoint delete_CBR_QUALD_BNF;

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

589: -- Issue a savepoint if operating in validation only mode
590: --
591: savepoint delete_CBR_QUALD_BNF;
592: --
593: hr_utility.set_location(l_proc, 20);
594: --
595: -- Process Logic
596: --
597: l_object_version_number := p_object_version_number;

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

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

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

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

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

695: l_proc varchar2(72) := g_package||'lck';
696: --
697: begin
698: --
699: hr_utility.set_location('Entering:'|| l_proc, 10);
700: --
701: ben_cqb_shd.lck
702: (
703: p_cbr_quald_bnf_id => p_cbr_quald_bnf_id

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

703: p_cbr_quald_bnf_id => p_cbr_quald_bnf_id
704: ,p_object_version_number => p_object_version_number
705: );
706: --
707: hr_utility.set_location(' Leaving:'||l_proc, 70);
708: --
709: end lck;
710: --
711: end ben_CBR_QUALD_BNF_api;