DBA Data[Home] [Help]

APPS.OTA_OCL_API dependencies on HR_UTILITY

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

48: l_proc varchar2(72) := g_package||'create_competence_language';
49: l_effective_date date;
50:
51: begin
52: hr_utility.set_location('Entering:'|| l_proc, 10);
53: --
54: -- Issue a savepoint
55: --
56: savepoint create_competence_language;

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

195: /* p_id := ;
196: p_object_version_number := ;
197: p_some_warning := ; */
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 70);
200: exception
201: when hr_api.validate_enabled then
202: --
203: -- As the Validate_Enabled exception has been raised

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

211: --
212: /* p_id := null;
213: p_object_version_number := null;
214: p_some_warning := ; */
215: hr_utility.set_location(' Leaving:'||l_proc, 80);
216: when others then
217: --
218: -- A validation or unexpected error has occured
219: --

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

217: --
218: -- A validation or unexpected error has occured
219: --
220: rollback to create_competence_language;
221: hr_utility.set_location(' Leaving:'||l_proc, 90);
222: raise;
223: end create_competence_language ;
224:
225:

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

266: l_proc varchar2(72) := g_package||'update_competence_language';
267: l_effective_date date;
268:
269: begin
270: hr_utility.set_location('Entering:'|| l_proc, 10);
271: --
272: -- Issue a savepoint
273: --
274: savepoint update_competence_language;

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

413: /* p_id := ;
414: p_object_version_number := ;
415: p_some_warning := ; */
416: --
417: hr_utility.set_location(' Leaving:'||l_proc, 70);
418: exception
419: when hr_api.validate_enabled then
420: --
421: -- As the Validate_Enabled exception has been raised

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

429: --
430: /* p_id := null;
431: p_object_version_number := null;
432: p_some_warning := ; */
433: hr_utility.set_location(' Leaving:'||l_proc, 80);
434: when others then
435: --
436: -- A validation or unexpected error has occured
437: --

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

435: --
436: -- A validation or unexpected error has occured
437: --
438: rollback to update_competence_language;
439: hr_utility.set_location(' Leaving:'||l_proc, 90);
440: raise;
441: end update_competence_language ;
442:
443: