DBA Data[Home] [Help]

APPS.BEN_EXT_RCD_IN_FILE_API dependencies on HR_UTILITY

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

37: l_object_version_number ben_ext_rcd_in_file.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_EXT_RCD_IN_FILE;

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

43: -- Issue a savepoint if operating in validation only mode
44: --
45: savepoint create_EXT_RCD_IN_FILE;
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_EXT_RCD_IN_FILE
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_ext_rcd_in_file_id := l_ext_rcd_in_file_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_ext_rcd_in_file_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_ext_rcd_in_file.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_EXT_RCD_IN_FILE;

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

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

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

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

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

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

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

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

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

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

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

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

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

435: -- End of API User Hook for the after hook of delete_EXT_RCD_IN_FILE
436: --
437: end;
438: --
439: hr_utility.set_location(l_proc, 60);
440: --
441: -- When in validation only mode raise the Validate_Enabled exception
442: --
443: if p_validate then

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

443: if p_validate then
444: raise hr_api.validate_enabled;
445: end if;
446: --
447: hr_utility.set_location(' Leaving:'||l_proc, 70);
448: --
449: exception
450: --
451: when hr_api.validate_enabled then

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

485: l_proc varchar2(72) := g_package||'lck';
486: --
487: begin
488: --
489: hr_utility.set_location('Entering:'|| l_proc, 10);
490: --
491: ben_xrf_shd.lck
492: (
493: p_ext_rcd_in_file_id => p_ext_rcd_in_file_id

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

493: p_ext_rcd_in_file_id => p_ext_rcd_in_file_id
494: ,p_object_version_number => p_object_version_number
495: );
496: --
497: hr_utility.set_location(' Leaving:'||l_proc, 70);
498: --
499: end lck;
500: --
501: end ben_EXT_RCD_IN_FILE_api;