DBA Data[Home] [Help]

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

81: where ext_incl_data_elmt_id = p_rec.ext_incl_data_elmt_id;
82: --
83: ben_xid_shd.g_api_dml := false; -- Unset the api dml status
84: --
85: hr_utility.set_location(' Leaving:'||l_proc, 10);
86: --
87: Exception
88: When hr_api.check_integrity_violated Then
89: -- A check constraint has been violated

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

141: --
142: l_proc varchar2(72) := g_package||'pre_update';
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --

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

143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --
150: -- ----------------------------------------------------------------------------
151: -- |-----------------------------< post_update >------------------------------|

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

183: --
184: l_proc varchar2(72) := g_package||'post_update';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: --
190: -- Start of API User Hook for post_update.
191: --

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

220: --
221: -- End of API User Hook for post_update.
222: --
223: --
224: hr_utility.set_location(' Leaving:'||l_proc, 10);
225: End post_update;
226: --
227: -- ----------------------------------------------------------------------------
228: -- |-----------------------------< convert_defs >-----------------------------|

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

272: l_proc varchar2(72) := g_package||'convert_defs';
273: --
274: Begin
275: --
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: -- We must now examine each argument value in the
279: -- p_rec plsql record structure
280: -- to see if a system default is being used. If a system default

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

300: p_rec.ext_data_elmt_in_rcd_id :=
301: ben_xid_shd.g_old_rec.ext_data_elmt_in_rcd_id;
302: End If;
303: --
304: hr_utility.set_location(' Leaving:'||l_proc, 10);
305: --
306: End convert_defs;
307: --
308: -- ----------------------------------------------------------------------------

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

315: --
316: l_proc varchar2(72) := g_package||'upd';
317: --
318: Begin
319: hr_utility.set_location('Entering:'||l_proc, 5);
320: --
321: -- We must lock the row which we need to update.
322: --
323: ben_xid_shd.lck

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

370: l_rec ben_xid_shd.g_rec_type;
371: l_proc varchar2(72) := g_package||'upd';
372: --
373: Begin
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: -- Call conversion function to turn arguments into the
377: -- l_rec structure.
378: --

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

399: --
400: upd(l_rec);
401: p_object_version_number := l_rec.object_version_number;
402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End upd;
405: --
406: end ben_xid_upd;