DBA Data[Home] [Help]

APPS.PQH_TAH_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: --
64: --
65: --

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

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

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

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

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

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------
155: -- |-----------------------------< 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: null;
197: --

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

204: ,p_hook_type => 'AU');
205: --
206: end;
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End post_update;
210: --
211: -- ----------------------------------------------------------------------------
212: -- |-----------------------------< convert_defs >-----------------------------|

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

314: --
315: l_proc varchar2(72) := g_package||'upd';
316: --
317: Begin
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: --
320: -- We must lock the row which we need to update.
321: --
322: pqh_tah_shd.lck

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

377: l_rec pqh_tah_shd.g_rec_type;
378: l_proc varchar2(72) := g_package||'upd';
379: --
380: Begin
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: --
383: -- Call conversion function to turn arguments into the
384: -- l_rec structure.
385: --

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

407: (l_rec
408: );
409: --
410: --
411: hr_utility.set_location(' Leaving:'||l_proc, 10);
412: End upd;
413: --
414: end pqh_tah_upd;