DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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_xrc_shd.lck

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

638: l_rec ben_xrc_shd.g_rec_type;
639: l_proc varchar2(72) := g_package||'upd';
640: --
641: Begin
642: hr_utility.set_location('Entering:'||l_proc, 5);
643: --
644: -- Call conversion function to turn arguments into the
645: -- l_rec structure.
646: --

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

700: upd(
701: p_effective_date,l_rec);
702: p_object_version_number := l_rec.object_version_number;
703: --
704: hr_utility.set_location(' Leaving:'||l_proc, 10);
705: End upd;
706: --
707: end ben_xrc_upd;