DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

538: ben_yrp_shd.g_old_rec.yrp_attribute30;
539: End If;
540:
541: --
542: hr_utility.set_location(' Leaving:'||l_proc, 10);
543: --
544: End convert_defs;
545: --
546: -- ----------------------------------------------------------------------------

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

554: --
555: l_proc varchar2(72) := g_package||'upd';
556: --
557: Begin
558: hr_utility.set_location('Entering:'||l_proc, 5);
559: --
560: -- We must lock the row which we need to update.
561: --
562: ben_yrp_shd.lck

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

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

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_yrp_upd;