DBA Data[Home] [Help]

APPS.BEN_BATCH_BNFT_CERT_INFO_API dependencies on HR_UTILITY

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

28: l_object_version_number ben_batch_bnft_cert_info.object_version_number%TYPE;
29: --
30: begin
31: --
32: hr_utility.set_location('Entering:'|| l_proc, 10);
33: --
34: -- Issue a savepoint if operating in validation only mode
35: --
36: savepoint create_batch_bnft_cert_info;

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

34: -- Issue a savepoint if operating in validation only mode
35: --
36: savepoint create_batch_bnft_cert_info;
37: --
38: hr_utility.set_location(l_proc, 20);
39: --
40: -- Process Logic
41: --
42: begin

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

101: -- End of API User Hook for the after hook of create_batch_bnft_cert_info
102: --
103: end;
104: --
105: hr_utility.set_location(l_proc, 60);
106: --
107: -- When in validation only mode raise the Validate_Enabled exception
108: --
109: if p_validate then

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

114: --
115: p_batch_benft_cert_id := l_batch_benft_cert_id;
116: p_object_version_number := l_object_version_number;
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 70);
119: --
120: exception
121: --
122: when hr_api.validate_enabled then

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

131: -- when validation only mode is being used.)
132: --
133: p_batch_benft_cert_id := null;
134: p_object_version_number := null;
135: hr_utility.set_location(' Leaving:'||l_proc, 80);
136: --
137: when others then
138: --
139: -- A validation or unexpected error has occured

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

166: l_object_version_number ben_batch_bnft_cert_info.object_version_number%TYPE;
167: --
168: begin
169: --
170: hr_utility.set_location('Entering:'|| l_proc, 10);
171: --
172: -- Issue a savepoint if operating in validation only mode
173: --
174: savepoint update_batch_bnft_cert_info;

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

172: -- Issue a savepoint if operating in validation only mode
173: --
174: savepoint update_batch_bnft_cert_info;
175: --
176: hr_utility.set_location(l_proc, 20);
177: --
178: -- Process Logic
179: --
180: l_object_version_number := p_object_version_number;

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

242: -- End of API User Hook for the after hook of update_batch_bnft_cert_info
243: --
244: end;
245: --
246: hr_utility.set_location(l_proc, 60);
247: --
248: -- When in validation only mode raise the Validate_Enabled exception
249: --
250: if p_validate then

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

254: -- Set all output arguments
255: --
256: p_object_version_number := l_object_version_number;
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 70);
259: --
260: exception
261: --
262: when hr_api.validate_enabled then

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

269: -- Only set output warning arguments
270: -- (Any key or derived arguments must be set to null
271: -- when validation only mode is being used.)
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 80);
274: --
275: when others then
276: --
277: -- A validation or unexpected error has occured

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

298: l_object_version_number ben_batch_bnft_cert_info.object_version_number%TYPE;
299: --
300: begin
301: --
302: hr_utility.set_location('Entering:'|| l_proc, 10);
303: --
304: -- Issue a savepoint if operating in validation only mode
305: --
306: savepoint delete_batch_bnft_cert_info;

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

304: -- Issue a savepoint if operating in validation only mode
305: --
306: savepoint delete_batch_bnft_cert_info;
307: --
308: hr_utility.set_location(l_proc, 20);
309: --
310: -- Process Logic
311: --
312: l_object_version_number := p_object_version_number;

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

360: -- End of API User Hook for the after hook of delete_batch_bnft_cert_info
361: --
362: end;
363: --
364: hr_utility.set_location(l_proc, 60);
365: --
366: -- When in validation only mode raise the Validate_Enabled exception
367: --
368: if p_validate then

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

370: end if;
371: --
372:
373:
374: hr_utility.set_location(' Leaving:'||l_proc, 70);
375: --
376: exception
377: --
378: when hr_api.validate_enabled then

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

413: l_proc varchar2(72) := g_package||'lck';
414: --
415: begin
416: --
417: hr_utility.set_location('Entering:'|| l_proc, 10);
418: --
419: ben_bci_shd.lck
420: (
421: p_batch_benft_cert_id => p_batch_benft_cert_id

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

421: p_batch_benft_cert_id => p_batch_benft_cert_id
422: ,p_object_version_number => p_object_version_number
423: );
424: --
425: hr_utility.set_location(' Leaving:'||l_proc, 70);
426: --
427: end lck;
428: --
429: end ben_batch_bnft_cert_info_api;