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.0.12010000.2 2008/08/05 15:33:44 ubhat 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 501: if ( nvl(ben_vep_bus.g_vrbl_rt_elig_prfl_id, hr_api.g_number)

497: ,p_argument => 'VRBL_RT_ELIG_PRFL_ID'
498: ,p_argument_value => p_vrbl_rt_elig_prfl_id
499: );
500: --
501: if ( nvl(ben_vep_bus.g_vrbl_rt_elig_prfl_id, hr_api.g_number)
502: = p_vrbl_rt_elig_prfl_id) then
503: --
504: -- The legislation code has already been found with a previous
505: -- call to this function. Just return the value in the global

Line 508: l_legislation_code := ben_vep_bus.g_legislation_code;

504: -- The legislation code has already been found with a previous
505: -- call to this function. Just return the value in the global
506: -- variable.
507: --
508: l_legislation_code := ben_vep_bus.g_legislation_code;
509: hr_utility.set_location(l_proc, 20);
510: else
511: --
512: -- The ID is different to the last call to this function

Line 532: ben_vep_bus.g_vrbl_rt_elig_prfl_id := p_vrbl_rt_elig_prfl_id;

528: -- Set the global variables so the values are
529: -- available for the next call to this function.
530: --
531: close csr_leg_code;
532: ben_vep_bus.g_vrbl_rt_elig_prfl_id := p_vrbl_rt_elig_prfl_id;
533: ben_vep_bus.g_legislation_code := l_legislation_code;
534: end if;
535: hr_utility.set_location(' Leaving:'|| l_proc, 40);
536: return l_legislation_code;

Line 533: ben_vep_bus.g_legislation_code := l_legislation_code;

529: -- available for the next call to this function.
530: --
531: close csr_leg_code;
532: ben_vep_bus.g_vrbl_rt_elig_prfl_id := p_vrbl_rt_elig_prfl_id;
533: ben_vep_bus.g_legislation_code := l_legislation_code;
534: end if;
535: hr_utility.set_location(' Leaving:'|| l_proc, 40);
536: return l_legislation_code;
537: end return_legislation_code;

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

1148: --
1149: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1150: --
1151: --
1152: --ben_vep_bus.chk_df(p_rec);
1153:
1154: chk_vrbl_rt_elig_prfl_id
1155: (p_vrbl_rt_elig_prfl_id => p_rec.vrbl_rt_elig_prfl_id,
1156: p_effective_date => p_effective_date,

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

1274: );
1275: */
1276: --
1277: --
1278: --ben_vep_bus.chk_df(p_rec);
1279: --
1280: hr_utility.set_location(' Leaving:'||l_proc, 10);
1281: End update_validate;
1282: --

Line 1310: end ben_vep_bus;

1306: );
1307: --
1308: hr_utility.set_location(' Leaving:'||l_proc, 10);
1309: End delete_validate;
1310: end ben_vep_bus;