DBA Data[Home] [Help]

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

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

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

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

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

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

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

210: --
211: l_proc varchar2(72) := g_package||'post_update';
212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: --
216: --
217: -- Start of API User Hook for post_update.
218: --

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

309: --
310: -- End of API User Hook for post_update.
311: --
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: End post_update;
315: --
316: -- ----------------------------------------------------------------------------
317: -- |-----------------------------< convert_defs >-----------------------------|

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

361: l_proc varchar2(72) := g_package||'convert_defs';
362: --
363: Begin
364: --
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- We must now examine each argument value in the
368: -- p_rec plsql record structure
369: -- to see if a system default is being used. If a system default

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

514: per_prv_shd.g_old_rec.attribute30;
515: End If;
516:
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);
519: --
520: End convert_defs;
521: --
522: -- ----------------------------------------------------------------------------

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

531: --
532: l_proc varchar2(72) := g_package||'upd';
533: --
534: Begin
535: hr_utility.set_location('Entering:'||l_proc, 5);
536: --
537: -- Determine if the business process is to be validated.
538: --
539: If p_validate then

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

579: If p_validate then
580: Raise HR_Api.Validate_Enabled;
581: End If;
582: --
583: hr_utility.set_location(' Leaving:'||l_proc, 10);
584: Exception
585: When HR_Api.Validate_Enabled Then
586: --
587: -- As the Validate_Enabled exception has been raised

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

639: l_rec per_prv_shd.g_rec_type;
640: l_proc varchar2(72) := g_package||'upd';
641: --
642: Begin
643: hr_utility.set_location('Entering:'||l_proc, 5);
644: --
645: -- Call conversion function to turn arguments into the
646: -- l_rec structure.
647: --

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

696: ,p_next_review_date_warning
697: ,p_validate);
698: p_object_version_number := l_rec.object_version_number;
699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 10);
701: End upd;
702: --
703: end per_prv_upd;