DBA Data[Home] [Help]

APPS.BEN_VRR_BUS dependencies on BEN_VRR_SHD

Line 48: l_api_updating := ben_vrr_shd.api_updating

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

Line 55: <> ben_vrr_shd.g_old_rec.vrbl_rt_rl_id) then

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

Line 59: ben_vrr_shd.constraint_error('BEN_VARBL_RT_RL_PK');

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

Line 69: ben_vrr_shd.constraint_error('BEN_VARBL_RT_RL_PK');

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

Line 260: l_api_updating := ben_vrr_shd.api_updating

256: Begin
257: --
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: --
260: l_api_updating := ben_vrr_shd.api_updating
261: (p_vrbl_rt_rl_id => p_vrbl_rt_rl_id,
262: p_effective_date => p_effective_date,
263: p_object_version_number => p_object_version_number);
264: --

Line 267: <> ben_vrr_shd.g_old_rec.formula_id

263: p_object_version_number => p_object_version_number);
264: --
265: if (l_api_updating
266: and nvl(p_formula_id,hr_api.g_number)
267: <> ben_vrr_shd.g_old_rec.formula_id
268: or not l_api_updating)
269: ---and p_formula_id is not null --bug 3960415
270: then
271:

Line 599: (p_rec in ben_vrr_shd.g_rec_type,

595: -- ----------------------------------------------------------------------------
596: -- |---------------------------< insert_validate >----------------------------|
597: -- ----------------------------------------------------------------------------
598: Procedure insert_validate
599: (p_rec in ben_vrr_shd.g_rec_type,
600: p_effective_date in date,
601: p_datetrack_mode in varchar2,
602: p_validation_start_date in date,
603: p_validation_end_date in date) is

Line 655: (p_rec in ben_vrr_shd.g_rec_type,

651: -- ----------------------------------------------------------------------------
652: -- |---------------------------< update_validate >----------------------------|
653: -- ----------------------------------------------------------------------------
654: Procedure update_validate
655: (p_rec in ben_vrr_shd.g_rec_type,
656: p_effective_date in date,
657: p_datetrack_mode in varchar2,
658: p_validation_start_date in date,
659: p_validation_end_date in date) is

Line 714: (p_rec in ben_vrr_shd.g_rec_type,

710: -- ----------------------------------------------------------------------------
711: -- |---------------------------< delete_validate >----------------------------|
712: -- ----------------------------------------------------------------------------
713: Procedure delete_validate
714: (p_rec in ben_vrr_shd.g_rec_type,
715: p_effective_date in date,
716: p_datetrack_mode in varchar2,
717: p_validation_start_date in date,
718: p_validation_end_date in date) is