DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

559: ben_ecc_shd.g_old_rec.program_update_date;
560: End If;
561:
562: --
563: hr_utility.set_location(' Leaving:'||l_proc, 10);
564: --
565: End convert_defs;
566: --
567: -- ----------------------------------------------------------------------------

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

575: --
576: l_proc varchar2(72) := g_package||'upd';
577: --
578: Begin
579: hr_utility.set_location('Entering:'||l_proc, 5);
580: --
581: -- We must lock the row which we need to update.
582: --
583: ben_ecc_shd.lck

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

665: l_rec ben_ecc_shd.g_rec_type;
666: l_proc varchar2(72) := g_package||'upd';
667: --
668: Begin
669: hr_utility.set_location('Entering:'||l_proc, 5);
670: --
671: -- Call conversion function to turn arguments into the
672: -- l_rec structure.
673: --

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

727: upd(
728: p_effective_date,l_rec);
729: p_object_version_number := l_rec.object_version_number;
730: --
731: hr_utility.set_location(' Leaving:'||l_proc, 10);
732: End upd;
733: --
734: end ben_ecc_upd;