DBA Data[Home] [Help]

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

141: where qualification_type_id = p_rec.qualification_type_id;
142: --
143: per_eqt_shd.g_api_dml := false; -- Unset the api dml status
144: --
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: --
147: Exception
148: When hr_api.check_integrity_violated Then
149: -- A check constraint has been violated

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

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

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

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

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

245: --
246: l_proc varchar2(72) := g_package||'post_update';
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: -- Start of API User Hook for post_insert.
252:
253: -- mvankada

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

398: ,p_hook_type => 'AU'
399: );
400: end;
401: -- End of API User Hook for post_insert.
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: End post_update;
404: --
405: -- ----------------------------------------------------------------------------
406: -- |-----------------------------< convert_defs >-----------------------------|

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

451: l_proc varchar2(72) := g_package||'convert_defs';
452: --
453: Begin
454: --
455: hr_utility.set_location('Entering:'||l_proc, 5);
456: --
457: -- We must now examine each argument value in the
458: -- p_rec plsql record structure
459: -- to see if a system default is being used. If a system default

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

727: per_eqt_shd.g_old_rec.qa_organization;
728: End If;
729:
730: --
731: hr_utility.set_location(' Leaving:'||l_proc, 10);
732: --
733: End convert_defs;
734: --
735: -- ----------------------------------------------------------------------------

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

744: --
745: l_proc varchar2(72) := g_package||'upd';
746: --
747: Begin
748: hr_utility.set_location('Entering:'||l_proc, 5);
749: --
750: -- Determine if the business process is to be validated.
751: --
752: If p_validate then

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

792: If p_validate then
793: Raise HR_Api.Validate_Enabled;
794: End If;
795: --
796: hr_utility.set_location(' Leaving:'||l_proc, 10);
797: Exception
798: When HR_Api.Validate_Enabled Then
799: --
800: -- As the Validate_Enabled exception has been raised

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

887: l_rec per_eqt_shd.g_rec_type;
888: l_proc varchar2(72) := g_package||'upd';
889: --
890: Begin
891: hr_utility.set_location('Entering:'||l_proc, 5);
892: --
893: -- Call conversion function to turn arguments into the
894: -- l_rec structure.
895: --

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

971: --
972: upd(l_rec, p_effective_date, p_validate);
973: p_object_version_number := l_rec.object_version_number;
974: --
975: hr_utility.set_location(' Leaving:'||l_proc, 10);
976: End upd;
977: --
978: end per_eqt_upd;