DBA Data[Home] [Help]

APPS.OTA_TMT_UPD dependencies on HR_UTILITY

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

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

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

111: where tp_measurement_type_id = p_rec.tp_measurement_type_id;
112: --
113: --
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: --
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated

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

173: --
174: l_proc varchar2(72) := g_package||'pre_update';
175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --

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

175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --
182: -- ----------------------------------------------------------------------------
183: -- |-----------------------------< post_update >------------------------------|

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

218: --
219: l_proc varchar2(72) := g_package||'post_update';
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: begin
224: --
225: ota_tmt_rku.after_update
226: (p_effective_date => p_effective_date

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

397: ,p_hook_type => 'AU');
398: --
399: end;
400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: End post_update;
403: --
404: -- ----------------------------------------------------------------------------
405: -- |-----------------------------< convert_defs >-----------------------------|

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

624: --
625: l_proc varchar2(72) := g_package||'upd';
626: --
627: Begin
628: hr_utility.set_location('Entering:'||l_proc, 5);
629: --
630: -- We must lock the row which we need to update.
631: --
632: ota_tmt_shd.lck

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

711: l_rec ota_tmt_shd.g_rec_type;
712: l_proc varchar2(72) := g_package||'upd';
713: --
714: Begin
715: hr_utility.set_location('Entering:'||l_proc, 5);
716: --
717: -- Call conversion function to turn arguments into the
718: -- l_rec structure.
719: --

Line 769: hr_utility.set_location(' Step:'||l_proc, 7);

765: -- Having converted the arguments into the
766: -- plsql record structure we call the corresponding record
767: -- business process.
768: --
769: hr_utility.set_location(' Step:'||l_proc, 7);
770: ota_tmt_upd.upd
771: (p_effective_date
772: ,l_rec
773: );

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

772: ,l_rec
773: );
774: p_object_version_number := l_rec.object_version_number;
775: --
776: hr_utility.set_location(' Leaving:'||l_proc, 10);
777: End upd;
778: --
779: end ota_tmt_upd;