DBA Data[Home] [Help]

APPS.BEN_EIV_INS dependencies on BEN_EIV_INS

Line 1: Package Body ben_eiv_ins as

1: Package Body ben_eiv_ins as
2: /* $Header: beeivrhi.pkb 115.4 2002/12/22 20:25:28 pabodla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ben_eiv_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_eiv_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 26: ben_eiv_ins.g_extra_input_value_id_i := p_extra_input_value_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_eiv_ins.g_extra_input_value_id_i := p_extra_input_value_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --

Line 415: ben_eiv_ins.pre_insert(p_effective_date

411: );
412: --
413: -- Call the supporting pre-insert operation
414: --
415: ben_eiv_ins.pre_insert(p_effective_date
416: ,p_rec);
417: --
418: -- Insert the row
419: --

Line 420: ben_eiv_ins.insert_dml(p_rec);

416: ,p_rec);
417: --
418: -- Insert the row
419: --
420: ben_eiv_ins.insert_dml(p_rec);
421: --
422: -- Call the supporting post-insert operation
423: --
424: ben_eiv_ins.post_insert

Line 424: ben_eiv_ins.post_insert

420: ben_eiv_ins.insert_dml(p_rec);
421: --
422: -- Call the supporting post-insert operation
423: --
424: ben_eiv_ins.post_insert
425: (p_effective_date
426: ,p_rec
427: );
428: --

Line 533: ben_eiv_ins.ins

529: --
530: -- Having converted the arguments into the ben_eiv_rec
531: -- plsql record structure we call the corresponding record business process.
532: --
533: ben_eiv_ins.ins
534: (p_effective_date
535: ,l_rec
536: );
537: --

Line 547: end ben_eiv_ins;

543: --
544: hr_utility.set_location(' Leaving:'||l_proc, 10);
545: End ins;
546: --
547: end ben_eiv_ins;