DBA Data[Home] [Help]

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

84: where form_item_id = p_rec.form_item_id;
85: --
86: --
87: --
88: hr_utility.set_location(' Leaving:'||l_proc, 10);
89: --
90: Exception
91: When hr_api.check_integrity_violated Then
92: -- A check constraint has been violated

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

146: --
147: l_proc varchar2(72) := g_package||'pre_update';
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: End pre_update;
154: --

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

148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: End pre_update;
154: --
155: -- ----------------------------------------------------------------------------
156: -- |-----------------------------< post_update >------------------------------|

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

191: --
192: l_proc varchar2(72) := g_package||'post_update';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: begin
197: --
198: hr_fim_rku.after_update
199: (p_effective_date => p_effective_date

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

254: ,p_hook_type => 'AU');
255: --
256: end;
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: End post_update;
260: --
261: -- ----------------------------------------------------------------------------
262: -- |-----------------------------< convert_defs >-----------------------------|

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

365: --
366: l_proc varchar2(72) := g_package||'upd';
367: --
368: Begin
369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: -- We must lock the row which we need to update.
372: --
373: hr_fim_shd.lck

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

425: l_rec hr_fim_shd.g_rec_type;
426: l_proc varchar2(72) := g_package||'upd';
427: --
428: Begin
429: hr_utility.set_location('Entering:'||l_proc, 5);
430: --
431: -- Call conversion function to turn arguments into the
432: -- l_rec structure.
433: --

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

456: ,l_rec
457: );
458: p_object_version_number := l_rec.object_version_number;
459: --
460: hr_utility.set_location(' Leaving:'||l_proc, 10);
461: End upd;
462: --
463: end hr_fim_upd;