DBA Data[Home] [Help]

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

79: and user_id = p_rec.user_id;
80: --
81: --
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.check_integrity_violated Then
87: -- A check constraint has been violated

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

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

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

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

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

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

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

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

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

307: --
308: l_proc varchar2(72) := g_package||'upd';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);
312: --
313: -- We must lock the row which we need to update.
314: --
315: per_sls_shd.lck

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

368: l_rec per_sls_shd.g_rec_type;
369: l_proc varchar2(72) := g_package||'upd';
370: --
371: Begin
372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: -- Call conversion function to turn arguments into the
375: -- l_rec structure.
376: --

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

393: ,l_rec
394: );
395: p_object_version_number := l_rec.object_version_number;
396: --
397: hr_utility.set_location(' Leaving:'||l_proc, 10);
398: End upd;
399: --
400: end per_sls_upd;