DBA Data[Home] [Help]

APPS.HR_TRS_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

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

118: where transaction_step_id = p_rec.transaction_step_id;
119: --
120: hr_trs_shd.g_api_dml := false; -- Unset the api dml status
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: --
124: Exception
125: When hr_api.check_integrity_violated Then
126: -- A check constraint has been violated

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

178: --
179: l_proc varchar2(72) := g_package||'pre_update';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End pre_update;
186: --

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

180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End pre_update;
186: --
187: -- ----------------------------------------------------------------------------
188: -- |-----------------------------< post_update >------------------------------|

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

220: --
221: l_proc varchar2(72) := g_package||'post_update';
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End post_update;
228: --

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

222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End post_update;
228: --
229: -- ----------------------------------------------------------------------------
230: -- |-----------------------------< convert_defs >-----------------------------|

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

275: l_proc varchar2(72) := g_package||'convert_defs';
276: --
277: Begin
278: --
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: -- We must now examine each argument value in the
282: -- p_rec plsql record structure
283: -- to see if a system default is being used. If a system default

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

430: End If;
431:
432:
433: --
434: hr_utility.set_location(' Leaving:'||l_proc, 10);
435: --
436: End convert_defs;
437: --
438: -- ----------------------------------------------------------------------------

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

446: --
447: l_proc varchar2(72) := g_package||'upd';
448: --
449: Begin
450: hr_utility.set_location('Entering:'||l_proc, 5);
451: --
452: -- Determine if the business process is to be validated.
453: --
454: If p_validate then

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

492: If p_validate then
493: Raise HR_Api.Validate_Enabled;
494: End If;
495: --
496: hr_utility.set_location(' Leaving:'||l_proc, 10);
497: Exception
498: When HR_Api.Validate_Enabled Then
499: --
500: -- As the Validate_Enabled exception has been raised

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

568: l_rec hr_trs_shd.g_rec_type;
569: l_proc varchar2(72) := g_package||'upd';
570: --
571: Begin
572: hr_utility.set_location('Entering:'||l_proc, 5);
573: --
574: -- Call conversion function to turn arguments into the
575: -- l_rec structure.
576: --

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

636: --
637: upd(l_rec, p_validate);
638: p_object_version_number := l_rec.object_version_number;
639: --
640: hr_utility.set_location(' Leaving:'||l_proc, 10);
641: End upd;
642: --
643: end hr_trs_upd;