DBA Data[Home] [Help]

APPS.BEN_PER_CM_USG_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_per_cm_usg_f.object_version_number%TYPE;
65: --
66: begin
67: --
68: hr_utility.set_location('Entering:'|| l_proc, 10);
69: --
70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_PER_CM_USG;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_PER_CM_USG;
73: --
74: hr_utility.set_location(l_proc, 20);
75: --
76: -- Process Logic
77: --
78: begin

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

237: -- End of API User Hook for the after hook of create_PER_CM_USG
238: --
239: end;
240: --
241: hr_utility.set_location(l_proc, 60);
242: --
243: -- When in validation only mode raise the Validate_Enabled exception
244: --
245: if p_validate then

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

252: p_effective_start_date := l_effective_start_date;
253: p_effective_end_date := l_effective_end_date;
254: p_object_version_number := l_object_version_number;
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 70);
257: --
258: exception
259: --
260: when hr_api.validate_enabled then

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

271: p_per_cm_usg_id := null;
272: p_effective_start_date := null;
273: p_effective_end_date := null;
274: p_object_version_number := null;
275: hr_utility.set_location(' Leaving:'||l_proc, 80);
276: --
277: when others then
278: --
279: -- A validation or unexpected error has occured

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

283: p_per_cm_usg_id := null;
284: p_effective_start_date := null;
285: p_effective_end_date := null;
286: p_object_version_number := null;
287: hr_utility.set_location(' Leaving:'||l_proc, 80);
288: --
289: raise;
290: --
291: end create_PER_CM_USG;

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

762: l_effective_end_date ben_per_cm_usg_f.effective_end_date%TYPE;
763: --
764: begin
765: --
766: hr_utility.set_location('Entering:'|| l_proc, 10);
767: --
768: -- Issue a savepoint if operating in validation only mode
769: --
770: savepoint update_PER_CM_USG;

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

768: -- Issue a savepoint if operating in validation only mode
769: --
770: savepoint update_PER_CM_USG;
771: --
772: hr_utility.set_location(l_proc, 20);
773: --
774: -- Process Logic
775: --
776: l_object_version_number := p_object_version_number;

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

942: -- End of API User Hook for the after hook of update_PER_CM_USG
943: --
944: end;
945: --
946: hr_utility.set_location(l_proc, 60);
947: --
948: -- When in validation only mode raise the Validate_Enabled exception
949: --
950: if p_validate then

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

956: p_object_version_number := l_object_version_number;
957: p_effective_start_date := l_effective_start_date;
958: p_effective_end_date := l_effective_end_date;
959: --
960: hr_utility.set_location(' Leaving:'||l_proc, 70);
961: --
962: exception
963: --
964: when hr_api.validate_enabled then

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

971: -- Only set output warning arguments
972: -- (Any key or derived arguments must be set to null
973: -- when validation only mode is being used.)
974: --
975: hr_utility.set_location(' Leaving:'||l_proc, 80);
976: --
977: when others then
978: --
979: -- A validation or unexpected error has occured

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

1008: l_effective_end_date ben_per_cm_usg_f.effective_end_date%TYPE;
1009: --
1010: begin
1011: --
1012: hr_utility.set_location('Entering:'|| l_proc, 10);
1013: --
1014: -- Issue a savepoint if operating in validation only mode
1015: --
1016: savepoint delete_PER_CM_USG;

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

1014: -- Issue a savepoint if operating in validation only mode
1015: --
1016: savepoint delete_PER_CM_USG;
1017: --
1018: hr_utility.set_location(l_proc, 20);
1019: --
1020: -- Process Logic
1021: --
1022: l_object_version_number := p_object_version_number;

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

1075: -- End of API User Hook for the after hook of delete_PER_CM_USG
1076: --
1077: end;
1078: --
1079: hr_utility.set_location(l_proc, 60);
1080: --
1081: -- When in validation only mode raise the Validate_Enabled exception
1082: --
1083: if p_validate then

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

1083: if p_validate then
1084: raise hr_api.validate_enabled;
1085: end if;
1086: --
1087: hr_utility.set_location(' Leaving:'||l_proc, 70);
1088: --
1089: exception
1090: --
1091: when hr_api.validate_enabled then

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

1135: l_validation_end_date date;
1136: --
1137: begin
1138: --
1139: hr_utility.set_location('Entering:'|| l_proc, 10);
1140: --
1141: ben_pcu_shd.lck
1142: (p_per_cm_usg_id => p_per_cm_usg_id
1143: ,p_validation_start_date => l_validation_start_date

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

1145: ,p_object_version_number => p_object_version_number
1146: ,p_effective_date => p_effective_date
1147: ,p_datetrack_mode => p_datetrack_mode);
1148: --
1149: hr_utility.set_location(' Leaving:'||l_proc, 70);
1150: --
1151: end lck;
1152: --
1153: end ben_PER_CM_USG_api;