DBA Data[Home] [Help]

APPS.HXC_TER_UPD dependencies on HXC_TER_UPD

Line 1: Package Body hxc_ter_upd as

1: Package Body hxc_ter_upd as
2: /* $Header: hxcterrhi.pkb 120.2 2005/09/23 09:19:47 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 686: hxc_ter_upd.pre_update(p_rec);

682: );
683: --
684: -- Call the supporting pre-update operation
685: --
686: hxc_ter_upd.pre_update(p_rec);
687: --
688: -- Update the row.
689: --
690: hxc_ter_upd.update_dml(p_rec);

Line 690: hxc_ter_upd.update_dml(p_rec);

686: hxc_ter_upd.pre_update(p_rec);
687: --
688: -- Update the row.
689: --
690: hxc_ter_upd.update_dml(p_rec);
691: --
692: -- Call the supporting post-update operation
693: --
694: hxc_ter_upd.post_update

Line 694: hxc_ter_upd.post_update

690: hxc_ter_upd.update_dml(p_rec);
691: --
692: -- Call the supporting post-update operation
693: --
694: hxc_ter_upd.post_update
695: (p_effective_date
696: ,p_rec
697: );
698: End upd;

Line 817: hxc_ter_upd.upd

813: -- Having converted the arguments into the
814: -- plsql record structure we call the corresponding record
815: -- business process.
816: --
817: hxc_ter_upd.upd
818: (p_effective_date
819: ,l_rec
820: );
821: p_object_version_number := l_rec.object_version_number;

Line 828: end hxc_ter_upd;

824: hr_utility.set_location(' Leaving:'||l_proc, 20);
825: end if;
826: End upd;
827: --
828: end hxc_ter_upd;