DBA Data[Home] [Help]

APPS.BEN_CM_TYP_USG_API dependencies on HR_UTILITY

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

68: l_object_version_number ben_cm_typ_usg_f.object_version_number%TYPE;
69: --
70: begin
71: --
72: hr_utility.set_location('Entering:'|| l_proc, 10);
73: --
74: -- Issue a savepoint if operating in validation only mode
75: --
76: savepoint create_cm_typ_usg;

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

74: -- Issue a savepoint if operating in validation only mode
75: --
76: savepoint create_cm_typ_usg;
77: --
78: hr_utility.set_location(l_proc, 20);
79: --
80: -- Process Logic
81: --
82: begin

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

253: -- End of API User Hook for the after hook of create_cm_typ_usg
254: --
255: end;
256: --
257: hr_utility.set_location(l_proc, 60);
258: --
259: -- When in validation only mode raise the Validate_Enabled exception
260: --
261: if p_validate then

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

268: p_effective_start_date := l_effective_start_date;
269: p_effective_end_date := l_effective_end_date;
270: p_object_version_number := l_object_version_number;
271: --
272: hr_utility.set_location(' Leaving:'||l_proc, 70);
273: --
274: exception
275: --
276: when hr_api.validate_enabled then

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

287: p_cm_typ_usg_id := null;
288: p_effective_start_date := null;
289: p_effective_end_date := null;
290: p_object_version_number := null;
291: hr_utility.set_location(' Leaving:'||l_proc, 80);
292: --
293: when others then
294: --
295: -- A validation or unexpected error has occured

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

365: l_effective_end_date ben_cm_typ_usg_f.effective_end_date%TYPE;
366: --
367: begin
368: --
369: hr_utility.set_location('Entering:'|| l_proc, 10);
370: --
371: -- Issue a savepoint if operating in validation only mode
372: --
373: savepoint update_cm_typ_usg;

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

371: -- Issue a savepoint if operating in validation only mode
372: --
373: savepoint update_cm_typ_usg;
374: --
375: hr_utility.set_location(l_proc, 20);
376: --
377: -- Process Logic
378: --
379: l_object_version_number := p_object_version_number;

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

557: -- End of API User Hook for the after hook of update_cm_typ_usg
558: --
559: end;
560: --
561: hr_utility.set_location(l_proc, 60);
562: --
563: -- When in validation only mode raise the Validate_Enabled exception
564: --
565: if p_validate then

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

571: p_object_version_number := l_object_version_number;
572: p_effective_start_date := l_effective_start_date;
573: p_effective_end_date := l_effective_end_date;
574: --
575: hr_utility.set_location(' Leaving:'||l_proc, 70);
576: --
577: exception
578: --
579: when hr_api.validate_enabled then

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

588: -- when validation only mode is being used.)
589: --
590: p_effective_start_date := null;
591: p_effective_end_date := null;
592: hr_utility.set_location(' Leaving:'||l_proc, 80);
593: --
594: when others then
595: --
596: -- A validation or unexpected error has occured

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

622: l_effective_end_date ben_cm_typ_usg_f.effective_end_date%TYPE;
623: --
624: begin
625: --
626: hr_utility.set_location('Entering:'|| l_proc, 10);
627: --
628: -- Issue a savepoint if operating in validation only mode
629: --
630: savepoint delete_cm_typ_usg;

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

628: -- Issue a savepoint if operating in validation only mode
629: --
630: savepoint delete_cm_typ_usg;
631: --
632: hr_utility.set_location(l_proc, 20);
633: --
634: -- Process Logic
635: --
636: l_object_version_number := p_object_version_number;

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

689: -- End of API User Hook for the after hook of delete_cm_typ_usg
690: --
691: end;
692: --
693: hr_utility.set_location(l_proc, 60);
694: --
695: -- When in validation only mode raise the Validate_Enabled exception
696: --
697: if p_validate then

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

697: if p_validate then
698: raise hr_api.validate_enabled;
699: end if;
700: --
701: hr_utility.set_location(' Leaving:'||l_proc, 70);
702: --
703: exception
704: --
705: when hr_api.validate_enabled then

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

747: l_validation_end_date date;
748: --
749: begin
750: --
751: hr_utility.set_location('Entering:'|| l_proc, 10);
752: --
753: ben_ctu_shd.lck
754: (p_cm_typ_usg_id => p_cm_typ_usg_id
755: ,p_validation_start_date => l_validation_start_date

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

757: ,p_object_version_number => p_object_version_number
758: ,p_effective_date => p_effective_date
759: ,p_datetrack_mode => p_datetrack_mode);
760: --
761: hr_utility.set_location(' Leaving:'||l_proc, 70);
762: --
763: end lck;
764: --
765: end ben_cm_typ_usg_api;