DBA Data[Home] [Help]

APPS.PER_STB_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 setup_task_code = p_rec.setup_task_code;
82: --
83: --
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: per_stb_rku.after_update
196: (p_effective_date => p_effective_date

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

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

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

321: --
322: l_proc varchar2(72) := g_package||'upd';
323: --
324: Begin
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: --
327: -- We must lock the row which we need to update.
328: --
329: per_stb_shd.lck

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

384: l_rec per_stb_shd.g_rec_type;
385: l_proc varchar2(72) := g_package||'upd';
386: --
387: Begin
388: hr_utility.set_location('Entering:'||l_proc, 5);
389: --
390: -- Call conversion function to turn arguments into the
391: -- l_rec structure.
392: --

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

412: ,l_rec
413: );
414: p_object_version_number := l_rec.object_version_number;
415: --
416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: End upd;
418: --
419: end per_stb_upd;