DBA Data[Home] [Help]

APPS.BEN_CBR_PER_IN_LER_API dependencies on HR_UTILITY

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

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

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

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

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

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

242: --
243: p_cbr_per_in_ler_id := l_cbr_per_in_ler_id;
244: p_object_version_number := l_object_version_number;
245: --
246: hr_utility.set_location(' Leaving:'||l_proc, 70);
247: --
248: exception
249: --
250: when hr_api.validate_enabled then

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

259: -- when validation only mode is being used.)
260: --
261: p_cbr_per_in_ler_id := 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 330: hr_utility.set_location('Entering:'|| l_proc, 10);

326: l_object_version_number ben_cbr_per_in_ler.object_version_number%TYPE;
327: --
328: begin
329: --
330: hr_utility.set_location('Entering:'|| l_proc, 10);
331: --
332: -- Issue a savepoint if operating in validation only mode
333: --
334: savepoint update_CBR_PER_IN_LER;

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

332: -- Issue a savepoint if operating in validation only mode
333: --
334: savepoint update_CBR_PER_IN_LER;
335: --
336: hr_utility.set_location(l_proc, 20);
337: --
338: -- Process Logic
339: --
340: l_object_version_number := p_object_version_number;

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

498: -- End of API User Hook for the after hook of update_CBR_PER_IN_LER
499: --
500: end;
501: --
502: hr_utility.set_location(l_proc, 60);
503: --
504: -- When in validation only mode raise the Validate_Enabled exception
505: --
506: if p_validate then

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

510: -- Set all output arguments
511: --
512: p_object_version_number := l_object_version_number;
513: --
514: hr_utility.set_location(' Leaving:'||l_proc, 70);
515: --
516: exception
517: --
518: when hr_api.validate_enabled then

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

525: -- Only set output warning arguments
526: -- (Any key or derived arguments must be set to null
527: -- when validation only mode is being used.)
528: --
529: hr_utility.set_location(' Leaving:'||l_proc, 80);
530: --
531: when others then
532: --
533: -- A validation or unexpected error has occured

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

554: l_object_version_number ben_cbr_per_in_ler.object_version_number%TYPE;
555: --
556: begin
557: --
558: hr_utility.set_location('Entering:'|| l_proc, 10);
559: --
560: -- Issue a savepoint if operating in validation only mode
561: --
562: savepoint delete_CBR_PER_IN_LER;

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

560: -- Issue a savepoint if operating in validation only mode
561: --
562: savepoint delete_CBR_PER_IN_LER;
563: --
564: hr_utility.set_location(l_proc, 20);
565: --
566: -- Process Logic
567: --
568: l_object_version_number := p_object_version_number;

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

616: -- End of API User Hook for the after hook of delete_CBR_PER_IN_LER
617: --
618: end;
619: --
620: hr_utility.set_location(l_proc, 60);
621: --
622: -- When in validation only mode raise the Validate_Enabled exception
623: --
624: if p_validate then

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

624: if p_validate then
625: raise hr_api.validate_enabled;
626: end if;
627: --
628: hr_utility.set_location(' Leaving:'||l_proc, 70);
629: --
630: exception
631: --
632: when hr_api.validate_enabled then

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

667: l_proc varchar2(72) := g_package||'lck';
668: --
669: begin
670: --
671: hr_utility.set_location('Entering:'|| l_proc, 10);
672: --
673: ben_crp_shd.lck
674: (
675: p_cbr_per_in_ler_id => p_cbr_per_in_ler_id

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

675: p_cbr_per_in_ler_id => p_cbr_per_in_ler_id
676: ,p_object_version_number => p_object_version_number
677: );
678: --
679: hr_utility.set_location(' Leaving:'||l_proc, 70);
680: --
681: end lck;
682: --
683: end ben_CBR_PER_IN_LER_api;