DBA Data[Home] [Help]

APPS.PER_MEA_INS dependencies on HR_UTILITY

Line 66: hr_utility.set_location('Entering:'||l_proc, 5);

62: l_last_update_login per_medical_assessments.last_update_login%TYPE;
63: --
64: Begin
65: --
66: hr_utility.set_location('Entering:'||l_proc, 5);
67: p_rec.object_version_number := 1; -- Initialise the object version
68: --
69: -- Set the who columns
70: --

Line 242: hr_utility.set_location(' Leaving:'||l_proc, 10);

238: ,l_last_update_login);
239: --
240: --
241: --
242: hr_utility.set_location(' Leaving:'||l_proc, 10);
243: Exception
244: When hr_api.check_integrity_violated Then
245: -- A check constraint has been violated
246: --

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

308: select per_medical_assessments_s.nextval
309: from sys.dual;
310: --
311: Begin
312: hr_utility.set_location('Entering:'||l_proc, 5);
313: --
314: --
315: -- Select the next sequence number
316: --

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

317: Open C_Sel1;
318: Fetch C_Sel1 Into p_rec.medical_assessment_id;
319: Close C_Sel1;
320: --
321: hr_utility.set_location(' Leaving:'||l_proc, 10);
322: End pre_insert;
323: --
324: -- ----------------------------------------------------------------------------
325: -- |-----------------------------< post_insert >------------------------------|

Line 364: hr_utility.set_location('Entering:'||l_proc, 5);

360: --
361: l_proc varchar2(72) := g_package||'post_insert';
362: --
363: Begin
364: hr_utility.set_location('Entering:'||l_proc, 5);
365: BEGIN
366: --
367: per_mea_rki.after_insert
368: (p_effective_date => p_effective_date

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

451: ,p_hook_type => 'AI');
452: --
453: end;
454: --
455: hr_utility.set_location(' Leaving:'||l_proc, 10);
456: --
457: End post_insert;
458: --
459: -- ----------------------------------------------------------------------------

Line 471: hr_utility.set_location('Entering:'||l_proc, 5);

467: --
468: l_proc varchar2(72) := g_package||'ins';
469: --
470: Begin
471: hr_utility.set_location('Entering:'||l_proc, 5);
472: --
473: -- Call the supporting insert validate operations
474: --
475: per_mea_bus.insert_validate

Line 495: hr_utility.set_location('Leaving:'||l_proc, 20);

491: (p_effective_date
492: ,p_rec
493: );
494: --
495: hr_utility.set_location('Leaving:'||l_proc, 20);
496: end ins;
497: --
498: -- ----------------------------------------------------------------------------
499: -- |---------------------------------< ins >----------------------------------|

Line 584: hr_utility.set_location('Entering:'||l_proc, 5);

580: l_rec per_mea_shd.g_rec_type;
581: l_proc varchar2(72) := g_package||'ins';
582: --
583: Begin
584: hr_utility.set_location('Entering:'||l_proc, 5);
585: --
586: -- Call conversion function to turn arguments into the
587: -- p_rec structure.
588: --

Line 681: hr_utility.set_location(' Leaving:'||l_proc, 10);

677: --
678: p_medical_assessment_id := l_rec.medical_assessment_id;
679: p_object_version_number := l_rec.object_version_number;
680: --
681: hr_utility.set_location(' Leaving:'||l_proc, 10);
682: End ins;
683: --
684: end per_mea_ins;