DBA Data[Home] [Help]

APPS.HR_TRN_UPD dependencies on HR_UTILITY

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

56: --
57: l_proc varchar2(72) := g_package||'update_dml';
58: --
59: Begin
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: --
62: --
63: hr_trn_shd.g_api_dml := true; -- Set the api dml status
64: --

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

99: -- p_plan_id, p_rptg_grp_id, p_effective_date_option added by sanej
100: --
101: hr_trn_shd.g_api_dml := false; -- Unset the api dml status
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception
106: When hr_api.check_integrity_violated Then
107: -- 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 205: hr_utility.set_location('Entering:'||l_proc, 5);

201: --
202: l_proc varchar2(72) := g_package||'post_update';
203: --
204: Begin
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: --
207: hr_utility.set_location(' Leaving:'||l_proc, 10);
208: End post_update;
209: --

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

203: --
204: Begin
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: --
207: hr_utility.set_location(' Leaving:'||l_proc, 10);
208: End post_update;
209: --
210: -- ----------------------------------------------------------------------------
211: -- |-----------------------------< convert_defs >-----------------------------|

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

258: l_proc varchar2(72) := g_package||'convert_defs';
259: --
260: Begin
261: --
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: -- We must now examine each argument value in the
265: -- p_rec plsql record structure
266: -- to see if a system default is being used. If a system default

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

274: p_rec.transaction_privilege :=
275: hr_trn_shd.g_old_rec.transaction_privilege;
276: End If;
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: --
280: End convert_defs;
281: */
282:

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

285: l_proc varchar2(72) := g_package||'convert_defs';
286: --
287: Begin
288: --
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: -- We must now examine each argument value in the
292: -- p_rec plsql record structure
293: -- to see if a system default is being used. If a system default

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

405: END IF;
406: --ns end
407: --
408:
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: --
411: End convert_defs;
412:
413: --

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

422: --
423: l_proc varchar2(72) := g_package||'upd';
424: --
425: Begin
426: hr_utility.set_location('Entering:'||l_proc, 5);
427: --
428: -- Determine if the business process is to be validated.
429: --
430: If p_validate then

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

467: If p_validate then
468: Raise HR_Api.Validate_Enabled;
469: End If;
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 10);
472: Exception
473: When HR_Api.Validate_Enabled Then
474: --
475: -- As the Validate_Enabled exception has been raised

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

492: l_rec hr_trn_shd.g_rec_type;
493: l_proc varchar2(72) := g_package||'upd';
494: --
495: Begin
496: hr_utility.set_location('Entering:'||l_proc, 5);
497: --
498: -- Call conversion function to turn arguments into the
499: -- l_rec structure.
500: --

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

512: --
513: upd(l_rec, p_validate);
514: --
515: --
516: hr_utility.set_location(' Leaving:'||l_proc, 10);
517: End upd;
518: --
519: -- ----------------------------------------------------------------------------
520: -- |---------------------------------< upd >----------------------------------|

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

558: l_rec hr_trn_shd.g_rec_type;
559: l_proc varchar2(72) := g_package||'upd';
560: --
561: Begin
562: hr_utility.set_location('Entering:'||l_proc, 5);
563: --
564: -- Call conversion function to turn arguments into the
565: -- l_rec structure.
566: --

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

608: --
609: upd(l_rec, p_validate);
610: --
611: --
612: hr_utility.set_location(' Leaving:'||l_proc, 10);
613: End upd;
614: --
615:
616: end hr_trn_upd;