DBA Data[Home] [Help]

APPS.BEN_DSGN_RQMT_RLSHP_TYP_API dependencies on HR_UTILITY

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

57: l_object_version_number ben_dsgn_rqmt_rlshp_typ.object_version_number%TYPE;
58: --
59: begin
60: --
61: hr_utility.set_location('Entering:'|| l_proc, 10);
62: --
63: -- Issue a savepoint if operating in validation only mode
64: --
65: savepoint create_DSGN_RQMT_RLSHP_TYP;

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

63: -- Issue a savepoint if operating in validation only mode
64: --
65: savepoint create_DSGN_RQMT_RLSHP_TYP;
66: --
67: hr_utility.set_location(l_proc, 20);
68: --
69: -- Process Logic
70: --
71: begin

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

217: -- End of API User Hook for the after hook of create_DSGN_RQMT_RLSHP_TYP
218: --
219: end;
220: --
221: hr_utility.set_location(l_proc, 60);
222: --
223: -- When in validation only mode raise the Validate_Enabled exception
224: --
225: if p_validate then

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

230: --
231: p_dsgn_rqmt_rlshp_typ_id := l_dsgn_rqmt_rlshp_typ_id;
232: p_object_version_number := l_object_version_number;
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 70);
235: --
236: exception
237: --
238: when hr_api.validate_enabled then

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

247: -- when validation only mode is being used.)
248: --
249: p_dsgn_rqmt_rlshp_typ_id := null;
250: p_object_version_number := null;
251: hr_utility.set_location(' Leaving:'||l_proc, 80);
252: --
253: when others then
254: --
255: -- A validation or unexpected error has occured

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

314: l_object_version_number ben_dsgn_rqmt_rlshp_typ.object_version_number%TYPE;
315: --
316: begin
317: --
318: hr_utility.set_location('Entering:'|| l_proc, 10);
319: --
320: -- Issue a savepoint if operating in validation only mode
321: --
322: savepoint update_DSGN_RQMT_RLSHP_TYP;

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

320: -- Issue a savepoint if operating in validation only mode
321: --
322: savepoint update_DSGN_RQMT_RLSHP_TYP;
323: --
324: hr_utility.set_location(l_proc, 20);
325: --
326: -- Process Logic
327: --
328: l_object_version_number := p_object_version_number;

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

477: -- End of API User Hook for the after hook of update_DSGN_RQMT_RLSHP_TYP
478: --
479: end;
480: --
481: hr_utility.set_location(l_proc, 60);
482: --
483: -- When in validation only mode raise the Validate_Enabled exception
484: --
485: if p_validate then

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

489: -- Set all output arguments
490: --
491: p_object_version_number := l_object_version_number;
492: --
493: hr_utility.set_location(' Leaving:'||l_proc, 70);
494: --
495: exception
496: --
497: when hr_api.validate_enabled then

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

504: -- Only set output warning arguments
505: -- (Any key or derived arguments must be set to null
506: -- when validation only mode is being used.)
507: --
508: hr_utility.set_location(' Leaving:'||l_proc, 80);
509: --
510: when others then
511: --
512: -- A validation or unexpected error has occured

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

532: l_object_version_number ben_dsgn_rqmt_rlshp_typ.object_version_number%TYPE;
533: --
534: begin
535: --
536: hr_utility.set_location('Entering:'|| l_proc, 10);
537: --
538: -- Issue a savepoint if operating in validation only mode
539: --
540: savepoint delete_DSGN_RQMT_RLSHP_TYP;

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

538: -- Issue a savepoint if operating in validation only mode
539: --
540: savepoint delete_DSGN_RQMT_RLSHP_TYP;
541: --
542: hr_utility.set_location(l_proc, 20);
543: --
544: -- Process Logic
545: --
546: l_object_version_number := p_object_version_number;

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

594: -- End of API User Hook for the after hook of delete_DSGN_RQMT_RLSHP_TYP
595: --
596: end;
597: --
598: hr_utility.set_location(l_proc, 60);
599: --
600: -- When in validation only mode raise the Validate_Enabled exception
601: --
602: if p_validate then

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

602: if p_validate then
603: raise hr_api.validate_enabled;
604: end if;
605: --
606: hr_utility.set_location(' Leaving:'||l_proc, 70);
607: --
608: exception
609: --
610: when hr_api.validate_enabled then

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

644: l_proc varchar2(72) := g_package||'lck';
645: --
646: begin
647: --
648: hr_utility.set_location('Entering:'|| l_proc, 10);
649: --
650: ben_drr_shd.lck
651: (
652: p_dsgn_rqmt_rlshp_typ_id => p_dsgn_rqmt_rlshp_typ_id

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

652: p_dsgn_rqmt_rlshp_typ_id => p_dsgn_rqmt_rlshp_typ_id
653: ,p_object_version_number => p_object_version_number
654: );
655: --
656: hr_utility.set_location(' Leaving:'||l_proc, 70);
657: --
658: end lck;
659: --
660: end ben_DSGN_RQMT_RLSHP_TYP_api;