DBA Data[Home] [Help]

APPS.PER_EVT_UPD dependencies on HR_UTILITY

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

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

Line 120: hr_utility.set_location(' Leaving:'||l_proc, 20);

116: where event_id = p_rec.event_id;
117: --
118: per_evt_shd.g_api_dml := false; -- Unset the api dml status
119: --
120: hr_utility.set_location(' Leaving:'||l_proc, 20);
121: --
122: Exception
123: When hr_api.check_integrity_violated Then
124: -- A check constraint has been violated

Line 182: hr_utility.set_location('Entering:'||l_proc, 10);

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

Line 184: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

Line 226: hr_utility.set_location('Entering:'||l_proc, 10);

222: --
223: l_proc varchar2(72) := g_package||'post_update';
224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 10);
227: begin
228: --
229: per_evt_rku.after_update
230: (p_event_id

Line 408: hr_utility.set_location(' Leaving:'||l_proc, 20);

404: ,p_hook_type => 'AU');
405: --
406: end;
407: --
408: hr_utility.set_location(' Leaving:'||l_proc, 20);
409: End post_update;
410: --
411: -- ----------------------------------------------------------------------------
412: -- |-----------------------------< convert_defs >-----------------------------|

Line 642: hr_utility.set_location('Entering:'||l_proc, 10);

638: --
639: l_proc varchar2(72) := g_package||'upd';
640: --
641: Begin
642: hr_utility.set_location('Entering:'||l_proc, 10);
643: --
644: -- We must lock the row which we need to update.
645: --
646: per_evt_shd.lck

Line 731: hr_utility.set_location('Entering:'||l_proc, 10);

727: l_rec per_evt_shd.g_rec_type;
728: l_proc varchar2(72) := g_package||'upd';
729: --
730: Begin
731: hr_utility.set_location('Entering:'||l_proc, 10);
732: --
733: -- Call conversion function to turn arguments into the
734: -- l_rec structure.
735: --

Line 793: hr_utility.set_location(' Leaving:'||l_proc, 20);

789: );
790: p_object_version_number := l_rec.object_version_number;
791:
792: --
793: hr_utility.set_location(' Leaving:'||l_proc, 20);
794: End upd;
795: --
796: end per_evt_upd;