DBA Data[Home] [Help]

APPS.PER_REC_ACTIVITY_FOR_API dependencies on HR_UTILITY

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

26: l_rec_activity_for_id number;
27: l_object_version_number number;
28:
29: begin
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint create_rec_activity_for;

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

93: --
94: p_rec_activity_for_id := l_rec_activity_for_id;
95: p_object_version_number := l_object_version_number;
96: --
97: hr_utility.set_location(' Leaving:'||l_proc, 70);
98: exception
99: when hr_api.validate_enabled then
100: --
101: -- As the Validate_Enabled exception has been raised

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

108: -- when validation only mode is being used.)
109: --
110: p_rec_activity_for_id := null;
111: p_object_version_number := null;
112: hr_utility.set_location(' Leaving:'||l_proc, 80);
113: when others then
114: --
115: -- A validation or unexpected error has occured
116: --

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

116: --
117: p_rec_activity_for_id := null;
118: p_object_version_number := null;
119: rollback to CREATE_REC_ACTIVITY_FOR;
120: hr_utility.set_location(' Leaving:'||l_proc, 90);
121: raise;
122: end CREATE_REC_ACTIVITY_FOR;
123: --
124: -- ----------------------------------------------------------------------------

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

139: l_proc varchar2(72) := g_package||'update_REC_ACTIVITY_FOR';
140: l_object_version_number number := p_object_version_number;
141: l_temp_ovn number := p_object_version_number;
142: begin
143: hr_utility.set_location('Entering:'|| l_proc, 10);
144: --
145: -- Issue a savepoint
146: --
147: savepoint UPDATE_REC_ACTIVITY_FOR;

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

204: -- Set all output arguments
205: --
206: p_object_version_number := l_object_version_number;
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 70);
209: exception
210: when hr_api.validate_enabled then
211: --
212: -- As the Validate_Enabled exception has been raised

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

217: -- Only set output warning arguments
218: -- (Any key or derived arguments must be set to null
219: -- when validation only mode is being used.)
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 80);
222: when others then
223: --
224: -- A validation or unexpected error has occured
225: --

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

224: -- A validation or unexpected error has occured
225: --
226: p_object_version_number := l_temp_ovn;
227: rollback to UPDATE_REC_ACTIVITY_FOR;
228: hr_utility.set_location(' Leaving:'||l_proc, 90);
229: raise;
230: end UPDATE_REC_ACTIVITY_FOR;
231: --
232: -- ----------------------------------------------------------------------------

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

243: --
244:
245: l_proc varchar2(72) := g_package||'delete_REC_ACTIVITY_FOR';
246: begin
247: hr_utility.set_location('Entering:'|| l_proc, 10);
248: --
249: -- Issue a savepoint
250: --
251: savepoint DELETE_REC_ACTIVITY_FOR;

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

303: --
304: -- Set all output arguments
305: --
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 70);
308: exception
309: when hr_api.validate_enabled then
310: --
311: -- As the Validate_Enabled exception has been raised

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

316: -- Only set output warning arguments
317: -- (Any key or derived arguments must be set to null
318: -- when validation only mode is being used.)
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 80);
321: when others then
322: --
323: -- A validation or unexpected error has occured
324: --

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

322: --
323: -- A validation or unexpected error has occured
324: --
325: rollback to DELETE_REC_ACTIVITY_FOR;
326: hr_utility.set_location(' Leaving:'||l_proc, 90);
327: raise;
328: end DELETE_REC_ACTIVITY_FOR;
329: --
330: end PER_REC_ACTIVITY_FOR_API;