DBA Data[Home] [Help]

APPS.BEN_BATCH_LER_INFO_API dependencies on HR_UTILITY

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

40: l_object_version_number ben_batch_ler_info.object_version_number%TYPE;
41: --
42: begin
43: --
44: hr_utility.set_location('Entering:'|| l_proc, 10);
45: --
46: -- Issue a savepoint if operating in validation only mode
47: --
48: savepoint create_batch_ler_info;

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

46: -- Issue a savepoint if operating in validation only mode
47: --
48: savepoint create_batch_ler_info;
49: --
50: hr_utility.set_location(l_proc, 20);
51: --
52: -- Process Logic
53: --
54: begin

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

149: -- End of API User Hook for the after hook of create_batch_ler_info
150: --
151: end;
152: --
153: hr_utility.set_location(l_proc, 60);
154: --
155: -- When in validation only mode raise the Validate_Enabled exception
156: --
157: if p_validate then

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

162: --
163: p_batch_ler_id := l_batch_ler_id;
164: p_object_version_number := l_object_version_number;
165: --
166: hr_utility.set_location(' Leaving:'||l_proc, 70);
167: --
168: exception
169: --
170: when hr_api.validate_enabled then

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

179: -- when validation only mode is being used.)
180: --
181: p_batch_ler_id := null;
182: p_object_version_number := null;
183: hr_utility.set_location(' Leaving:'||l_proc, 80);
184: --
185: when others then
186: --
187: -- A validation or unexpected error has occured

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

226: l_object_version_number ben_batch_ler_info.object_version_number%TYPE;
227: --
228: begin
229: --
230: hr_utility.set_location('Entering:'|| l_proc, 10);
231: --
232: -- Issue a savepoint if operating in validation only mode
233: --
234: savepoint update_batch_ler_info;

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

232: -- Issue a savepoint if operating in validation only mode
233: --
234: savepoint update_batch_ler_info;
235: --
236: hr_utility.set_location(l_proc, 20);
237: --
238: -- Process Logic
239: --
240: l_object_version_number := p_object_version_number;

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

339: -- End of API User Hook for the after hook of update_batch_ler_info
340: --
341: end;
342: --
343: hr_utility.set_location(l_proc, 60);
344: --
345: -- When in validation only mode raise the Validate_Enabled exception
346: --
347: if p_validate then

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

351: -- Set all output arguments
352: --
353: p_object_version_number := l_object_version_number;
354: --
355: hr_utility.set_location(' Leaving:'||l_proc, 70);
356: --
357: exception
358: --
359: when hr_api.validate_enabled then

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

366: -- Only set output warning arguments
367: -- (Any key or derived arguments must be set to null
368: -- when validation only mode is being used.)
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 80);
371: --
372: when others then
373: --
374: -- A validation or unexpected error has occured

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

393: l_object_version_number ben_batch_ler_info.object_version_number%TYPE;
394: --
395: begin
396: --
397: hr_utility.set_location('Entering:'|| l_proc, 10);
398: --
399: -- Issue a savepoint if operating in validation only mode
400: --
401: savepoint delete_batch_ler_info;

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

399: -- Issue a savepoint if operating in validation only mode
400: --
401: savepoint delete_batch_ler_info;
402: --
403: hr_utility.set_location(l_proc, 20);
404: --
405: -- Process Logic
406: --
407: l_object_version_number := p_object_version_number;

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

453: -- End of API User Hook for the after hook of delete_batch_ler_info
454: --
455: end;
456: --
457: hr_utility.set_location(l_proc, 60);
458: --
459: -- When in validation only mode raise the Validate_Enabled exception
460: --
461: if p_validate then

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

461: if p_validate then
462: raise hr_api.validate_enabled;
463: end if;
464: --
465: hr_utility.set_location(' Leaving:'||l_proc, 70);
466: --
467: exception
468: --
469: when hr_api.validate_enabled then

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

501: l_proc varchar2(72) := g_package||'lck';
502: --
503: begin
504: --
505: hr_utility.set_location('Entering:'|| l_proc, 10);
506: --
507: ben_bli_shd.lck
508: (p_batch_ler_id => p_batch_ler_id
509: ,p_object_version_number => p_object_version_number);

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

507: ben_bli_shd.lck
508: (p_batch_ler_id => p_batch_ler_id
509: ,p_object_version_number => p_object_version_number);
510: --
511: hr_utility.set_location(' Leaving:'||l_proc, 70);
512: --
513: end lck;
514: --
515: end ben_batch_ler_info_api;