DBA Data[Home] [Help]

APPS.GHR_NOAC_REMARKS_API dependencies on HR_UTILITY

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

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

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

39: -- Issue a savepoint if operating in validation only mode
40: --
41: savepoint create_noac_remarks;
42: --
43: hr_utility.set_location(l_proc, 20);
44: --
45: -- Process Logic
46: --
47: -- Truncate the time portion from all IN date parameters

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

115: -- End of API User Hook for the after hook of create_noac_remarks
116: --
117: end;
118: --
119: hr_utility.set_location(l_proc, 60);
120: --
121: -- When in validation only mode raise the Validate_Enabled exception
122: --
123: if p_validate then

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

128: --
129: p_noac_remark_id := l_noac_remark_id;
130: p_object_version_number := l_object_version_number;
131: --
132: hr_utility.set_location(' Leaving:'||l_proc, 70);
133: --
134: exception
135: --
136: when hr_api.validate_enabled then

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

145: -- when validation only mode is being used.)
146: --
147: p_noac_remark_id := null;
148: p_object_version_number := null;
149: hr_utility.set_location(' Leaving:'||l_proc, 80);
150: --
151: when others then
152: --
153: -- A validation or unexpected error has occured

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

185: --
186: begin
187: --
188: l_proc := g_package||'update_noac_remarks';
189: hr_utility.set_location('Entering:'|| l_proc, 10);
190:
191: l_obj_version_number := p_object_version_number;
192: --
193: -- Issue a savepoint if operating in validation only mode

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

193: -- Issue a savepoint if operating in validation only mode
194: --
195: savepoint update_noac_remarks;
196: --
197: hr_utility.set_location(l_proc, 20);
198: --
199: -- Process Logic
200: --
201: --

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

275: -- End of API User Hook for the after hook of update_noac_remarks
276: --
277: end;
278: --
279: hr_utility.set_location(l_proc, 60);
280: --
281: -- When in validation only mode raise the Validate_Enabled exception
282: --
283: if p_validate then

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

287: -- Set all output arguments
288: --
289: p_object_version_number := l_object_version_number;
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 70);
292: --
293: exception
294: --
295: when hr_api.validate_enabled then

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

303: -- Only set output warning arguments
304: -- (Any key or derived arguments must be set to null
305: -- when validation only mode is being used.)
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 80);
308: --
309: when others then
310: --
311: -- A validation or unexpected error has occured

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

334: --
335: begin
336: --
337: l_proc := g_package||'update_noac_remarks';
338: hr_utility.set_location('Entering:'|| l_proc, 10);
339: l_obj_version_number := p_object_version_number;
340: --
341: -- Issue a savepoint if operating in validation only mode
342: --

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

341: -- Issue a savepoint if operating in validation only mode
342: --
343: savepoint delete_noac_remarks;
344: --
345: hr_utility.set_location(l_proc, 20);
346: --
347: -- Process Logic
348: --
349: l_object_version_number := p_object_version_number;

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

399: -- End of API User Hook for the after hook of delete_noac_remarks
400: --
401: end;
402: --
403: hr_utility.set_location(l_proc, 60);
404: --
405: -- When in validation only mode raise the Validate_Enabled exception
406: --
407: if p_validate then

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

407: if p_validate then
408: raise hr_api.validate_enabled;
409: end if;
410: --
411: hr_utility.set_location(' Leaving:'||l_proc, 70);
412: --
413: exception
414: --
415: when hr_api.validate_enabled then

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

452: --
453: begin
454: --
455: l_proc := g_package||'lck';
456: hr_utility.set_location('Entering:'|| l_proc, 10);
457: --
458: ghr_nre_shd.lck
459: (
460: p_noac_remark_id => p_noac_remark_id

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

460: p_noac_remark_id => p_noac_remark_id
461: ,p_object_version_number => p_object_version_number
462: );
463: --
464: hr_utility.set_location(' Leaving:'||l_proc, 70);
465: --
466: end lck;
467: --
468: end ghr_noac_remarks_api;