DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

244: ,p_hook_type => 'AU');
245: --
246: end;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 10);
249: End post_update;
250: --
251: -- ----------------------------------------------------------------------------
252: -- |-----------------------------< convert_defs >-----------------------------|

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

348: --
349: l_proc varchar2(72) := g_package||'upd';
350: --
351: Begin
352: hr_utility.set_location('Entering:'||l_proc, 5);
353: --
354: -- We must lock the row which we need to update.
355: --
356: pqh_bpl_shd.lck

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

412: l_rec pqh_bpl_shd.g_rec_type;
413: l_proc varchar2(72) := g_package||'upd';
414: --
415: Begin
416: hr_utility.set_location('Entering:'||l_proc, 5);
417: --
418: -- Call conversion function to turn arguments into the
419: -- l_rec structure.
420: --

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

441: ,l_rec
442: );
443: p_object_version_number := l_rec.object_version_number;
444: --
445: hr_utility.set_location(' Leaving:'||l_proc, 10);
446: End upd;
447: --
448: end pqh_bpl_upd;