DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

395: End If;
396: --
397: -- Return the plsql record structure.
398: --
399: hr_utility.set_location(' Leaving:'||l_proc, 10);
400: Return(p_rec);
401: --
402: End convert_defs;
403: --

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

412: --
413: l_proc varchar2(72) := g_package||'upd';
414: --
415: Begin
416: hr_utility.set_location('Entering:'||l_proc, 5);
417: --
418: -- Determine if the business process is to be validated.
419: --
420: If p_validate then

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

457: If p_validate then
458: Raise HR_Api.Validate_Enabled;
459: End If;
460: --
461: hr_utility.set_location(' Leaving:'||l_proc, 10);
462: Exception
463: When HR_Api.Validate_Enabled Then
464: --
465: -- As the Validate_Enabled exception has been raised

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

512: l_rec ota_ple_shd.g_rec_type;
513: l_proc varchar2(72) := g_package||'upd';
514: --
515: Begin
516: hr_utility.set_location('Entering:'||l_proc, 5);
517: --
518: -- Call conversion function to turn arguments into the
519: -- l_rec structure.
520: --

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

562: --
563: upd(l_rec, p_validate);
564: p_object_version_number := l_rec.object_version_number;
565: --
566: hr_utility.set_location(' Leaving:'||l_proc, 10);
567: End upd;
568: --
569: end ota_ple_upd;