DBA Data[Home] [Help]

APPS.BEN_ECR_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

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

167: where enrt_rt_id = p_rec.enrt_rt_id;
168: --
169: ben_ecr_shd.g_api_dml := false; -- Unset the api dml status
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: --
173: Exception
174: When hr_api.check_integrity_violated Then
175: -- A check constraint has been violated

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

227: --
228: l_proc varchar2(72) := g_package||'pre_update';
229: --
230: Begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: End pre_update;
235: --

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

229: --
230: Begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: End pre_update;
235: --
236: -- ----------------------------------------------------------------------------
237: -- |-----------------------------< post_update >------------------------------|

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

270: --
271: l_proc varchar2(72) := g_package||'post_update';
272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 10);
277: End post_update;
278: --

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

272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 10);
277: End post_update;
278: --
279: -- ----------------------------------------------------------------------------
280: -- |-----------------------------< convert_defs >-----------------------------|

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

325: l_proc varchar2(72) := g_package||'convert_defs';
326: --
327: Begin
328: --
329: hr_utility.set_location('Entering:'||l_proc, 5);
330: --
331: -- We must now examine each argument value in the
332: -- p_rec plsql record structure
333: -- to see if a system default is being used. If a system default

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

683: p_rec.clm_comp_lvl_fctr_id :=
684: ben_ecr_shd.g_old_rec.clm_comp_lvl_fctr_id;
685: End If;
686: --
687: hr_utility.set_location(' Leaving:'||l_proc, 10);
688: --
689: End convert_defs;
690: --
691: -- ----------------------------------------------------------------------------

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

697: --
698: l_proc varchar2(72) := g_package||'upd';
699: --
700: Begin
701: hr_utility.set_location('Entering:'||l_proc, 5);
702: --
703: -- We must lock the row which we need to update.
704: --
705: ben_ecr_shd.lck

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

835: l_rec ben_ecr_shd.g_rec_type;
836: l_proc varchar2(72) := g_package||'upd';
837: --
838: Begin
839: hr_utility.set_location('Entering:'||l_proc, 5);
840: --
841: -- Call conversion function to turn arguments into the
842: -- l_rec structure.
843: --

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

948: --
949: upd(l_rec,p_effective_date);
950: p_object_version_number := l_rec.object_version_number;
951: --
952: hr_utility.set_location(' Leaving:'||l_proc, 10);
953: End upd;
954: --
955: end ben_ecr_upd;