DBA Data[Home] [Help]

APPS.BEN_EXT_CRIT_CMBN_API dependencies on HR_UTILITY

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

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

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

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

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

109: -- End of API User Hook for the after hook of create_EXT_CRIT_CMBN
110: --
111: end;
112: --
113: hr_utility.set_location(l_proc, 60);
114: --
115: -- When in validation only mode raise the Validate_Enabled exception
116: --
117: if p_validate then

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

122: --
123: p_ext_crit_cmbn_id := l_ext_crit_cmbn_id;
124: p_object_version_number := l_object_version_number;
125: --
126: hr_utility.set_location(' Leaving:'||l_proc, 70);
127: --
128: exception
129: --
130: when hr_api.validate_enabled then

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

139: -- when validation only mode is being used.)
140: --
141: p_ext_crit_cmbn_id := null;
142: p_object_version_number := null;
143: hr_utility.set_location(' Leaving:'||l_proc, 80);
144: --
145: when others then
146: --
147: -- A validation or unexpected error has occured

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

177: l_object_version_number ben_ext_crit_cmbn.object_version_number%TYPE;
178: --
179: begin
180: --
181: hr_utility.set_location('Entering:'|| l_proc, 10);
182: --
183: -- Issue a savepoint if operating in validation only mode
184: --
185: savepoint update_EXT_CRIT_CMBN;

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

183: -- Issue a savepoint if operating in validation only mode
184: --
185: savepoint update_EXT_CRIT_CMBN;
186: --
187: hr_utility.set_location(l_proc, 20);
188: --
189: -- Process Logic
190: --
191: l_object_version_number := p_object_version_number;

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

259: -- End of API User Hook for the after hook of update_EXT_CRIT_CMBN
260: --
261: end;
262: --
263: hr_utility.set_location(l_proc, 60);
264: --
265: -- When in validation only mode raise the Validate_Enabled exception
266: --
267: if p_validate then

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

271: -- Set all output arguments
272: --
273: p_object_version_number := l_object_version_number;
274: --
275: hr_utility.set_location(' Leaving:'||l_proc, 70);
276: --
277: exception
278: --
279: when hr_api.validate_enabled then

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

286: -- Only set output warning arguments
287: -- (Any key or derived arguments must be set to null
288: -- when validation only mode is being used.)
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 80);
291: --
292: when others then
293: --
294: -- A validation or unexpected error has occured

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

317: l_object_version_number ben_ext_crit_cmbn.object_version_number%TYPE;
318: --
319: begin
320: --
321: hr_utility.set_location('Entering:'|| l_proc, 10);
322: --
323: -- Issue a savepoint if operating in validation only mode
324: --
325: savepoint delete_EXT_CRIT_CMBN;

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

323: -- Issue a savepoint if operating in validation only mode
324: --
325: savepoint delete_EXT_CRIT_CMBN;
326: --
327: hr_utility.set_location(l_proc, 20);
328: --
329: -- Process Logic
330: --
331: l_object_version_number := p_object_version_number;

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

382: -- End of API User Hook for the after hook of delete_EXT_CRIT_CMBN
383: --
384: end;
385: --
386: hr_utility.set_location(l_proc, 60);
387: --
388: -- When in validation only mode raise the Validate_Enabled exception
389: --
390: if p_validate then

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

390: if p_validate then
391: raise hr_api.validate_enabled;
392: end if;
393: --
394: hr_utility.set_location(' Leaving:'||l_proc, 70);
395: --
396: exception
397: --
398: when hr_api.validate_enabled then

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

434: l_proc varchar2(72) := g_package||'lck';
435: --
436: begin
437: --
438: hr_utility.set_location('Entering:'|| l_proc, 10);
439: --
440: ben_xcc_shd.lck
441: (
442: p_ext_crit_cmbn_id => p_ext_crit_cmbn_id

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

442: p_ext_crit_cmbn_id => p_ext_crit_cmbn_id
443: ,p_object_version_number => p_object_version_number
444: );
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 70);
447: --
448: end lck;
449: --
450: end ben_EXT_CRIT_CMBN_api;