DBA Data[Home] [Help]

APPS.GHR_CMP_INS dependencies on HR_UTILITY

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

56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --
59: Begin
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --

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

389:
390: --
391: --
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: Exception
395: When hr_api.check_integrity_violated Then
396: -- A check constraint has been violated
397: --

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

457: --
458: Cursor C_Sel1 is select ghr_complaints2_s.nextval from sys.dual;
459: --
460: Begin
461: hr_utility.set_location('Entering:'||l_proc, 5);
462: --
463: --
464: -- Select the next sequence number
465: --

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

466: Open C_Sel1;
467: Fetch C_Sel1 Into p_rec.complaint_id;
468: Close C_Sel1;
469: --
470: hr_utility.set_location(' Leaving:'||l_proc, 10);
471: End pre_insert;
472: --
473: -- ----------------------------------------------------------------------------
474: -- |-----------------------------< post_insert >------------------------------|

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

509: --
510: l_proc varchar2(72) := g_package||'post_insert';
511: --
512: Begin
513: hr_utility.set_location('Entering:'||l_proc, 5);
514:
515: begin
516: --
517: ghr_cmp_rki.after_insert

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

687: --
688: end;
689:
690: --
691: hr_utility.set_location(' Leaving:'||l_proc, 10);
692: End post_insert;
693: --
694: -- ----------------------------------------------------------------------------
695: -- |---------------------------------< ins >----------------------------------|

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

701: --
702: l_proc varchar2(72) := g_package||'ins';
703: --
704: Begin
705: hr_utility.set_location('Entering:'||l_proc, 5);
706: --
707: -- Call the supporting insert validate operations
708: --
709: ghr_cmp_bus.insert_validate

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

725: (p_effective_date
726: ,p_rec
727: );
728: --
729: hr_utility.set_location('Leaving:'||l_proc, 20);
730: end ins;
731: --
732: -- ----------------------------------------------------------------------------
733: -- |---------------------------------< ins >----------------------------------|

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

898: l_rec ghr_cmp_shd.g_rec_type;
899: l_proc varchar2(72) := g_package||'ins';
900: --
901: Begin
902: hr_utility.set_location('Entering:'||l_proc, 5);
903: --
904: -- Call conversion function to turn arguments into the
905: -- p_rec structure.
906: --

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

1080: --
1081: p_complaint_id := l_rec.complaint_id;
1082: p_object_version_number := l_rec.object_version_number;
1083: --
1084: hr_utility.set_location(' Leaving:'||l_proc, 10);
1085: End ins;
1086: --
1087: end ghr_cmp_ins;