DBA Data[Home] [Help]

APPS.BEN_EXT_ELMT_DECD_API dependencies on HR_UTILITY

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

28: l_object_version_number ben_ext_data_elmt_decd.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_EXT_ELMT_DECD;

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

34: -- Issue a savepoint if operating in validation only mode
35: --
36: savepoint create_EXT_ELMT_DECD;
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_EXT_ELMT_DECD
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_ext_data_elmt_decd_id := l_ext_data_elmt_decd_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_ext_data_elmt_decd_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 147: hr_utility.set_location(' Leaving:'||l_proc, 90);

143: -- NOCOPY changes.
144: --
145: p_ext_data_elmt_decd_id := null;
146: p_object_version_number := null;
147: hr_utility.set_location(' Leaving:'||l_proc, 90);
148: --
149: raise;
150: --
151: end create_EXT_ELMT_DECD;

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

171: l_object_version_number ben_ext_data_elmt_decd.object_version_number%TYPE;
172: --
173: begin
174: --
175: hr_utility.set_location('Entering:'|| l_proc, 10);
176: --
177: -- Issue a savepoint if operating in validation only mode
178: --
179: savepoint update_EXT_ELMT_DECD;

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

177: -- Issue a savepoint if operating in validation only mode
178: --
179: savepoint update_EXT_ELMT_DECD;
180: --
181: hr_utility.set_location(l_proc, 20);
182: --
183: -- Process Logic
184: --
185: l_object_version_number := p_object_version_number;

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

247: -- End of API User Hook for the after hook of update_EXT_ELMT_DECD
248: --
249: end;
250: --
251: hr_utility.set_location(l_proc, 60);
252: --
253: -- When in validation only mode raise the Validate_Enabled exception
254: --
255: if p_validate then

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

259: -- Set all output arguments
260: --
261: p_object_version_number := l_object_version_number;
262: --
263: hr_utility.set_location(' Leaving:'||l_proc, 70);
264: --
265: exception
266: --
267: when hr_api.validate_enabled then

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

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

Line 289: hr_utility.set_location(' Leaving:'||l_proc, 90);

285: --
286: -- NOCOPY changes.
287: --
288: p_object_version_number := l_object_version_number;
289: hr_utility.set_location(' Leaving:'||l_proc, 90);
290: --
291: raise;
292: --
293: end update_EXT_ELMT_DECD;

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

308: l_object_version_number ben_ext_data_elmt_decd.object_version_number%TYPE;
309: --
310: begin
311: --
312: hr_utility.set_location('Entering:'|| l_proc, 10);
313: --
314: -- Issue a savepoint if operating in validation only mode
315: --
316: savepoint delete_EXT_ELMT_DECD;

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

314: -- Issue a savepoint if operating in validation only mode
315: --
316: savepoint delete_EXT_ELMT_DECD;
317: --
318: hr_utility.set_location(l_proc, 20);
319: --
320: -- Process Logic
321: --
322: l_object_version_number := p_object_version_number;

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

370: -- End of API User Hook for the after hook of delete_EXT_ELMT_DECD
371: --
372: end;
373: --
374: hr_utility.set_location(l_proc, 60);
375: --
376: -- When in validation only mode raise the Validate_Enabled exception
377: --
378: if p_validate then

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

378: if p_validate then
379: raise hr_api.validate_enabled;
380: end if;
381: --
382: hr_utility.set_location(' Leaving:'||l_proc, 70);
383: --
384: exception
385: --
386: when hr_api.validate_enabled then

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

403: --
404: -- NOCOPY changes.
405: --
406: p_object_version_number := l_object_version_number;
407: hr_utility.set_location(' Leaving:'||l_proc, 80);
408: --
409: raise;
410: --
411: end delete_EXT_ELMT_DECD;

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

426: l_proc varchar2(72) := g_package||'lck';
427: --
428: begin
429: --
430: hr_utility.set_location('Entering:'|| l_proc, 10);
431: --
432: ben_xdd_shd.lck
433: (
434: p_ext_data_elmt_decd_id => p_ext_data_elmt_decd_id

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

434: p_ext_data_elmt_decd_id => p_ext_data_elmt_decd_id
435: ,p_object_version_number => p_object_version_number
436: );
437: --
438: hr_utility.set_location(' Leaving:'||l_proc, 70);
439: --
440: end lck;
441: --
442: end ben_EXT_ELMT_DECD_api;