DBA Data[Home] [Help]

APPS.BEN_PER_CM_PRVDD_API dependencies on HR_UTILITY

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

75: l_object_version_number ben_per_cm_prvdd_f.object_version_number%TYPE;
76: --
77: begin
78: --
79: hr_utility.set_location('Entering:'|| l_proc, 10);
80: --
81: -- Issue a savepoint if operating in validation only mode
82: --
83: savepoint create_PER_CM_PRVDD;

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

81: -- Issue a savepoint if operating in validation only mode
82: --
83: savepoint create_PER_CM_PRVDD;
84: --
85: hr_utility.set_location(l_proc, 20);
86: --
87: -- Process Logic
88: --
89: begin

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

281: -- End of API User Hook for the after hook of create_PER_CM_PRVDD
282: --
283: end;
284: --
285: hr_utility.set_location(l_proc, 60);
286: --
287: -- When in validation only mode raise the Validate_Enabled exception
288: --
289: if p_validate then

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

296: p_effective_start_date := l_effective_start_date;
297: p_effective_end_date := l_effective_end_date;
298: p_object_version_number := l_object_version_number;
299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 70);
301: --
302: exception
303: --
304: when hr_api.validate_enabled then

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

315: p_per_cm_prvdd_id := null;
316: p_effective_start_date := null;
317: p_effective_end_date := null;
318: p_object_version_number := null;
319: hr_utility.set_location(' Leaving:'||l_proc, 80);
320: --
321: when others then
322: --
323: -- A validation or unexpected error has occured

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

326: p_per_cm_prvdd_id := null;
327: p_effective_start_date := null;
328: p_effective_end_date := null;
329: p_object_version_number := null;
330: hr_utility.set_location(' Leaving:'||l_proc, 90);
331: raise;
332: --
333: end create_PER_CM_PRVDD;
334: -- ----------------------------------------------------------------------------

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

876: l_effective_end_date ben_per_cm_prvdd_f.effective_end_date%TYPE;
877: --
878: begin
879: --
880: hr_utility.set_location('Entering:'|| l_proc, 10);
881: --
882: -- Issue a savepoint if operating in validation only mode
883: --
884: savepoint update_PER_CM_PRVDD;

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

882: -- Issue a savepoint if operating in validation only mode
883: --
884: savepoint update_PER_CM_PRVDD;
885: --
886: hr_utility.set_location(l_proc, 20);
887: --
888: -- Process Logic
889: --
890: l_object_version_number := p_object_version_number;

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

1089: -- End of API User Hook for the after hook of update_PER_CM_PRVDD
1090: --
1091: end;
1092: --
1093: hr_utility.set_location(l_proc, 60);
1094: --
1095: -- When in validation only mode raise the Validate_Enabled exception
1096: --
1097: if p_validate then

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

1103: p_object_version_number := l_object_version_number;
1104: p_effective_start_date := l_effective_start_date;
1105: p_effective_end_date := l_effective_end_date;
1106: --
1107: hr_utility.set_location(' Leaving:'||l_proc, 70);
1108: --
1109: exception
1110: --
1111: when hr_api.validate_enabled then

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

1118: -- Only set output warning arguments
1119: -- (Any key or derived arguments must be set to null
1120: -- when validation only mode is being used.)
1121: --
1122: hr_utility.set_location(' Leaving:'||l_proc, 80);
1123: --
1124: when others then
1125: --
1126: -- A validation or unexpected error has occured

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

1127: --
1128: ROLLBACK TO update_PER_CM_PRVDD;
1129: p_effective_start_date := null;
1130: p_effective_end_date := null;
1131: hr_utility.set_location(' Leaving:'||l_proc, 90);
1132: raise;
1133: --
1134: end update_PER_CM_PRVDD;
1135: -- ----------------------------------------------------------------------------

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

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

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

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

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

1219: -- End of API User Hook for the after hook of delete_PER_CM_PRVDD
1220: --
1221: end;
1222: --
1223: hr_utility.set_location(l_proc, 60);
1224: --
1225: -- When in validation only mode raise the Validate_Enabled exception
1226: --
1227: if p_validate then

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

1227: if p_validate then
1228: raise hr_api.validate_enabled;
1229: end if;
1230: --
1231: hr_utility.set_location(' Leaving:'||l_proc, 70);
1232: --
1233: exception
1234: --
1235: when hr_api.validate_enabled then

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

1276: l_validation_end_date date;
1277: --
1278: begin
1279: --
1280: hr_utility.set_location('Entering:'|| l_proc, 10);
1281: --
1282: ben_pcd_shd.lck
1283: (p_per_cm_prvdd_id => p_per_cm_prvdd_id
1284: ,p_validation_start_date => l_validation_start_date

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

1286: ,p_object_version_number => p_object_version_number
1287: ,p_effective_date => p_effective_date
1288: ,p_datetrack_mode => p_datetrack_mode);
1289: --
1290: hr_utility.set_location(' Leaving:'||l_proc, 70);
1291: --
1292: end lck;
1293: --
1294: end ben_PER_CM_PRVDD_api;