DBA Data[Home] [Help]

APPS.HXC_TER_BUS dependencies on HXC_TER_BUS

Line 1: Package Body hxc_ter_bus as

1: Package Body hxc_ter_bus 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_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_ter_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 1116: hxc_ter_bus.chk_df(p_rec);

1112: chk_legislation_code
1113: (p_business_group_id => p_rec.business_group_id,
1114: p_legislation_code => p_rec.legislation_code);
1115: --
1116: hxc_ter_bus.chk_df(p_rec);
1117:
1118: if g_debug then
1119: hr_utility.set_location(' Leaving: '||l_proc, 60);
1120: end if;

Line 1231: hxc_ter_bus.chk_df(p_rec);

1227: chk_legislation_code
1228: (p_business_group_id => p_rec.business_group_id,
1229: p_legislation_code => p_rec.legislation_code);
1230: --
1231: hxc_ter_bus.chk_df(p_rec);
1232: --
1233: if g_debug then
1234: hr_utility.set_location(' Leaving:'||l_proc, 60);
1235: end if;

Line 1267: end hxc_ter_bus;

1263: hr_utility.set_location(' Leaving:'||l_proc, 10);
1264: end if;
1265: End delete_validate;
1266: --
1267: end hxc_ter_bus;