DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

327: --
328: -- End of API User Hook for post_update.
329: --
330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: End post_update;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |-----------------------------< convert_defs >-----------------------------|

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

379: l_proc varchar2(72) := g_package||'convert_defs';
380: --
381: Begin
382: --
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: -- We must now examine each argument value in the
386: -- p_rec plsql record structure
387: -- to see if a system default is being used. If a system default

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

552: ben_cqb_shd.g_old_rec.cqb_attribute30;
553: End If;
554:
555: --
556: hr_utility.set_location(' Leaving:'||l_proc, 10);
557: --
558: End convert_defs;
559: --
560: -- ----------------------------------------------------------------------------

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

568: --
569: l_proc varchar2(72) := g_package||'upd';
570: --
571: Begin
572: hr_utility.set_location('Entering:'||l_proc, 5);
573: --
574: -- We must lock the row which we need to update.
575: --
576: ben_cqb_shd.lck

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

657: l_rec ben_cqb_shd.g_rec_type;
658: l_proc varchar2(72) := g_package||'upd';
659: --
660: Begin
661: hr_utility.set_location('Entering:'||l_proc, 5);
662: --
663: -- Call conversion function to turn arguments into the
664: -- l_rec structure.
665: --

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

718: upd(
719: p_effective_date,l_rec);
720: p_object_version_number := l_rec.object_version_number;
721: --
722: hr_utility.set_location(' Leaving:'||l_proc, 10);
723: End upd;
724: --
725: end ben_cqb_upd;