DBA Data[Home] [Help]

APPS.BEN_BATCH_ELCTBL_CHC_API dependencies on HR_UTILITY

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

37: l_object_version_number ben_batch_elctbl_chc_info.object_version_number%TYPE;
38: --
39: begin
40: --
41: hr_utility.set_location('Entering:'|| l_proc, 10);
42: --
43: -- Issue a savepoint if operating in validation only mode
44: --
45: savepoint create_batch_elctbl_chc;

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

43: -- Issue a savepoint if operating in validation only mode
44: --
45: savepoint create_batch_elctbl_chc;
46: --
47: hr_utility.set_location(l_proc, 20);
48: --
49: -- Process Logic
50: --
51: begin

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

137: -- End of API User Hook for the after hook of create_batch_elctbl_chc
138: --
139: end;
140: --
141: hr_utility.set_location(l_proc, 60);
142: --
143: -- When in validation only mode raise the Validate_Enabled exception
144: --
145: if p_validate then

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

150: --
151: p_batch_elctbl_id := l_batch_elctbl_id;
152: p_object_version_number := l_object_version_number;
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 70);
155: --
156: exception
157: --
158: when hr_api.validate_enabled then

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

167: -- when validation only mode is being used.)
168: --
169: p_batch_elctbl_id := null;
170: p_object_version_number := null;
171: hr_utility.set_location(' Leaving:'||l_proc, 80);
172: --
173: when others then
174: --
175: -- A validation or unexpected error has occured

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

211: l_object_version_number ben_batch_elctbl_chc_info.object_version_number%TYPE;
212: --
213: begin
214: --
215: hr_utility.set_location('Entering:'|| l_proc, 10);
216: --
217: -- Issue a savepoint if operating in validation only mode
218: --
219: savepoint update_batch_elctbl_chc;

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

217: -- Issue a savepoint if operating in validation only mode
218: --
219: savepoint update_batch_elctbl_chc;
220: --
221: hr_utility.set_location(l_proc, 20);
222: --
223: -- Process Logic
224: --
225: l_object_version_number := p_object_version_number;

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

315: -- End of API User Hook for the after hook of update_batch_elctbl_chc
316: --
317: end;
318: --
319: hr_utility.set_location(l_proc, 60);
320: --
321: -- When in validation only mode raise the Validate_Enabled exception
322: --
323: if p_validate then

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

327: -- Set all output arguments
328: --
329: p_object_version_number := l_object_version_number;
330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 70);
332: --
333: exception
334: --
335: when hr_api.validate_enabled then

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

342: -- Only set output warning arguments
343: -- (Any key or derived arguments must be set to null
344: -- when validation only mode is being used.)
345: --
346: hr_utility.set_location(' Leaving:'||l_proc, 80);
347: --
348: when others then
349: --
350: -- A validation or unexpected error has occured

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

369: l_object_version_number ben_batch_elctbl_chc_info.object_version_number%TYPE;
370: --
371: begin
372: --
373: hr_utility.set_location('Entering:'|| l_proc, 10);
374: --
375: -- Issue a savepoint if operating in validation only mode
376: --
377: savepoint delete_batch_elctbl_chc;

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

375: -- Issue a savepoint if operating in validation only mode
376: --
377: savepoint delete_batch_elctbl_chc;
378: --
379: hr_utility.set_location(l_proc, 20);
380: --
381: -- Process Logic
382: --
383: l_object_version_number := p_object_version_number;

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

429: -- End of API User Hook for the after hook of delete_batch_elctbl_chc
430: --
431: end;
432: --
433: hr_utility.set_location(l_proc, 60);
434: --
435: -- When in validation only mode raise the Validate_Enabled exception
436: --
437: if p_validate then

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

437: if p_validate then
438: raise hr_api.validate_enabled;
439: end if;
440: --
441: hr_utility.set_location(' Leaving:'||l_proc, 70);
442: --
443: exception
444: --
445: when hr_api.validate_enabled then

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

477: l_proc varchar2(72) := g_package||'lck';
478: --
479: begin
480: --
481: hr_utility.set_location('Entering:'|| l_proc, 10);
482: --
483: ben_bec_shd.lck
484: (p_batch_elctbl_id => p_batch_elctbl_id
485: ,p_object_version_number => p_object_version_number);

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

483: ben_bec_shd.lck
484: (p_batch_elctbl_id => p_batch_elctbl_id
485: ,p_object_version_number => p_object_version_number);
486: --
487: hr_utility.set_location(' Leaving:'||l_proc, 70);
488: --
489: end lck;
490: --
491: end ben_batch_elctbl_chc_api;