DBA Data[Home] [Help]

APPS.BEN_CMBN_AGE_LOS_FCTR_API dependencies on HR_UTILITY

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

60: l_object_version_number ben_cmbn_age_los_fctr.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_cmbn_age_los_fctr;

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

66: -- Issue a savepoint if operating in validation only mode
67: --
68: savepoint create_cmbn_age_los_fctr;
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_cmbn_age_los_fctr
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_cmbn_age_los_fctr_id := l_cmbn_age_los_fctr_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_cmbn_age_los_fctr_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 332: hr_utility.set_location('Entering:'|| l_proc, 10);

328: l_in_object_version_number number := p_object_version_number ;
329: --
330: begin
331: --
332: hr_utility.set_location('Entering:'|| l_proc, 10);
333: --
334: -- Issue a savepoint if operating in validation only mode
335: --
336: savepoint update_cmbn_age_los_fctr;

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

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

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

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

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

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

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

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

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

556: l_in_object_version_number number := p_object_version_number ;
557: --
558: begin
559: --
560: hr_utility.set_location('Entering:'|| l_proc, 10);
561: --
562: -- Issue a savepoint if operating in validation only mode
563: --
564: savepoint delete_cmbn_age_los_fctr;

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

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

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

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

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

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

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

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

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

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