DBA Data[Home] [Help]

APPS.PER_ZA_EQT_UPD dependencies on HR_UTILITY

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

56: l_proc varchar2(72) := g_package||'update_dml';
57: l_dummy number;
58: --
59: Begin
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: --
62: -- Increment the object version
63: --
64: p_rec.object_version_number := p_rec.object_version_number + 1;

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

119:
120: --
121: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
122: --
123: hr_utility.set_location(' Leaving:'||l_proc, 10);
124: --
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated

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

179: --
180: l_proc varchar2(72) := g_package||'pre_update';
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End pre_update;
187: --

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

181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End pre_update;
187: --
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------------< post_update >------------------------------|

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

221: --
222: l_proc varchar2(72) := g_package||'post_update';
223: --
224: Begin
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End post_update;
229: --

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

223: --
224: Begin
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End post_update;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |-----------------------------< convert_defs >-----------------------------|

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

276: l_proc varchar2(72) := g_package||'convert_defs';
277: --
278: Begin
279: --
280: hr_utility.set_location('Entering:'||l_proc, 5);
281: --
282: -- We must now examine each argument value in the
283: -- p_rec plsql record structure
284: -- to see if a system default is being used. If a system default

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

385: per_za_eqt_shd.g_old_rec.attribute20;
386: End If;
387:
388: --
389: hr_utility.set_location(' Leaving:'||l_proc, 10);
390: --
391: End convert_defs;
392: --
393: -- ----------------------------------------------------------------------------

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

402: --
403: l_proc varchar2(72) := g_package||'upd';
404: --
405: Begin
406: hr_utility.set_location('Entering:'||l_proc, 5);
407: --
408: -- Determine if the business process is to be validated.
409: --
410: If p_validate then

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

448: If p_validate then
449: Raise HR_Api.Validate_Enabled;
450: End If;
451: --
452: hr_utility.set_location(' Leaving:'||l_proc, 10);
453: Exception
454: When HR_Api.Validate_Enabled Then
455: --
456: -- As the Validate_Enabled exception has been raised

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

498: l_rec per_za_eqt_shd.g_rec_type;
499: l_proc varchar2(72) := g_package||'upd';
500: --
501: Begin
502: hr_utility.set_location('Entering:'||l_proc, 5);
503: --
504: -- Call conversion function to turn arguments into the
505: -- l_rec structure.
506: --

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

542: --
543: upd(l_rec, p_effective_date, p_validate);
544: p_object_version_number := l_rec.object_version_number;
545: --
546: hr_utility.set_location(' Leaving:'||l_proc, 10);
547: End upd;
548: --
549: end per_za_eqt_upd;