DBA Data[Home] [Help]

APPS.BEN_EXT_INCL_DATA_ELMT_API dependencies on HR_UTILITY

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

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

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

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

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

97: -- End of API User Hook for the after hook of create_EXT_INCL_DATA_ELMT
98: --
99: end;
100: --
101: hr_utility.set_location(l_proc, 60);
102: --
103: -- When in validation only mode raise the Validate_Enabled exception
104: --
105: if p_validate then

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

110: --
111: p_ext_incl_data_elmt_id := l_ext_incl_data_elmt_id;
112: p_object_version_number := l_object_version_number;
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 70);
115: --
116: exception
117: --
118: when hr_api.validate_enabled then

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

127: -- when validation only mode is being used.)
128: --
129: p_ext_incl_data_elmt_id := null;
130: p_object_version_number := null;
131: hr_utility.set_location(' Leaving:'||l_proc, 80);
132: --
133: when others then
134: --
135: -- A validation or unexpected error has occured

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

161: l_object_version_number ben_ext_incl_data_elmt.object_version_number%TYPE;
162: --
163: begin
164: --
165: hr_utility.set_location('Entering:'|| l_proc, 10);
166: --
167: -- Issue a savepoint if operating in validation only mode
168: --
169: savepoint update_EXT_INCL_DATA_ELMT;

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

167: -- Issue a savepoint if operating in validation only mode
168: --
169: savepoint update_EXT_INCL_DATA_ELMT;
170: --
171: hr_utility.set_location(l_proc, 20);
172: --
173: -- Process Logic
174: --
175: l_object_version_number := p_object_version_number;

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

234: -- End of API User Hook for the after hook of update_EXT_INCL_DATA_ELMT
235: --
236: end;
237: --
238: hr_utility.set_location(l_proc, 60);
239: --
240: -- When in validation only mode raise the Validate_Enabled exception
241: --
242: if p_validate then

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

246: -- Set all output arguments
247: --
248: p_object_version_number := l_object_version_number;
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 70);
251: --
252: exception
253: --
254: when hr_api.validate_enabled then

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

261: -- Only set output warning arguments
262: -- (Any key or derived arguments must be set to null
263: -- when validation only mode is being used.)
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 80);
266: --
267: when others then
268: --
269: -- A validation or unexpected error has occured

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

289: l_object_version_number ben_ext_incl_data_elmt.object_version_number%TYPE;
290: --
291: begin
292: --
293: hr_utility.set_location('Entering:'|| l_proc, 10);
294: --
295: -- Issue a savepoint if operating in validation only mode
296: --
297: savepoint delete_EXT_INCL_DATA_ELMT;

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

295: -- Issue a savepoint if operating in validation only mode
296: --
297: savepoint delete_EXT_INCL_DATA_ELMT;
298: --
299: hr_utility.set_location(l_proc, 20);
300: --
301: -- Process Logic
302: --
303: l_object_version_number := p_object_version_number;

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

351: -- End of API User Hook for the after hook of delete_EXT_INCL_DATA_ELMT
352: --
353: end;
354: --
355: hr_utility.set_location(l_proc, 60);
356: --
357: -- When in validation only mode raise the Validate_Enabled exception
358: --
359: if p_validate then

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

359: if p_validate then
360: raise hr_api.validate_enabled;
361: end if;
362: --
363: hr_utility.set_location(' Leaving:'||l_proc, 70);
364: --
365: exception
366: --
367: when hr_api.validate_enabled then

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

401: l_proc varchar2(72) := g_package||'lck';
402: --
403: begin
404: --
405: hr_utility.set_location('Entering:'|| l_proc, 10);
406: --
407: ben_xid_shd.lck
408: (
409: p_ext_incl_data_elmt_id => p_ext_incl_data_elmt_id

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

409: p_ext_incl_data_elmt_id => p_ext_incl_data_elmt_id
410: ,p_object_version_number => p_object_version_number
411: );
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 70);
414: --
415: end lck;
416: --
417: end ben_EXT_INCL_DATA_ELMT_api;