DBA Data[Home] [Help]

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

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

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

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

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

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

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

203: --
204: l_proc varchar2(72) := g_package||'post_update';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: -- Start of API User Hook for post_update.
210: begin
211: per_vgr_rku.after_update

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

285: p_hook_type => 'AU'
286: );
287: end;
288: -- End of API User Hook for post_update.
289: hr_utility.set_location(' Leaving:'||l_proc, 10);
290: End post_update;
291: --
292: -- ----------------------------------------------------------------------------
293: -- |-----------------------------< convert_defs >-----------------------------|

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

338: l_proc varchar2(72) := g_package||'convert_defs';
339: --
340: Begin
341: --
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: -- We must now examine each argument value in the
345: -- p_rec plsql record structure
346: -- to see if a system default is being used. If a system default

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

475: per_vgr_shd.g_old_rec.attribute20;
476: End If;
477:
478: --
479: hr_utility.set_location(' Leaving:'||l_proc, 10);
480: --
481: End convert_defs;
482: --
483: -- ----------------------------------------------------------------------------

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

492: --
493: l_proc varchar2(72) := g_package||'upd';
494: --
495: Begin
496: hr_utility.set_location('Entering:'||l_proc, 5);
497: --
498: -- Determine if the business process is to be validated.
499: --
500: If p_validate then

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

538: If p_validate then
539: Raise HR_Api.Validate_Enabled;
540: End If;
541: --
542: hr_utility.set_location(' Leaving:'||l_proc, 10);
543: Exception
544: When HR_Api.Validate_Enabled Then
545: --
546: -- As the Validate_Enabled exception has been raised

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

591: l_rec per_vgr_shd.g_rec_type;
592: l_proc varchar2(72) := g_package||'upd';
593: --
594: Begin
595: hr_utility.set_location('Entering:'||l_proc, 5);
596: --
597: -- Call conversion function to turn arguments into the
598: -- l_rec structure.
599: --

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

642: --
643: upd(l_rec, p_validate,p_effective_date); --Effective date added for bug# 1760707
644: p_object_version_number := l_rec.object_version_number;
645: --
646: hr_utility.set_location(' Leaving:'||l_proc, 10);
647: End upd;
648: --
649: end per_vgr_upd;