DBA Data[Home] [Help]

APPS.BEN_VEP_BUS dependencies on BEN_VEP_BUS

Line 1: Package Body ben_vep_bus as

1: Package Body ben_vep_bus as
2: /* $Header: beveprhi.pkb 120.1.12020000.2 2012/07/26 10:36:02 usaraswa ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_vep_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 615: if ( nvl(ben_vep_bus.g_vrbl_rt_elig_prfl_id, hr_api.g_number)

611: ,p_argument => 'VRBL_RT_ELIG_PRFL_ID'
612: ,p_argument_value => p_vrbl_rt_elig_prfl_id
613: );
614: --
615: if ( nvl(ben_vep_bus.g_vrbl_rt_elig_prfl_id, hr_api.g_number)
616: = p_vrbl_rt_elig_prfl_id) then
617: --
618: -- The legislation code has already been found with a previous
619: -- call to this function. Just return the value in the global

Line 622: l_legislation_code := ben_vep_bus.g_legislation_code;

618: -- The legislation code has already been found with a previous
619: -- call to this function. Just return the value in the global
620: -- variable.
621: --
622: l_legislation_code := ben_vep_bus.g_legislation_code;
623: hr_utility.set_location(l_proc, 20);
624: else
625: --
626: -- The ID is different to the last call to this function

Line 646: ben_vep_bus.g_vrbl_rt_elig_prfl_id := p_vrbl_rt_elig_prfl_id;

642: -- Set the global variables so the values are
643: -- available for the next call to this function.
644: --
645: close csr_leg_code;
646: ben_vep_bus.g_vrbl_rt_elig_prfl_id := p_vrbl_rt_elig_prfl_id;
647: ben_vep_bus.g_legislation_code := l_legislation_code;
648: end if;
649: hr_utility.set_location(' Leaving:'|| l_proc, 40);
650: return l_legislation_code;

Line 647: ben_vep_bus.g_legislation_code := l_legislation_code;

643: -- available for the next call to this function.
644: --
645: close csr_leg_code;
646: ben_vep_bus.g_vrbl_rt_elig_prfl_id := p_vrbl_rt_elig_prfl_id;
647: ben_vep_bus.g_legislation_code := l_legislation_code;
648: end if;
649: hr_utility.set_location(' Leaving:'|| l_proc, 40);
650: return l_legislation_code;
651: end return_legislation_code;

Line 1266: --ben_vep_bus.chk_df(p_rec);

1262: --
1263: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1264: --
1265: --
1266: --ben_vep_bus.chk_df(p_rec);
1267:
1268: chk_vrbl_rt_elig_prfl_id
1269: (p_vrbl_rt_elig_prfl_id => p_rec.vrbl_rt_elig_prfl_id,
1270: p_effective_date => p_effective_date,

Line 1392: --ben_vep_bus.chk_df(p_rec);

1388: );
1389: */
1390: --
1391: --
1392: --ben_vep_bus.chk_df(p_rec);
1393: --
1394: hr_utility.set_location(' Leaving:'||l_proc, 10);
1395: End update_validate;
1396: --

Line 1424: end ben_vep_bus;

1420: );
1421: --
1422: hr_utility.set_location(' Leaving:'||l_proc, 10);
1423: End delete_validate;
1424: end ben_vep_bus;