DBA Data[Home] [Help]

APPS.BEN_COMM_DLVRY_MTHDS_API dependencies on HR_UTILITY

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

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

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

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

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

225: -- End of API User Hook for the after hook of create_Comm_Dlvry_Mthds
226: --
227: end;
228: --
229: hr_utility.set_location(l_proc, 60);
230: --
231: -- When in validation only mode raise the Validate_Enabled exception
232: --
233: if p_validate then

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

238: --
239: p_cm_dlvry_mthd_typ_id := l_cm_dlvry_mthd_typ_id;
240: p_object_version_number := l_object_version_number;
241: --
242: hr_utility.set_location(' Leaving:'||l_proc, 70);
243: --
244: exception
245: --
246: when hr_api.validate_enabled then

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

255: -- when validation only mode is being used.)
256: --
257: p_cm_dlvry_mthd_typ_id := null;
258: p_object_version_number := null;
259: hr_utility.set_location(' Leaving:'||l_proc, 80);
260: --
261: when others then
262: --
263: -- A validation or unexpected error has occured

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

319: l_object_version_number ben_cm_dlvry_mthd_typ.object_version_number%TYPE;
320: --
321: begin
322: --
323: hr_utility.set_location('Entering:'|| l_proc, 10);
324: --
325: -- Issue a savepoint if operating in validation only mode
326: --
327: savepoint update_Comm_Dlvry_Mthds;

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

325: -- Issue a savepoint if operating in validation only mode
326: --
327: savepoint update_Comm_Dlvry_Mthds;
328: --
329: hr_utility.set_location(l_proc, 20);
330: --
331: -- Process Logic
332: --
333: l_object_version_number := p_object_version_number;

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

488: -- End of API User Hook for the after hook of update_Comm_Dlvry_Mthds
489: --
490: end;
491: --
492: hr_utility.set_location(l_proc, 60);
493: --
494: -- When in validation only mode raise the Validate_Enabled exception
495: --
496: if p_validate then

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

500: -- Set all output arguments
501: --
502: p_object_version_number := l_object_version_number;
503: --
504: hr_utility.set_location(' Leaving:'||l_proc, 70);
505: --
506: exception
507: --
508: when hr_api.validate_enabled then

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

515: -- Only set output warning arguments
516: -- (Any key or derived arguments must be set to null
517: -- when validation only mode is being used.)
518: --
519: hr_utility.set_location(' Leaving:'||l_proc, 80);
520: --
521: when others then
522: --
523: -- A validation or unexpected error has occured

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

545: l_object_version_number ben_cm_dlvry_mthd_typ.object_version_number%TYPE;
546: --
547: begin
548: --
549: hr_utility.set_location('Entering:'|| l_proc, 10);
550: --
551: -- Issue a savepoint if operating in validation only mode
552: --
553: savepoint delete_Comm_Dlvry_Mthds;

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

551: -- Issue a savepoint if operating in validation only mode
552: --
553: savepoint delete_Comm_Dlvry_Mthds;
554: --
555: hr_utility.set_location(l_proc, 20);
556: --
557: -- Process Logic
558: --
559: l_object_version_number := p_object_version_number;

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

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

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

615: if p_validate then
616: raise hr_api.validate_enabled;
617: end if;
618: --
619: hr_utility.set_location(' Leaving:'||l_proc, 70);
620: --
621: exception
622: --
623: 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_cmt_shd.lck
666: (
667: p_cm_dlvry_mthd_typ_id => p_cm_dlvry_mthd_typ_id

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

667: p_cm_dlvry_mthd_typ_id => p_cm_dlvry_mthd_typ_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_Comm_Dlvry_Mthds_api;