DBA Data[Home] [Help]

APPS.HXC_TAT_UPD dependencies on HXC_TAT_UPD

Line 1: package body hxc_tat_upd as

1: package body hxc_tat_upd as
2: /* $Header: hxtatrhi.pkb 120.2 2005/09/23 07:03:57 rchennur noship $ */
3: -- --------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- --------------------------------------------------------------------------

Line 6: g_package varchar2(33) := ' hxc_tat_upd.'; -- global package name

2: /* $Header: hxtatrhi.pkb 120.2 2005/09/23 07:03:57 rchennur noship $ */
3: -- --------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- --------------------------------------------------------------------------
6: g_package varchar2(33) := ' hxc_tat_upd.'; -- global package name
7: g_debug boolean := hr_utility.debug_enabled;
8: -- --------------------------------------------------------------------------
9: -- |------------------------------< update_dml >----------------------------|
10: -- --------------------------------------------------------------------------

Line 637: hxc_tat_upd.pre_update(p_rec);

633: );
634:
635: -- call the supporting pre-update operation
636:
637: hxc_tat_upd.pre_update(p_rec);
638:
639: -- update the row.
640:
641: hxc_tat_upd.update_dml(p_rec);

Line 641: hxc_tat_upd.update_dml(p_rec);

637: hxc_tat_upd.pre_update(p_rec);
638:
639: -- update the row.
640:
641: hxc_tat_upd.update_dml(p_rec);
642:
643: -- call the supporting post-update operation
644:
645: hxc_tat_upd.post_update

Line 645: hxc_tat_upd.post_update

641: hxc_tat_upd.update_dml(p_rec);
642:
643: -- call the supporting post-update operation
644:
645: hxc_tat_upd.post_update
646: (p_effective_date
647: ,p_rec
648: );
649: end upd;

Line 747: hxc_tat_upd.upd

743:
744: -- having converted the arguments into the plsql record structure,
745: -- we call the corresponding record business process.
746:
747: hxc_tat_upd.upd
748: (p_effective_date
749: ,l_rec
750: );
751:

Line 760: end hxc_tat_upd;

756: end if;
757:
758: end upd;
759:
760: end hxc_tat_upd;