DBA Data[Home] [Help]

APPS.OTA_CUS_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 84: hr_utility.set_location(' Leaving:'||l_proc, 10);

80: and contact_id = p_rec.contact_id;
81: --
82: --
83: --
84: hr_utility.set_location(' Leaving:'||l_proc, 10);
85: --
86: Exception
87: When hr_api.check_integrity_violated Then
88: -- A check constraint has been violated

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

142: --
143: l_proc varchar2(72) := g_package||'pre_update';
144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: End pre_update;
150: --

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

144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: End pre_update;
150: --
151: -- ----------------------------------------------------------------------------
152: -- |-----------------------------< post_update >------------------------------|

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

187: --
188: l_proc varchar2(72) := g_package||'post_update';
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: begin
193: --
194: ota_cus_rku.after_update
195: (p_effective_date => p_effective_date

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

222: ,p_hook_type => 'AU');
223: --
224: end;
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End post_update;
228: --
229: -- ----------------------------------------------------------------------------
230: -- |-----------------------------< convert_defs >-----------------------------|

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

301: --
302: l_proc varchar2(72) := g_package||'upd';
303: --
304: Begin
305: hr_utility.set_location('Entering:'||l_proc, 5);
306: --
307: -- We must lock the row which we need to update.
308: --
309: ota_cus_shd.lck

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

363: l_rec ota_cus_shd.g_rec_type;
364: l_proc varchar2(72) := g_package||'upd';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: --
369: -- Call conversion function to turn arguments into the
370: -- l_rec structure.
371: --

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

388: ,l_rec
389: );
390: p_object_version_number := l_rec.object_version_number;
391: --
392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: End upd;
394: --
395: end ota_cus_upd;