DBA Data[Home] [Help]

APPS.HXC_HPH_UPD dependencies on HXC_HPH_UPD

Line 1: Package Body hxc_hph_upd as

1: Package Body hxc_hph_upd as
2: /* $Header: hxchphrhi.pkb 120.2.12000000.2 2007/03/16 13:22:54 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 751: hxc_hph_upd.pre_update(p_rec);

747: );
748: --
749: -- Call the supporting pre-update operation
750: --
751: hxc_hph_upd.pre_update(p_rec);
752: --
753: -- Update the row.
754: --
755: hxc_hph_upd.update_dml(p_rec);

Line 755: hxc_hph_upd.update_dml(p_rec);

751: hxc_hph_upd.pre_update(p_rec);
752: --
753: -- Update the row.
754: --
755: hxc_hph_upd.update_dml(p_rec);
756: --
757: -- Call the supporting post-update operation
758: --
759: hxc_hph_upd.post_update

Line 759: hxc_hph_upd.post_update

755: hxc_hph_upd.update_dml(p_rec);
756: --
757: -- Call the supporting post-update operation
758: --
759: hxc_hph_upd.post_update
760: (p_effective_date
761: ,p_rec
762: );
763: End upd;

Line 883: hxc_hph_upd.upd

879: -- Having converted the arguments into the
880: -- plsql record structure we call the corresponding record
881: -- business process.
882: --
883: hxc_hph_upd.upd
884: (p_effective_date
885: ,l_rec
886: );
887: p_object_version_number := l_rec.object_version_number;

Line 894: end hxc_hph_upd;

890: hr_utility.set_location(' Leaving:'||l_proc, 10);
891: end if;
892: End upd;
893: --
894: end hxc_hph_upd;