DBA Data[Home] [Help]

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

127: where role_id = p_rec.role_id;
128: --
129: --
130: --
131: hr_utility.set_location(' Leaving:'||l_proc, 10);
132: --
133: Exception
134: When hr_api.check_integrity_violated Then
135: -- A check constraint has been violated

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

189: --
190: l_proc varchar2(72) := g_package||'pre_update';
191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: hr_utility.set_location(' Leaving:'||l_proc, 10);
196: End pre_update;
197: --

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

191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: hr_utility.set_location(' Leaving:'||l_proc, 10);
196: End pre_update;
197: --
198: -- ----------------------------------------------------------------------------
199: -- |-----------------------------< post_update >------------------------------|

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

234: --
235: l_proc varchar2(72) := g_package||'post_update';
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: begin
240: --
241: per_rol_rku.after_update
242: (p_effective_date

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

466: ,p_hook_type => 'AU');
467: --
468: end;
469: --
470: hr_utility.set_location(' Leaving:'||l_proc, 10);
471: End post_update;
472: --
473: -- ----------------------------------------------------------------------------
474: -- |-----------------------------< convert_defs >-----------------------------|

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

745: --
746: l_proc varchar2(72) := g_package||'upd';
747: --
748: Begin
749: hr_utility.set_location('Entering:'||l_proc, 5);
750: --
751: -- We must lock the row which we need to update.
752: --
753: per_rol_shd.lck

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

844: l_rec per_rol_shd.g_rec_type;
845: l_proc varchar2(72) := g_package||'upd';
846: --
847: Begin
848: hr_utility.set_location('Entering:'||l_proc, 5);
849: --
850: -- Call conversion function to turn arguments into the
851: -- l_rec structure.
852: --

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

918: ,l_rec
919: );
920: p_object_version_number := l_rec.object_version_number;
921: --
922: hr_utility.set_location(' Leaving:'||l_proc, 10);
923: End upd;
924: --
925: end per_rol_upd;