DBA Data[Home] [Help]

APPS.GHR_NOAC_LAS_API dependencies on HR_UTILITY

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

31: --
32: begin
33: --
34: l_proc := g_package||'create_noac_las';
35: hr_utility.set_location('Entering:'|| l_proc, 10);
36: --
37: -- Issue a savepoint if operating in validation only mode
38: --
39: savepoint create_noac_las;

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

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

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

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

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

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

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

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

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

179: --
180: begin
181: --
182: l_proc := g_package||'update_noac_las';
183: hr_utility.set_location('Entering:'|| l_proc, 10);
184:
185: --
186: -- Issue a savepoint if operating in validation only mode
187: --

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

186: -- Issue a savepoint if operating in validation only mode
187: --
188: savepoint update_noac_las;
189: --
190: hr_utility.set_location(l_proc, 20);
191:
192: l_obj_version_number := p_object_version_number;
193: --
194: -- Process Logic

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

266: -- End of API User Hook for the after hook of update_noac_las
267: --
268: end;
269: --
270: hr_utility.set_location(l_proc, 60);
271: --
272: -- When in validation only mode raise the Validate_Enabled exception
273: --
274: if p_validate then

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

278: -- Set all output arguments
279: --
280: p_object_version_number := l_object_version_number;
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 70);
283: --
284: exception
285: --
286: when hr_api.validate_enabled then

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

294: -- Only set output warning arguments
295: -- (Any key or derived arguments must be set to null
296: -- when validation only mode is being used.)
297: --
298: hr_utility.set_location(' Leaving:'||l_proc, 80);
299: --
300: when others then
301: --
302: -- A validation or unexpected error has occured

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

325: --
326: begin
327: --
328: l_proc := g_package||'update_noac_las';
329: hr_utility.set_location('Entering:'|| l_proc, 10);
330: --
331: -- Issue a savepoint if operating in validation only mode
332: --
333: savepoint delete_noac_las;

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

332: --
333: savepoint delete_noac_las;
334: --
335: l_obj_version_number := p_object_version_number; -- nocopy changes
336: hr_utility.set_location(l_proc, 20);
337: --
338: -- Process Logic
339: --
340: l_object_version_number := p_object_version_number;

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

390: -- End of API User Hook for the after hook of delete_noac_las
391: --
392: end;
393: --
394: hr_utility.set_location(l_proc, 60);
395: --
396: -- When in validation only mode raise the Validate_Enabled exception
397: --
398: if p_validate then

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

398: if p_validate then
399: raise hr_api.validate_enabled;
400: end if;
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 70);
403: --
404: exception
405: --
406: when hr_api.validate_enabled then

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

443: --
444: begin
445: --
446: l_proc := g_package||'lck';
447: hr_utility.set_location('Entering:'|| l_proc, 10);
448: --
449: ghr_nla_shd.lck
450: (
451: p_noac_la_id => p_noac_la_id

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

451: p_noac_la_id => p_noac_la_id
452: ,p_object_version_number => p_object_version_number
453: );
454: --
455: hr_utility.set_location(' Leaving:'||l_proc, 70);
456: --
457: end lck;
458: --
459: end ghr_noac_las_api;