DBA Data[Home] [Help]

APPS.BEN_XFI_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 ext_file_id = p_rec.ext_file_id;
115: --
116: ben_xfi_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 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 323: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

535: p_rec.ext_data_elmt_in_rcd_id2 :=
536: ben_xfi_shd.g_old_rec.ext_data_elmt_in_rcd_id2;
537: End If;
538: --
539: hr_utility.set_location(' Leaving:'||l_proc, 10);
540: --
541: End convert_defs;
542: --
543: -- ----------------------------------------------------------------------------

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

550: --
551: l_proc varchar2(72) := g_package||'upd';
552: --
553: Begin
554: hr_utility.set_location('Entering:'||l_proc, 5);
555: --
556: -- We must lock the row which we need to update.
557: --
558: ben_xfi_shd.lck

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

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

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

704: --
705: upd(l_rec);
706: p_object_version_number := l_rec.object_version_number;
707: --
708: hr_utility.set_location(' Leaving:'||l_proc, 10);
709: End upd;
710: --
711: end ben_xfi_upd;