DBA Data[Home] [Help]

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

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

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

141: --
142: l_proc varchar2(72) := g_package||'pre_update';
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_itf_shd.construct_user_interface_key
148: (
149: p_rec.type

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

151: ,p_rec.page_region_code
152: ,p_rec.region_code
153: ,p_rec.user_interface_key
154: );
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_update;
157: --
158: -- ----------------------------------------------------------------------------
159: -- |-----------------------------< post_update >------------------------------|

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

194: --
195: l_proc varchar2(72) := g_package||'post_update';
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: begin
200: --
201: hr_itf_rku.after_update
202: (p_effective_date => p_effective_date

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

237: ,p_hook_type => 'AU');
238: --
239: end;
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End post_update;
243: --
244: -- ----------------------------------------------------------------------------
245: -- |-----------------------------< convert_defs >-----------------------------|

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

328: --
329: l_proc varchar2(72) := g_package||'upd';
330: --
331: Begin
332: hr_utility.set_location('Entering:'||l_proc, 5);
333: --
334: -- We must lock the row which we need to update.
335: --
336: hr_itf_shd.lck

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

389: l_rec hr_itf_shd.g_rec_type;
390: l_proc varchar2(72) := g_package||'upd';
391: --
392: Begin
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- Call conversion function to turn arguments into the
396: -- l_rec structure.
397: --

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

415: ,l_rec
416: );
417: p_object_version_number := l_rec.object_version_number;
418: --
419: hr_utility.set_location(' Leaving:'||l_proc, 10);
420: End upd;
421: --
422: end hr_itf_upd;