DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

365: End If;
366: --
367: -- Return the plsql record structure.
368: --
369: hr_utility.set_location(' Leaving:'||l_proc, 10);
370: Return(p_rec);
371: --
372: End convert_defs;
373: --

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

382: --
383: l_proc varchar2(72) := g_package||'upd';
384: --
385: Begin
386: hr_utility.set_location('Entering:'||l_proc, 5);
387: --
388: -- Determine if the business process is to be validated.
389: --
390: If p_validate then

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

427: If p_validate then
428: Raise HR_Api.Validate_Enabled;
429: End If;
430: --
431: hr_utility.set_location(' Leaving:'||l_proc, 10);
432: Exception
433: When HR_Api.Validate_Enabled Then
434: --
435: -- As the Validate_Enabled exception has been raised

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

476: l_rec ota_tsp_shd.g_rec_type;
477: l_proc varchar2(72) := g_package||'upd';
478: --
479: Begin
480: hr_utility.set_location('Entering:'||l_proc, 5);
481: --
482: -- Call conversion function to turn arguments into the
483: -- l_rec structure.
484: --

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

520: --
521: upd(l_rec, p_validate);
522: p_object_version_number := l_rec.object_version_number;
523: --
524: hr_utility.set_location(' Leaving:'||l_proc, 10);
525: End upd;
526: --
527: end ota_tsp_upd;