DBA Data[Home] [Help]

APPS.BEN_POPL_YR_PERD_API dependencies on HR_UTILITY

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

60: l_object_version_number ben_popl_yr_perd.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_POPL_YR_PERD;

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

66: -- Issue a savepoint if operating in validation only mode
67: --
68: savepoint create_POPL_YR_PERD;
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_POPL_YR_PERD
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_popl_yr_perd_id := l_popl_yr_perd_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_popl_yr_perd_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 328: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

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

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

550: l_object_version_number ben_popl_yr_perd.object_version_number%TYPE;
551: --
552: begin
553: --
554: hr_utility.set_location('Entering:'|| l_proc, 10);
555: --
556: -- Issue a savepoint if operating in validation only mode
557: --
558: savepoint delete_POPL_YR_PERD;

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

556: -- Issue a savepoint if operating in validation only mode
557: --
558: savepoint delete_POPL_YR_PERD;
559: --
560: hr_utility.set_location(l_proc, 20);
561: --
562: -- Process Logic
563: --
564: l_object_version_number := p_object_version_number;

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

609: -- End of API User Hook for the after hook of delete_POPL_YR_PERD
610: --
611: end;
612: --
613: hr_utility.set_location(l_proc, 60);
614: --
615: -- When in validation only mode raise the Validate_Enabled exception
616: --
617: if p_validate then

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

617: if p_validate then
618: raise hr_api.validate_enabled;
619: end if;
620: --
621: hr_utility.set_location(' Leaving:'||l_proc, 70);
622: --
623: exception
624: --
625: when hr_api.validate_enabled then

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

659: l_proc varchar2(72) := g_package||'lck';
660: --
661: begin
662: --
663: hr_utility.set_location('Entering:'|| l_proc, 10);
664: --
665: ben_cpy_shd.lck
666: (
667: p_popl_yr_perd_id => p_popl_yr_perd_id

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

667: p_popl_yr_perd_id => p_popl_yr_perd_id
668: ,p_object_version_number => p_object_version_number
669: );
670: --
671: hr_utility.set_location(' Leaving:'||l_proc, 70);
672: --
673: end lck;
674: --
675: end ben_POPL_YR_PERD_api;