DBA Data[Home] [Help]

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

131: where location_extra_info_id = p_rec.location_extra_info_id;
132: --
133: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 10);
136: --
137: Exception
138: When hr_api.check_integrity_violated Then
139: -- A check constraint has been violated

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

191: --
192: l_proc varchar2(72) := g_package||'pre_update';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: End pre_update;
199: --

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

193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: End pre_update;
199: --
200: -- ----------------------------------------------------------------------------
201: -- |-----------------------------< post_update >------------------------------|

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

233: --
234: l_proc varchar2(72) := g_package||'post_update';
235: --
236: Begin
237: hr_utility.set_location('Entering:'||l_proc, 5);
238: --
239: -- This is a hook point and the user hook for post_update is called here.
240: --
241: begin

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

366: );
367: end;
368: -- End of API User Hook for post_update.
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End post_update;
372: --
373: -- ----------------------------------------------------------------------------
374: -- |-----------------------------< convert_defs >-----------------------------|

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

419: l_proc varchar2(72) := g_package||'convert_defs';
420: --
421: Begin
422: --
423: hr_utility.set_location('Entering:'||l_proc, 5);
424: --
425: -- We must now examine each argument value in the
426: -- p_rec plsql record structure
427: -- to see if a system default is being used. If a system default

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

660: hr_lei_shd.g_old_rec.lei_information30;
661: End If;
662:
663: --
664: hr_utility.set_location(' Leaving:'||l_proc, 10);
665: --
666: End convert_defs;
667: --
668: -- ----------------------------------------------------------------------------

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

676: --
677: l_proc varchar2(72) := g_package||'upd';
678: --
679: Begin
680: hr_utility.set_location('Entering:'||l_proc, 5);
681: --
682: -- Determine if the business process is to be validated.
683: --
684: If p_validate then

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

722: If p_validate then
723: Raise HR_Api.Validate_Enabled;
724: End If;
725: --
726: hr_utility.set_location(' Leaving:'||l_proc, 10);
727: Exception
728: When HR_Api.Validate_Enabled Then
729: --
730: -- As the Validate_Enabled exception has been raised

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

804: l_rec hr_lei_shd.g_rec_type;
805: l_proc varchar2(72) := g_package||'upd';
806: --
807: Begin
808: hr_utility.set_location('Entering:'||l_proc, 5);
809: --
810: -- Call conversion function to turn arguments into the
811: -- l_rec structure.
812: --

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

881: --
882: upd(l_rec, p_validate);
883: p_object_version_number := l_rec.object_version_number;
884: --
885: hr_utility.set_location(' Leaving:'||l_proc, 10);
886: End upd;
887: --
888: end hr_lei_upd;