DBA Data[Home] [Help]

APPS.BEN_BNR_INS dependencies on HR_UTILITY

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

58: l_last_update_login number := fnd_global.login_id;
59:
60: --
61: Begin
62: hr_utility.set_location('Entering:'||l_proc, 5);
63: p_rec.object_version_number := 1; -- Initialise the object version
64: --
65: ben_bnr_shd.g_api_dml := true; -- Set the api dml status
66: --

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

184: and t.language = l.language_code);
185: --
186: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: Exception
190: When hr_api.check_integrity_violated Then
191: -- A check constraint has been violated
192: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status

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

255: from per_business_groups
256: where business_group_id = p_rec.business_group_id;
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: --
262: -- Select the next sequence number
263: --

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

268: Open c_legislation;
269: fetch c_legislation into p_rec.legislation_code;
270: close c_legislation;
271: --
272: hr_utility.set_location(' Leaving:'||l_proc, 10);
273: End pre_insert;
274: --
275: -- ----------------------------------------------------------------------------
276: -- |-----------------------------< post_insert >------------------------------|

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

309: --
310: l_proc varchar2(72) := g_package||'post_insert';
311: --
312: Begin
313: hr_utility.set_location('Entering:'||l_proc, 5);
314: --
315: --
316: -- Start of API User Hook for post_insert.
317: --

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

374: --
375: -- End of API User Hook for post_insert.
376: --
377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: End post_insert;
380: --
381: -- ----------------------------------------------------------------------------
382: -- |---------------------------------< ins >----------------------------------|

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

389: --
390: l_proc varchar2(72) := g_package||'ins';
391: --
392: Begin
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- Call the supporting insert validate operations
396: --
397: ben_bnr_bus.insert_validate(p_rec

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

462: l_rec ben_bnr_shd.g_rec_type;
463: l_proc varchar2(72) := g_package||'ins';
464: --
465: Begin
466: hr_utility.set_location('Entering:'||l_proc, 5);
467: --
468: -- Call conversion function to turn arguments into the
469: -- p_rec structure.
470: --

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

524: --
525: p_rptg_grp_id := l_rec.rptg_grp_id;
526: p_object_version_number := l_rec.object_version_number;
527: --
528: hr_utility.set_location(' Leaving:'||l_proc, 10);
529: End ins;
530: --
531: end ben_bnr_ins;