DBA Data[Home] [Help]

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

111: where cmbn_age_los_fctr_id = p_rec.cmbn_age_los_fctr_id;
112: --
113: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: --
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated

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

171: --
172: l_proc varchar2(72) := g_package||'pre_update';
173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End pre_update;
179: --

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

173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End pre_update;
179: --
180: -- ----------------------------------------------------------------------------
181: -- |-----------------------------< post_update >------------------------------|

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

213: --
214: l_proc varchar2(72) := g_package||'post_update';
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: --
219: --
220: -- Start of API User Hook for post_update.
221: --

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

316: --
317: -- End of API User Hook for post_update.
318: --
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 10);
321: End post_update;
322: --
323: -- ----------------------------------------------------------------------------
324: -- |-----------------------------< convert_defs >-----------------------------|

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

368: l_proc varchar2(72) := g_package||'convert_defs';
369: --
370: Begin
371: --
372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: -- We must now examine each argument value in the
375: -- p_rec plsql record structure
376: -- to see if a system default is being used. If a system default

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

529: ben_cla_shd.g_old_rec.name;
530: End If;
531:
532: --
533: hr_utility.set_location(' Leaving:'||l_proc, 10);
534: --
535: End convert_defs;
536: --
537: -- ----------------------------------------------------------------------------

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

544: --
545: l_proc varchar2(72) := g_package||'upd';
546: --
547: Begin
548: hr_utility.set_location('Entering:'||l_proc, 5);
549: --
550: -- We must lock the row which we need to update.
551: --
552: ben_cla_shd.lck

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

628: l_rec ben_cla_shd.g_rec_type;
629: l_proc varchar2(72) := g_package||'upd';
630: --
631: Begin
632: hr_utility.set_location('Entering:'||l_proc, 5);
633: --
634: -- Call conversion function to turn arguments into the
635: -- l_rec structure.
636: --

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

685: --
686: upd(l_rec);
687: p_object_version_number := l_rec.object_version_number;
688: --
689: hr_utility.set_location(' Leaving:'||l_proc, 10);
690: End upd;
691: --
692: end ben_cla_upd;