DBA Data[Home] [Help]

APPS.BEN_BATCH_ACTN_ITEM_INFO_API dependencies on HR_UTILITY

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

31: l_object_version_number ben_batch_actn_item_info.object_version_number%TYPE;
32: --
33: begin
34: --
35: hr_utility.set_location('Entering:'|| l_proc, 10);
36: --
37: -- Issue a savepoint if operating in validation only mode
38: --
39: savepoint create_batch_actn_item_info;

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

37: -- Issue a savepoint if operating in validation only mode
38: --
39: savepoint create_batch_actn_item_info;
40: --
41: hr_utility.set_location(l_proc, 20);
42: --
43: -- Process Logic
44: --
45: begin

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

113: -- End of API User Hook for the after hook of create_batch_actn_item_info
114: --
115: end;
116: --
117: hr_utility.set_location(l_proc, 60);
118: --
119: -- When in validation only mode raise the Validate_Enabled exception
120: --
121: if p_validate then

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

126: --
127: p_batch_actn_item_id := l_batch_actn_item_id;
128: p_object_version_number := l_object_version_number;
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 70);
131: --
132: exception
133: --
134: when hr_api.validate_enabled then

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

143: -- when validation only mode is being used.)
144: --
145: p_batch_actn_item_id := null;
146: p_object_version_number := null;
147: hr_utility.set_location(' Leaving:'||l_proc, 80);
148: --
149: when others then
150: --
151: -- A validation or unexpected error has occured

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

179: l_object_version_number ben_batch_actn_item_info.object_version_number%TYPE;
180: --
181: begin
182: --
183: hr_utility.set_location('Entering:'|| l_proc, 10);
184: --
185: -- Issue a savepoint if operating in validation only mode
186: --
187: savepoint update_batch_actn_item_info;

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

185: -- Issue a savepoint if operating in validation only mode
186: --
187: savepoint update_batch_actn_item_info;
188: --
189: hr_utility.set_location(l_proc, 20);
190: --
191: -- Process Logic
192: --
193: l_object_version_number := p_object_version_number;

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

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

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

276: -- Set all output arguments
277: --
278: p_object_version_number := l_object_version_number;
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 70);
281: --
282: exception
283: --
284: when hr_api.validate_enabled then

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

291: -- Only set output warning arguments
292: -- (Any key or derived arguments must be set to null
293: -- when validation only mode is being used.)
294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 80);
296: --
297: when others then
298: --
299: -- A validation or unexpected error has occured

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

319: l_object_version_number ben_batch_actn_item_info.object_version_number%TYPE;
320: --
321: begin
322: --
323: hr_utility.set_location('Entering:'|| l_proc, 10);
324: --
325: -- Issue a savepoint if operating in validation only mode
326: --
327: savepoint delete_batch_actn_item_info;

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

325: -- Issue a savepoint if operating in validation only mode
326: --
327: savepoint delete_batch_actn_item_info;
328: --
329: hr_utility.set_location(l_proc, 20);
330: --
331: -- Process Logic
332: --
333: l_object_version_number := p_object_version_number;

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

381: -- End of API User Hook for the after hook of delete_batch_actn_item_info
382: --
383: end;
384: --
385: hr_utility.set_location(l_proc, 60);
386: --
387: -- When in validation only mode raise the Validate_Enabled exception
388: --
389: if p_validate then

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

389: if p_validate then
390: raise hr_api.validate_enabled;
391: end if;
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 70);
394: --
395: exception
396: --
397: when hr_api.validate_enabled then

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

431: l_proc varchar2(72) := g_package||'lck';
432: --
433: begin
434: --
435: hr_utility.set_location('Entering:'|| l_proc, 10);
436: --
437: ben_bai_shd.lck
438: (
439: p_batch_actn_item_id => p_batch_actn_item_id

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

439: p_batch_actn_item_id => p_batch_actn_item_id
440: ,p_object_version_number => p_object_version_number
441: );
442: --
443: hr_utility.set_location(' Leaving:'||l_proc, 70);
444: --
445: end lck;
446: --
447: end ben_batch_actn_item_info_api;