DBA Data[Home] [Help]

APPS.BEN_CWG_UPD dependencies on BEN_CWG_UPD

Line 1: Package Body ben_cwg_upd as

1: Package Body ben_cwg_upd as
2: /* $Header: becwgrhi.pkb 120.0 2005/05/28 01:29:54 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 635: ben_cwg_upd.pre_update(p_rec);

631: hr_multi_message.end_validation_set;
632: --
633: -- Call the supporting pre-update operation
634: --
635: ben_cwg_upd.pre_update(p_rec);
636: --
637: -- Update the row.
638: --
639: ben_cwg_upd.update_dml(p_rec);

Line 639: ben_cwg_upd.update_dml(p_rec);

635: ben_cwg_upd.pre_update(p_rec);
636: --
637: -- Update the row.
638: --
639: ben_cwg_upd.update_dml(p_rec);
640: --
641: -- Call the supporting post-update operation
642: --
643: ben_cwg_upd.post_update

Line 643: ben_cwg_upd.post_update

639: ben_cwg_upd.update_dml(p_rec);
640: --
641: -- Call the supporting post-update operation
642: --
643: ben_cwg_upd.post_update
644: (p_effective_date
645: ,p_rec
646: );
647: --

Line 754: ben_cwg_upd.upd

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

Line 763: end ben_cwg_upd;

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