DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

239: ,p_hook_type => 'AU');
240: --
241: end;
242: --
243: hr_utility.set_location(' Leaving:'||l_proc, 10);
244: End post_update;
245: --
246: -- ----------------------------------------------------------------------------
247: -- |-----------------------------< convert_defs >-----------------------------|

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

338: --
339: l_proc varchar2(72) := g_package||'upd';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: -- We must lock the row which we need to update.
345: --
346: pay_peu_shd.lck

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

395: l_rec pay_peu_shd.g_rec_type;
396: l_proc varchar2(72) := g_package||'upd';
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc, 5);
400: --
401: -- Call conversion function to turn arguments into the
402: -- l_rec structure.
403: --

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

423: ,l_rec
424: );
425: p_object_version_number := l_rec.object_version_number;
426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: End upd;
429: --
430: end pay_peu_upd;