DBA Data[Home] [Help]

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

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

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

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

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

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

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

191: --
192: l_proc varchar2(72) := g_package||'post_update';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: begin
197: --
198: per_psv_rku.after_update
199: (p_effective_date => p_effective_date

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

254: ,p_hook_type => 'AU');
255: --
256: end;
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: End post_update;
260: --
261: -- ----------------------------------------------------------------------------
262: -- |-----------------------------< convert_defs >-----------------------------|

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

366: --
367: l_proc varchar2(72) := g_package||'upd';
368: --
369: Begin
370: hr_utility.set_location('Entering:'||l_proc, 5);
371: --
372: -- We must lock the row which we need to update.
373: --
374: per_psv_shd.lck

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

427: l_rec per_psv_shd.g_rec_type;
428: l_proc varchar2(72) := g_package||'upd';
429: --
430: Begin
431: hr_utility.set_location('Entering:'||l_proc, 5);
432: --
433: -- Call conversion function to turn arguments into the
434: -- l_rec structure.
435: --

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

459: ,p_gap_warning
460: );
461: p_object_version_number := l_rec.object_version_number;
462: --
463: hr_utility.set_location(' Leaving:'||l_proc, 10);
464: End upd;
465: --
466: end per_psv_upd;