DBA Data[Home] [Help]

APPS.BEN_EPE_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_epe_shd.g_api_dml := true; -- Set the api dml status
62: --

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

270: );
271: --
272: ben_epe_shd.g_api_dml := false; -- Unset the api dml status
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: Exception
276: When hr_api.check_integrity_violated Then
277: -- A check constraint has been violated
278: ben_epe_shd.g_api_dml := false; -- Unset the api dml status

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

337: --
338: Cursor C_Sel1 is select ben_elig_per_elctbl_chc_s.nextval from sys.dual;
339: --
340: Begin
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: --
343: -- Select the next sequence number
344: --
345: Open C_Sel1;

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

345: Open C_Sel1;
346: Fetch C_Sel1 Into p_rec.elig_per_elctbl_chc_id;
347: Close C_Sel1;
348: --
349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: End pre_insert;
351: --
352: -- ----------------------------------------------------------------------------
353: -- |-----------------------------< post_insert >------------------------------|

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

385: --
386: l_proc varchar2(72) := g_package||'post_insert';
387: --
388: Begin
389: hr_utility.set_location('Entering:'||l_proc, 5);
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: End post_insert;
393: --

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

387: --
388: Begin
389: hr_utility.set_location('Entering:'||l_proc, 5);
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_epe_bus.insert_validate(p_rec,p_effective_date);

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

534: l_rec ben_epe_shd.g_rec_type;
535: l_proc varchar2(72) := g_package||'ins';
536: --
537: Begin
538: hr_utility.set_location('Entering:'||l_proc, 5);
539: --
540: -- Call conversion function to turn arguments into the
541: -- p_rec structure.
542: --

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

656: --
657: p_elig_per_elctbl_chc_id := l_rec.elig_per_elctbl_chc_id;
658: p_object_version_number := l_rec.object_version_number;
659: --
660: hr_utility.set_location(' Leaving:'||l_proc, 10);
661: End ins;
662: --
663: end ben_epe_ins;