DBA Data[Home] [Help]

APPS.BEN_PL_CARE_PRVDR_TYP_API dependencies on HR_UTILITY

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

60: l_object_version_number ben_pl_pcp_typ.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_pl_care_prvdr_typ;

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

66: -- Issue a savepoint if operating in validation only mode
67: --
68: savepoint create_pl_care_prvdr_typ;
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_pl_care_prvdr_typ
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_pl_pcp_typ_id := l_pl_pcp_typ_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_pl_pcp_typ_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_object_version_number ben_pl_pcp_typ.object_version_number%TYPE;
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_pl_care_prvdr_typ;

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

334: -- Issue a savepoint if operating in validation only mode
335: --
336: savepoint update_pl_care_prvdr_typ;
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_pl_care_prvdr_typ
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 559: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

625: if p_validate then
626: raise hr_api.validate_enabled;
627: end if;
628: --
629: hr_utility.set_location(' Leaving:'||l_proc, 70);
630: --
631: exception
632: --
633: 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_pty_shd.lck
674: (
675: p_pl_pcp_typ_id => p_pl_pcp_typ_id

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

675: p_pl_pcp_typ_id => p_pl_pcp_typ_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_pl_care_prvdr_typ_api;