DBA Data[Home] [Help]

APPS.PQH_TSH_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 approval_history_id = p_rec.approval_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 317: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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