DBA Data[Home] [Help]

APPS.HXC_EGC_UPD dependencies on HXC_EGC_UPD

Line 1: Package Body hxc_egc_upd as

1: Package Body hxc_egc_upd as
2: /* $Header: hxcegcrhi.pkb 120.2 2005/09/23 10:39:50 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 634: hxc_egc_upd.pre_update(p_rec);

630: -- Bug Fix for 2500562 end
631: --
632: -- Call the supporting pre-update operation
633: --
634: hxc_egc_upd.pre_update(p_rec);
635: --
636: -- Update the row.
637: --
638: hxc_egc_upd.update_dml(p_rec);

Line 638: hxc_egc_upd.update_dml(p_rec);

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

Line 642: hxc_egc_upd.post_update

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

Line 750: hxc_egc_upd.upd

746: -- Having converted the arguments into the
747: -- plsql record structure we call the corresponding record
748: -- business process.
749: --
750: hxc_egc_upd.upd
751: (p_effective_date
752: ,l_rec
753: ,p_called_from_form => p_called_from_form
754: );

Line 762: end hxc_egc_upd;

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