DBA Data[Home] [Help]

APPS.BEN_EIV_UPD dependencies on BEN_EIV_UPD

Line 1: Package Body ben_eiv_upd as

1: Package Body ben_eiv_upd 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_upd.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_eiv_upd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< update_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 637: ben_eiv_upd.pre_update(p_effective_date

633: );
634: --
635: -- Call the supporting pre-update operation
636: --
637: ben_eiv_upd.pre_update(p_effective_date
638: ,p_rec);
639: --
640: -- Update the row.
641: --

Line 642: ben_eiv_upd.update_dml(p_rec);

638: ,p_rec);
639: --
640: -- Update the row.
641: --
642: ben_eiv_upd.update_dml(p_rec);
643: --
644: -- Call the supporting post-update operation
645: --
646: ben_eiv_upd.post_update

Line 646: ben_eiv_upd.post_update

642: ben_eiv_upd.update_dml(p_rec);
643: --
644: -- Call the supporting post-update operation
645: --
646: ben_eiv_upd.post_update
647: (p_effective_date
648: ,p_rec
649: );
650: --

Line 755: ben_eiv_upd.upd

751: -- Having converted the arguments into the
752: -- plsql record structure we call the corresponding record
753: -- business process.
754: --
755: ben_eiv_upd.upd
756: (p_effective_date
757: ,l_rec
758: );
759: p_object_version_number := l_rec.object_version_number;

Line 764: end ben_eiv_upd;

760: --
761: hr_utility.set_location(' Leaving:'||l_proc, 10);
762: End upd;
763: --
764: end ben_eiv_upd;