DBA Data[Home] [Help]

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

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

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

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

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

163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: hr_utility.set_location(' Leaving:'||l_proc, 10);
168: End pre_update;
169: --
170: -- ----------------------------------------------------------------------------
171: -- |-----------------------------< 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: hr_utility.set_location(' Leaving:'||l_proc, 10);
210: End post_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 post_update;
211: --
212: -- ----------------------------------------------------------------------------
213: -- |-----------------------------< convert_defs >-----------------------------|

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

258: l_proc varchar2(72) := g_package||'convert_defs';
259: --
260: Begin
261: --
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: -- We must now examine each argument value in the
265: -- p_rec plsql record structure
266: -- to see if a system default is being used. If a system default

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

380: End If;
381: --
382: -- Return the plsql record structure.
383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: Return(p_rec);
386: --
387: End convert_defs;
388: --

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

397: --
398: l_proc varchar2(72) := g_package||'upd';
399: --
400: Begin
401: hr_utility.set_location('Entering:'||l_proc, 5);
402: --
403: -- Determine if the business process is to be validated.
404: --
405: If p_validate then

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

442: If p_validate then
443: Raise HR_Api.Validate_Enabled;
444: End If;
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 10);
447: Exception
448: When HR_Api.Validate_Enabled Then
449: --
450: -- As the Validate_Enabled exception has been raised

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

494: l_rec ota_pmm_shd.g_rec_type;
495: l_proc varchar2(72) := g_package||'upd';
496: --
497: Begin
498: hr_utility.set_location('Entering:'||l_proc, 5);
499: --
500: -- Call conversion function to turn arguments into the
501: -- l_rec structure.
502: --

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

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