DBA Data[Home] [Help]

APPS.BEN_EGD_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_egd_shd.g_api_dml := true; -- Set the api dml status
62: --

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

170: );
171: --
172: ben_egd_shd.g_api_dml := false; -- Unset the api dml status
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: Exception
176: When hr_api.check_integrity_violated Then
177: -- A check constraint has been violated
178: ben_egd_shd.g_api_dml := false; -- Unset the api dml status

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

236: --
237: Cursor C_Sel1 is select ben_elig_dpnt_s.nextval from sys.dual;
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: --
243: -- Select the next sequence number
244: --

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

245: Open C_Sel1;
246: Fetch C_Sel1 Into p_rec.elig_dpnt_id;
247: Close C_Sel1;
248: --
249: hr_utility.set_location(' Leaving:'||l_proc, 10);
250: End pre_insert;
251: --
252: -- ----------------------------------------------------------------------------
253: -- |-----------------------------< post_insert >------------------------------|

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

289: l_old_rec ben_egd_ler.g_egd_ler_rec;
290: l_new_rec ben_egd_ler.g_egd_ler_rec;
291: --
292: Begin
293: hr_utility.set_location('Entering:'||l_proc, 5);
294: --
295: -- Life event trigger
296: --
297: l_old_rec.business_group_id := null;

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

387: --
388: -- End of API User Hook for post_insert.
389: --
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: End post_insert;
393: --
394: -- ----------------------------------------------------------------------------
395: -- |---------------------------------< ins >----------------------------------|

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

402: --
403: l_proc varchar2(72) := g_package||'ins';
404: --
405: Begin
406: hr_utility.set_location('Entering:'||l_proc, 5);
407: --
408: -- Call the supporting insert validate operations
409: --
410: ben_egd_bus.insert_validate(p_rec

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

486: l_rec ben_egd_shd.g_rec_type;
487: l_proc varchar2(72) := g_package||'ins';
488: --
489: Begin
490: hr_utility.set_location('Entering:'||l_proc, 5);
491: --
492: -- Call conversion function to turn arguments into the
493: -- p_rec structure.
494: --

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

559: --
560: p_elig_dpnt_id := l_rec.elig_dpnt_id;
561: p_object_version_number := l_rec.object_version_number;
562: --
563: hr_utility.set_location(' Leaving:'||l_proc, 10);
564: End ins;
565: --
566: end ben_egd_ins;