DBA Data[Home] [Help]

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

125: where ext_data_elmt_id = p_rec.ext_data_elmt_id;
126: --
127: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
128: --
129: hr_utility.set_location(' Leaving:'||l_proc, 10);
130: --
131: Exception
132: When hr_api.check_integrity_violated Then
133: -- A check constraint has been violated

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

185: --
186: l_proc varchar2(72) := g_package||'pre_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End pre_update;
193: --

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

187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End pre_update;
193: --
194: -- ----------------------------------------------------------------------------
195: -- |-----------------------------< post_update >------------------------------|

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

228: --
229: l_proc varchar2(72) := g_package||'post_update';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: --
235: -- Start of API User Hook for post_update.
236: --

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

354: --
355: -- End of API User Hook for post_update.
356: --
357: --
358: hr_utility.set_location(' Leaving:'||l_proc, 10);
359: End post_update;
360: --
361: -- ----------------------------------------------------------------------------
362: -- |-----------------------------< convert_defs >-----------------------------|

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

406: l_proc varchar2(72) := g_package||'convert_defs';
407: --
408: Begin
409: --
410: hr_utility.set_location('Entering:'||l_proc, 5);
411: --
412: -- We must now examine each argument value in the
413: -- p_rec plsql record structure
414: -- to see if a system default is being used. If a system default

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

613: ben_xel_shd.g_old_rec.defined_balance_id;
614: End If;
615:
616: --
617: hr_utility.set_location(' Leaving:'||l_proc, 10);
618: --
619: End convert_defs;
620: --
621: -- ----------------------------------------------------------------------------

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

629: --
630: l_proc varchar2(72) := g_package||'upd';
631: --
632: Begin
633: hr_utility.set_location('Entering:'||l_proc, 5);
634: --
635: -- We must lock the row which we need to update.
636: --
637: ben_xel_shd.lck

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

735: l_rec ben_xel_shd.g_rec_type;
736: l_proc varchar2(72) := g_package||'upd';
737: --
738: Begin
739: hr_utility.set_location('Entering:'||l_proc, 5);
740: --
741: -- Call conversion function to turn arguments into the
742: -- l_rec structure.
743: --

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

809: upd(
810: p_effective_date,l_rec);
811: p_object_version_number := l_rec.object_version_number;
812: --
813: hr_utility.set_location(' Leaving:'||l_proc, 10);
814: End upd;
815: --
816: end ben_xel_upd;