DBA Data[Home] [Help]

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

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

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

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

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

205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: hr_utility.set_location(' Leaving:'||l_proc, 10);
210: End pre_update;
211: --
212: -- ----------------------------------------------------------------------------
213: -- |-----------------------------< 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: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End post_update;
253: --

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

247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End post_update;
253: --
254: -- ----------------------------------------------------------------------------
255: -- |-----------------------------< convert_defs >-----------------------------|

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

300: l_proc varchar2(72) := g_package||'convert_defs';
301: --
302: Begin
303: --
304: hr_utility.set_location('Entering:'||l_proc, 5);
305: --
306: -- We must now examine each argument value in the
307: -- p_rec plsql record structure
308: -- to see if a system default is being used. If a system default

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

607: ssp_mat_shd.g_old_rec.partner_death_date ;
608: End If;
609:
610: --
611: hr_utility.set_location(' Leaving:'||l_proc, 10);
612: --
613: End convert_defs;
614: --
615: -- ----------------------------------------------------------------------------

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

623: --
624: l_proc varchar2(72) := g_package||'upd';
625: --
626: Begin
627: hr_utility.set_location('Entering:'||l_proc, 5);
628: --
629: -- Determine if the business process is to be validated.
630: --
631: If p_validate then

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

669: If p_validate then
670: Raise HR_Api.Validate_Enabled;
671: End If;
672: --
673: hr_utility.set_location(' Leaving:'||l_proc, 10);
674: Exception
675: When HR_Api.Validate_Enabled Then
676: --
677: -- As the Validate_Enabled exception has been raised

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

764: l_rec ssp_mat_shd.g_rec_type;
765: l_proc varchar2(72) := g_package||'upd';
766: --
767: Begin
768: hr_utility.set_location('Entering:'||l_proc, 5);
769: --
770: -- Call conversion function to turn arguments into the
771: -- l_rec structure.
772: --

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

855: --
856: upd(l_rec, p_validate);
857: p_object_version_number := l_rec.object_version_number;
858: --
859: hr_utility.set_location(' Leaving:'||l_proc, 10);
860: End upd;
861: --
862: end ssp_mat_upd;