DBA Data[Home] [Help]

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

91: where batch_ler_id = p_rec.batch_ler_id;
92: --
93: ben_bli_shd.g_api_dml := false; -- Unset the api dml status
94: --
95: hr_utility.set_location(' Leaving:'||l_proc, 10);
96: --
97: Exception
98: When hr_api.check_integrity_violated Then
99: -- A check constraint has been violated

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

151: --
152: l_proc varchar2(72) := g_package||'pre_update';
153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: End pre_update;
159: --

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

153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: End pre_update;
159: --
160: -- ----------------------------------------------------------------------------
161: -- |-----------------------------< post_update >------------------------------|

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

194: --
195: l_proc varchar2(72) := g_package||'post_update';
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: --
201: -- Start of API User Hook for post_update.
202: --

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

256: --
257: -- End of API User Hook for post_update.
258: --
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: End post_update;
262: --
263: -- ----------------------------------------------------------------------------
264: -- |-----------------------------< convert_defs >-----------------------------|

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

308: l_proc varchar2(72) := g_package||'convert_defs';
309: --
310: Begin
311: --
312: hr_utility.set_location('Entering:'||l_proc, 5);
313: --
314: -- We must now examine each argument value in the
315: -- p_rec plsql record structure
316: -- to see if a system default is being used. If a system default

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

389: ben_bli_shd.g_old_rec.business_group_id;
390: End If;
391:
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: --
395: End convert_defs;
396: --
397: -- ----------------------------------------------------------------------------

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

405: --
406: l_proc varchar2(72) := g_package||'upd';
407: --
408: Begin
409: hr_utility.set_location('Entering:'||l_proc, 5);
410: --
411: -- We must lock the row which we need to update.
412: --
413: ben_bli_shd.lck

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

470: l_rec ben_bli_shd.g_rec_type;
471: l_proc varchar2(72) := g_package||'upd';
472: --
473: Begin
474: hr_utility.set_location('Entering:'||l_proc, 5);
475: --
476: -- Call conversion function to turn arguments into the
477: -- l_rec structure.
478: --

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

507: --
508: upd(p_effective_date,l_rec);
509: p_object_version_number := l_rec.object_version_number;
510: --
511: hr_utility.set_location(' Leaving:'||l_proc, 10);
512: End upd;
513: --
514: end ben_bli_upd;