DBA Data[Home] [Help]

APPS.PER_NAA_UPD dependencies on HR_UTILITY

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

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

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

83: where absence_action_id = p_rec.absence_action_id;
84: --
85: per_naa_shd.g_api_dml := false; -- Unset the api dml status
86: --
87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: --
89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated

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

145: --
146: l_proc varchar2(72) := g_package||'pre_update';
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --

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

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------
155: -- |-----------------------------< post_update >------------------------------|

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

189: --
190: l_proc varchar2(72) := g_package||'post_update';
191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: begin
195: --
196: per_naa_rku.after_update
197: (p_absence_action_id

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

249: ,p_hook_type => 'AU');
250: --
251: end;
252: --
253: hr_utility.set_location(' Leaving:'||l_proc, 10);
254: End post_update;
255: --
256: -- ----------------------------------------------------------------------------
257: -- |-----------------------------< convert_defs >-----------------------------|

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

360: --
361: l_proc varchar2(72) := g_package||'upd';
362: --
363: Begin
364: hr_utility.set_location('Entering:'||l_proc, 5);
365: --
366: -- We must lock the row which we need to update.
367: --
368: per_naa_shd.lck

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

423: l_rec per_naa_shd.g_rec_type;
424: l_proc varchar2(72) := g_package||'upd';
425: --
426: Begin
427: hr_utility.set_location('Entering:'||l_proc, 5);
428: --
429: -- Call conversion function to turn arguments into the
430: -- l_rec structure.
431: --

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

453: (l_rec
454: );
455: p_object_version_number := l_rec.object_version_number;
456: --
457: hr_utility.set_location(' Leaving:'||l_proc, 10);
458: End upd;
459: --
460: end per_naa_upd;