DBA Data[Home] [Help]

APPS.BEN_EXT_ELMT_IN_RCD_API dependencies on HR_UTILITY

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

34: l_object_version_number ben_ext_data_elmt_in_rcd.object_version_number%TYPE;
35: --
36: begin
37: --
38: hr_utility.set_location('Entering:'|| l_proc, 10);
39: --
40: -- Issue a savepoint if operating in validation only mode
41: --
42: savepoint create_EXT_ELMT_IN_RCD;

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

40: -- Issue a savepoint if operating in validation only mode
41: --
42: savepoint create_EXT_ELMT_IN_RCD;
43: --
44: hr_utility.set_location(l_proc, 20);
45: --
46: -- Process Logic
47: --
48: begin

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

125: -- End of API User Hook for the after hook of create_EXT_ELMT_IN_RCD
126: --
127: end;
128: --
129: hr_utility.set_location(l_proc, 60);
130: --
131: -- When in validation only mode raise the Validate_Enabled exception
132: --
133: if p_validate then

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

138: --
139: p_ext_data_elmt_in_rcd_id := l_ext_data_elmt_in_rcd_id;
140: p_object_version_number := l_object_version_number;
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 70);
143: --
144: exception
145: --
146: when hr_api.validate_enabled then

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

155: -- when validation only mode is being used.)
156: --
157: p_ext_data_elmt_in_rcd_id := null;
158: p_object_version_number := null;
159: hr_utility.set_location(' Leaving:'||l_proc, 80);
160: --
161: when others then
162: --
163: -- A validation or unexpected error has occured

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

194: l_object_version_number ben_ext_data_elmt_in_rcd.object_version_number%TYPE;
195: --
196: begin
197: --
198: hr_utility.set_location('Entering:'|| l_proc, 10);
199: --
200: -- Issue a savepoint if operating in validation only mode
201: --
202: savepoint update_EXT_ELMT_IN_RCD;

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

200: -- Issue a savepoint if operating in validation only mode
201: --
202: savepoint update_EXT_ELMT_IN_RCD;
203: --
204: hr_utility.set_location(l_proc, 20);
205: --
206: -- Process Logic
207: --
208: l_object_version_number := p_object_version_number;

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

288: -- End of API User Hook for the after hook of update_EXT_ELMT_IN_RCD
289: --
290: end;
291: --
292: hr_utility.set_location(l_proc, 60);
293: --
294: -- When in validation only mode raise the Validate_Enabled exception
295: --
296: if p_validate then

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

300: -- Set all output arguments
301: --
302: p_object_version_number := l_object_version_number;
303: --
304: hr_utility.set_location(' Leaving:'||l_proc, 70);
305: --
306: exception
307: --
308: when hr_api.validate_enabled then

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

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

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

344: l_object_version_number ben_ext_data_elmt_in_rcd.object_version_number%TYPE;
345: --
346: begin
347: --
348: hr_utility.set_location('Entering:'|| l_proc, 10);
349: --
350: -- Issue a savepoint if operating in validation only mode
351: --
352: savepoint delete_EXT_ELMT_IN_RCD;

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

350: -- Issue a savepoint if operating in validation only mode
351: --
352: savepoint delete_EXT_ELMT_IN_RCD;
353: --
354: hr_utility.set_location(l_proc, 20);
355: --
356: -- Process Logic
357: --
358: l_object_version_number := p_object_version_number;

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

409: -- End of API User Hook for the after hook of delete_EXT_ELMT_IN_RCD
410: --
411: end;
412: --
413: hr_utility.set_location(l_proc, 60);
414: --
415: -- When in validation only mode raise the Validate_Enabled exception
416: --
417: if p_validate then

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

417: if p_validate then
418: raise hr_api.validate_enabled;
419: end if;
420: --
421: hr_utility.set_location(' Leaving:'||l_proc, 70);
422: --
423: exception
424: --
425: when hr_api.validate_enabled then

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

459: l_proc varchar2(72) := g_package||'lck';
460: --
461: begin
462: --
463: hr_utility.set_location('Entering:'|| l_proc, 10);
464: --
465: ben_xer_shd.lck
466: (
467: p_ext_data_elmt_in_rcd_id => p_ext_data_elmt_in_rcd_id

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

467: p_ext_data_elmt_in_rcd_id => p_ext_data_elmt_in_rcd_id
468: ,p_object_version_number => p_object_version_number
469: );
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 70);
472: --
473: end lck;
474: --
475: end ben_EXT_ELMT_IN_RCD_api;