DBA Data[Home] [Help]

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

113: where supplied_resource_id = p_rec.supplied_resource_id;
114: --
115: ota_tsr_shd.g_api_dml := false; -- Unset the api dml status
116: --
117: hr_utility.set_location(' Leaving:'||l_proc, 10);
118: --
119: Exception
120: When hr_api.check_integrity_violated Then
121: -- A check constraint has been violated

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

173: --
174: l_proc varchar2(72) := g_package||'pre_update';
175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --

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

175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --
182: -- ----------------------------------------------------------------------------
183: -- |-----------------------------< post_update >------------------------------|

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

215: --
216: l_proc varchar2(72) := g_package||'post_update';
217: --
218: Begin
219: hr_utility.set_location('Entering:'||l_proc, 5);
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: End post_update;
223: --

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

217: --
218: Begin
219: hr_utility.set_location('Entering:'||l_proc, 5);
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: End post_update;
223: --
224: -- ----------------------------------------------------------------------------
225: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

439: ota_tsr_shd.g_old_rec.special_instruction;
440: End If; --
441: -- Return the plsql record structure.
442: --
443: hr_utility.set_location(' Leaving:'||l_proc, 10);
444: Return(p_rec);
445: --
446: End convert_defs;
447: --

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

456: --
457: l_proc varchar2(72) := g_package||'upd';
458: --
459: Begin
460: hr_utility.set_location('Entering:'||l_proc, 5);
461: --
462: -- Determine if the business process is to be validated.
463: --
464: If p_validate then

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

501: If p_validate then
502: Raise HR_Api.Validate_Enabled;
503: End If;
504: --
505: hr_utility.set_location(' Leaving:'||l_proc, 10);
506: Exception
507: When HR_Api.Validate_Enabled Then
508: --
509: -- As the Validate_Enabled exception has been raised

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

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

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

624: --
625: upd(l_rec, p_validate);
626: p_object_version_number := l_rec.object_version_number;
627: --
628: hr_utility.set_location(' Leaving:'||l_proc, 10);
629: End upd;
630: --
631: end ota_tsr_upd;