DBA Data[Home] [Help]

APPS.PER_GRD_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 grade_id = p_rec.grade_id;
128: --
129: per_grd_shd.g_api_dml := false; -- Unset the api dml status
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_grd_rku.after_update
242: (p_effective_date => p_effective_date

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

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

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

752: --
753: l_proc varchar2(72) := g_package||'upd';
754: --
755: Begin
756: hr_utility.set_location('Entering:'||l_proc, 5);
757: --
758: -- We must lock the row which we need to update.
759: --
760: per_grd_shd.lck

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

861: l_rec per_grd_shd.g_rec_type;
862: l_proc varchar2(72) := g_package||'upd';
863: --
864: Begin
865: hr_utility.set_location('Entering:'||l_proc, 5);
866: --
867: -- Call conversion function to turn arguments into the
868: -- l_rec structure.
869: --

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

935: ,l_rec
936: );
937: p_object_version_number := l_rec.object_version_number;
938: --
939: hr_utility.set_location(' Leaving:'||l_proc, 10);
940: End upd;
941: --
942: end per_grd_upd;