DBA Data[Home] [Help]

APPS.BEN_BVR_BUS dependencies on BEN_BVR_SHD

Line 48: l_api_updating := ben_bvr_shd.api_updating

44: Begin
45: --
46: hr_utility.set_location('Entering:'||l_proc, 5);
47: --
48: l_api_updating := ben_bvr_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_bnft_vrbl_rt_id => p_bnft_vrbl_rt_id,
51: p_object_version_number => p_object_version_number);
52: --

Line 55: <> ben_bvr_shd.g_old_rec.bnft_vrbl_rt_id) then

51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_bnft_vrbl_rt_id,hr_api.g_number)
55: <> ben_bvr_shd.g_old_rec.bnft_vrbl_rt_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_bvr_shd.constraint_error('BEN_BNFT_VRBL_RT_PK');

Line 59: ben_bvr_shd.constraint_error('BEN_BNFT_VRBL_RT_PK');

55: <> ben_bvr_shd.g_old_rec.bnft_vrbl_rt_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_bvr_shd.constraint_error('BEN_BNFT_VRBL_RT_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_bvr_shd.constraint_error('BEN_BNFT_VRBL_RT_PK');

65: if p_bnft_vrbl_rt_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_bvr_shd.constraint_error('BEN_BNFT_VRBL_RT_PK');
70: --
71: end if;
72: --
73: end if;

Line 187: l_api_updating := ben_bvr_shd.api_updating

183: Begin
184: --
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: l_api_updating := ben_bvr_shd.api_updating
188: (p_effective_date => p_effective_date,
189: p_bnft_vrbl_rt_id => p_bnft_vrbl_rt_id,
190: p_object_version_number => p_object_version_number);
191: --

Line 436: (p_rec in ben_bvr_shd.g_rec_type,

432: -- ----------------------------------------------------------------------------
433: -- |---------------------------< insert_validate >----------------------------|
434: -- ----------------------------------------------------------------------------
435: Procedure insert_validate
436: (p_rec in ben_bvr_shd.g_rec_type,
437: p_effective_date in date,
438: p_datetrack_mode in varchar2,
439: p_validation_start_date in date,
440: p_validation_end_date in date) is

Line 477: (p_rec in ben_bvr_shd.g_rec_type,

473: -- ----------------------------------------------------------------------------
474: -- |---------------------------< update_validate >----------------------------|
475: -- ----------------------------------------------------------------------------
476: Procedure update_validate
477: (p_rec in ben_bvr_shd.g_rec_type,
478: p_effective_date in date,
479: p_datetrack_mode in varchar2,
480: p_validation_start_date in date,
481: p_validation_end_date in date) is

Line 527: (p_rec in ben_bvr_shd.g_rec_type,

523: -- ----------------------------------------------------------------------------
524: -- |---------------------------< delete_validate >----------------------------|
525: -- ----------------------------------------------------------------------------
526: Procedure delete_validate
527: (p_rec in ben_bvr_shd.g_rec_type,
528: p_effective_date in date,
529: p_datetrack_mode in varchar2,
530: p_validation_start_date in date,
531: p_validation_end_date in date) is