DBA Data[Home] [Help]

APPS.BEN_CTY_BUS dependencies on BEN_CTY_BUS

Line 1: Package Body ben_cty_bus as

1: Package Body ben_cty_bus as
2: /* $Header: bectyrhi.pkb 120.2 2006/03/30 23:42:52 gsehgal noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_cty_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 567: if ( nvl(ben_cty_bus.g_comptncy_rt_id, hr_api.g_number)

563: ,p_argument => 'comptncy_rt_id'
564: ,p_argument_value => p_comptncy_rt_id
565: );
566: --
567: if ( nvl(ben_cty_bus.g_comptncy_rt_id, hr_api.g_number)
568: = p_comptncy_rt_id) then
569: --
570: -- The legislation code has already been found with a previous
571: -- call to this function. Just return the value in the global

Line 574: l_legislation_code := ben_cty_bus.g_legislation_code;

570: -- The legislation code has already been found with a previous
571: -- call to this function. Just return the value in the global
572: -- variable.
573: --
574: l_legislation_code := ben_cty_bus.g_legislation_code;
575: hr_utility.set_location(l_proc, 20);
576: else
577: --
578: -- The ID is different to the last call to this function

Line 598: ben_cty_bus.g_comptncy_rt_id := p_comptncy_rt_id;

594: -- Set the global variables so the values are
595: -- available for the next call to this function.
596: --
597: close csr_leg_code;
598: ben_cty_bus.g_comptncy_rt_id := p_comptncy_rt_id;
599: ben_cty_bus.g_legislation_code := l_legislation_code;
600: end if;
601: hr_utility.set_location(' Leaving:'|| l_proc, 40);
602: return l_legislation_code;

Line 599: ben_cty_bus.g_legislation_code := l_legislation_code;

595: -- available for the next call to this function.
596: --
597: close csr_leg_code;
598: ben_cty_bus.g_comptncy_rt_id := p_comptncy_rt_id;
599: ben_cty_bus.g_legislation_code := l_legislation_code;
600: end if;
601: hr_utility.set_location(' Leaving:'|| l_proc, 40);
602: return l_legislation_code;
603: end return_legislation_code;

Line 1099: -- ben_cty_bus.chk_df(p_rec);

1095: --
1096: -- Validate Dependent Attributes
1097: --
1098: --
1099: -- ben_cty_bus.chk_df(p_rec);
1100: --
1101: hr_utility.set_location(' Leaving:'||l_proc, 10);
1102: End insert_validate;
1103: --

Line 1191: -- ben_cty_bus.chk_df(p_rec);

1187: ,p_rec => p_rec
1188: );
1189: --
1190: --
1191: -- ben_cty_bus.chk_df(p_rec);
1192: --
1193: hr_utility.set_location(' Leaving:'||l_proc, 10);
1194: End update_validate;
1195: --

Line 1224: end ben_cty_bus;

1220: --
1221: hr_utility.set_location(' Leaving:'||l_proc, 10);
1222: End delete_validate;
1223: --
1224: end ben_cty_bus;