DBA Data[Home] [Help]

APPS.BEN_PER_CM_API dependencies on HR_UTILITY

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

72: l_object_version_number ben_per_cm_f.object_version_number%TYPE;
73: --
74: begin
75: --
76: hr_utility.set_location('Entering:'|| l_proc, 10);
77: --
78: -- Issue a savepoint if operating in validation only mode
79: --
80: savepoint create_PER_CM;

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

78: -- Issue a savepoint if operating in validation only mode
79: --
80: savepoint create_PER_CM;
81: --
82: hr_utility.set_location(l_proc, 20);
83: --
84: -- Process Logic
85: --
86: begin

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

266: -- End of API User Hook for the after hook of create_PER_CM
267: --
268: end;
269: --
270: hr_utility.set_location(l_proc, 60);
271: --
272: -- When in validation only mode raise the Validate_Enabled exception
273: --
274: if p_validate then

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

281: p_effective_start_date := l_effective_start_date;
282: p_effective_end_date := l_effective_end_date;
283: p_object_version_number := l_object_version_number;
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 70);
286: --
287: exception
288: --
289: when hr_api.validate_enabled then

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

300: p_per_cm_id := null;
301: p_effective_start_date := null;
302: p_effective_end_date := null;
303: p_object_version_number := null;
304: hr_utility.set_location(' Leaving:'||l_proc, 80);
305: --
306: when others then
307: --
308: -- A validation or unexpected error has occured

Line 315: hr_utility.set_location(' Leaving:'||l_proc, 90);

311: p_per_cm_id := null;
312: p_effective_start_date := null;
313: p_effective_end_date := null;
314: p_object_version_number := null;
315: hr_utility.set_location(' Leaving:'||l_proc, 90);
316: raise;
317: --
318: end create_PER_CM;
319: --

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

731: -- End of API User Hook for the after hook of create_PER_CM
732: --
733: end;
734: --
735: hr_utility.set_location(l_proc, 60);
736: --
737: -- When in validation only mode raise the Validate_Enabled exception
738: --
739: if p_validate then

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

746: p_effective_start_date := l_effective_start_date;
747: p_effective_end_date := l_effective_end_date;
748: p_object_version_number := l_object_version_number;
749: --
750: hr_utility.set_location(' Leaving:'||l_proc, 70);
751: --
752: exception
753: --
754: when hr_api.validate_enabled then

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

765: p_per_cm_id := null;
766: p_effective_start_date := null;
767: p_effective_end_date := null;
768: p_object_version_number := null;
769: hr_utility.set_location(' Leaving:'||l_proc, 80);
770: --
771: when others then
772: --
773: -- A validation or unexpected error has occured

Line 780: hr_utility.set_location(' Leaving:'||l_proc, 90);

776: p_per_cm_id := null;
777: p_effective_start_date := null;
778: p_effective_end_date := null;
779: p_object_version_number := null;
780: hr_utility.set_location(' Leaving:'||l_proc, 90);
781: raise;
782: --
783: end create_PER_CM_perf;
784: -- ----------------------------------------------------------------------------

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

847: l_effective_end_date ben_per_cm_f.effective_end_date%TYPE;
848: --
849: begin
850: --
851: hr_utility.set_location('Entering:'|| l_proc, 10);
852: --
853: -- Issue a savepoint if operating in validation only mode
854: --
855: savepoint update_PER_CM;

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

853: -- Issue a savepoint if operating in validation only mode
854: --
855: savepoint update_PER_CM;
856: --
857: hr_utility.set_location(l_proc, 20);
858: --
859: -- Process Logic
860: --
861: l_object_version_number := p_object_version_number;

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

1048: -- End of API User Hook for the after hook of update_PER_CM
1049: --
1050: end;
1051: --
1052: hr_utility.set_location(l_proc, 60);
1053: --
1054: -- When in validation only mode raise the Validate_Enabled exception
1055: --
1056: if p_validate then

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

1062: p_object_version_number := l_object_version_number;
1063: p_effective_start_date := l_effective_start_date;
1064: p_effective_end_date := l_effective_end_date;
1065: --
1066: hr_utility.set_location(' Leaving:'||l_proc, 70);
1067: --
1068: exception
1069: --
1070: when hr_api.validate_enabled then

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

1077: -- Only set output warning arguments
1078: -- (Any key or derived arguments must be set to null
1079: -- when validation only mode is being used.)
1080: --
1081: hr_utility.set_location(' Leaving:'||l_proc, 80);
1082: --
1083: when others then
1084: --
1085: -- A validation or unexpected error has occured

Line 1090: hr_utility.set_location(' Leaving:'||l_proc, 90);

1086: --
1087: ROLLBACK TO update_PER_CM;
1088: p_effective_start_date := null;
1089: p_effective_end_date := null;
1090: hr_utility.set_location(' Leaving:'||l_proc, 90);
1091: raise;
1092: --
1093: end update_PER_CM;
1094: -- ----------------------------------------------------------------------------

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

1151: l_effective_end_date ben_per_cm_f.effective_end_date%TYPE;
1152: --
1153: begin
1154: --
1155: hr_utility.set_location('Entering:'|| l_proc, 10);
1156: --
1157: -- Issue a savepoint if operating in validation only mode
1158: --
1159: savepoint delete_PER_CM;

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

1157: -- Issue a savepoint if operating in validation only mode
1158: --
1159: savepoint delete_PER_CM;
1160: --
1161: hr_utility.set_location(l_proc, 20);
1162: --
1163: -- Process Logic
1164: --
1165: l_object_version_number := p_object_version_number;

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

1288: -- End of API User Hook for the after hook of delete_PER_CM
1289: --
1290: end;
1291: --
1292: hr_utility.set_location(l_proc, 60);
1293: --
1294: -- When in validation only mode raise the Validate_Enabled exception
1295: --
1296: if p_validate then

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

1296: if p_validate then
1297: raise hr_api.validate_enabled;
1298: end if;
1299: --
1300: hr_utility.set_location(' Leaving:'||l_proc, 70);
1301: --
1302: exception
1303: --
1304: when hr_api.validate_enabled then

Line 1325: hr_utility.set_location(' Leaving:'||l_proc, 90);

1321: --
1322: ROLLBACK TO delete_PER_CM;
1323: p_effective_start_date := null;
1324: p_effective_end_date := null;
1325: hr_utility.set_location(' Leaving:'||l_proc, 90);
1326: raise;
1327: --
1328: end delete_PER_CM;
1329: --

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

1347: l_validation_end_date date;
1348: --
1349: begin
1350: --
1351: hr_utility.set_location('Entering:'|| l_proc, 10);
1352: --
1353: ben_pcm_shd.lck
1354: (p_per_cm_id => p_per_cm_id
1355: ,p_validation_start_date => l_validation_start_date

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

1357: ,p_object_version_number => p_object_version_number
1358: ,p_effective_date => p_effective_date
1359: ,p_datetrack_mode => p_datetrack_mode);
1360: --
1361: hr_utility.set_location(' Leaving:'||l_proc, 70);
1362: --
1363: end lck;
1364: --
1365: procedure create_PER_CM_W