DBA Data[Home] [Help]

APPS.OTA_TPL_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 109: hr_utility.set_location(' Leaving:'||l_proc, 10);

105: where price_list_id = p_rec.price_list_id;
106: --
107: ota_tpl_shd.g_api_dml := false; -- Unset the api dml status
108: --
109: hr_utility.set_location(' Leaving:'||l_proc, 10);
110: --
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated

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

165: --
166: l_proc varchar2(72) := g_package||'pre_update';
167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: End pre_update;
173: --

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

167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: End pre_update;
173: --
174: -- ----------------------------------------------------------------------------
175: -- |-----------------------------< post_update >------------------------------|

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

207: --
208: l_proc varchar2(72) := g_package||'post_update';
209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: hr_utility.set_location(' Leaving:'||l_proc, 10);
214: End post_update;
215: --

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

209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: hr_utility.set_location(' Leaving:'||l_proc, 10);
214: End post_update;
215: --
216: -- ----------------------------------------------------------------------------
217: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

400: End If;
401: --
402: -- Return the plsql record structure.
403: --
404: hr_utility.set_location(' Leaving:'||l_proc, 10);
405: Return(p_rec);
406: --
407: End convert_defs;
408: --

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

417: --
418: l_proc varchar2(72) := g_package||'upd';
419: --
420: Begin
421: hr_utility.set_location('Entering:'||l_proc, 5);
422: --
423: -- Determine if the business process is to be validated.
424: --
425: If p_validate then

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

462: If p_validate then
463: Raise HR_Api.Validate_Enabled;
464: End If;
465: --
466: hr_utility.set_location(' Leaving:'||l_proc, 10);
467: Exception
468: When HR_Api.Validate_Enabled Then
469: --
470: -- As the Validate_Enabled exception has been raised

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

518: l_rec ota_tpl_shd.g_rec_type;
519: l_proc varchar2(72) := g_package||'upd';
520: --
521: Begin
522: hr_utility.set_location('Entering:'||l_proc, 5);
523: --
524: -- Call conversion function to turn arguments into the
525: -- l_rec structure.
526: --

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

569: --
570: upd(l_rec, p_validate);
571: p_object_version_number := l_rec.object_version_number;
572: --
573: hr_utility.set_location(' Leaving:'||l_proc, 10);
574: End upd;
575: --
576: end ota_tpl_upd;