DBA Data[Home] [Help]

APPS.PQP_ERT_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: --
65: pqp_ert_shd.g_api_dml := true; -- Set the api dml status

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

97:
98: --
99: pqp_ert_shd.g_api_dml := false; -- Unset the api dml status
100: --
101: hr_utility.set_location(' Leaving:'||l_proc, 10);
102: --
103: Exception
104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated

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

159: --
160: l_proc varchar2(72) := g_package||'pre_update';
161: --
162: Begin
163: hr_utility.set_location('Entering:'||l_proc, 5);
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 10);
166: End pre_update;
167: --

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

161: --
162: Begin
163: hr_utility.set_location('Entering:'||l_proc, 5);
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 10);
166: End pre_update;
167: --
168: -- ----------------------------------------------------------------------------
169: -- |-----------------------------< post_update >------------------------------|

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

203: --
204: l_proc varchar2(72) := g_package||'post_update';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: begin
209: --
210: pqp_ert_rku.after_update (
211: p_exception_report_id

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

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

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

309: --
310: l_proc varchar2(72) := g_package||'upd';
311: --
312: Begin
313: hr_utility.set_location('Entering:'||l_proc, 5);
314: --
315: -- We must lock the row which we need to update.
316: --
317: pqp_ert_shd.lck

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

358: l_rec pqp_ert_shd.g_rec_type;
359: l_proc varchar2(72) := g_package||'upd';
360: --
361: Begin
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: --
364: -- Call conversion function to turn arguments into the
365: -- l_rec structure.
366: --

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

379: pqp_ert_upd.upd
380: (l_rec
381: );
382: --
383: hr_utility.set_location(' Leaving:'||l_proc, 10);
384: End upd;
385: --
386: -- ----------------------------------------------------------------------------
387: -- |------------------------------< upd_tl >----------------------------------|

Line 408: hr_utility.set_location('Entering:'||l_proc,10);

404: --
405: l_proc varchar2(72) := g_package||'upd_tl';
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc,10);
409: --
410: -- Update the translated values for every matching row
411: -- setting SOURCE_LANG to the specified language.
412: --

Line 422: hr_utility.set_location(' Leaving:'||l_proc,20);

418: ,p_exception_report_name => p_exception_report_name
419: );
420: end loop;
421: --
422: hr_utility.set_location(' Leaving:'||l_proc,20);
423: End upd_tl;
424: --
425: end pqp_ert_upd;