DBA Data[Home] [Help]

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

81: and sequence_number = p_rec.sequence_number;
82: --
83: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
84: --
85: hr_utility.set_location(' Leaving:'||l_proc, 10);
86: --
87: Exception
88: When hr_api.check_integrity_violated Then
89: -- A check constraint has been violated

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

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

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

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

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

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

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

233: ,p_hook_type => 'AU');
234: --
235: end;
236: --
237: hr_utility.set_location(' Leaving:'||l_proc, 10);
238: End post_update;
239: --
240: -- ----------------------------------------------------------------------------
241: -- |-----------------------------< convert_defs >-----------------------------|

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

324: --
325: l_proc varchar2(72) := g_package||'upd';
326: --
327: Begin
328: hr_utility.set_location('Entering:'||l_proc, 5);
329: --
330: -- We must lock the row which we need to update.
331: --
332: ff_ffp_shd.lck

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

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

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

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