DBA Data[Home] [Help]

APPS.BEN_AVR_BUS dependencies on BEN_AVR_SHD

Line 48: l_api_updating := ben_avr_shd.api_updating

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

Line 55: <> ben_avr_shd.g_old_rec.acty_vrbl_rt_id) then

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

Line 59: ben_avr_shd.constraint_error('BEN_ACTY_VRBL_RT_PK');

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

Line 69: ben_avr_shd.constraint_error('BEN_ACTY_VRBL_RT_PK');

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

Line 246: l_api_updating := ben_avr_shd.api_updating

242: Begin
243: --
244: hr_utility.set_location('Entering:'||l_proc,5);
245: --
246: l_api_updating := ben_avr_shd.api_updating
247: (p_acty_vrbl_rt_id => p_acty_vrbl_rt_id ,
248: p_effective_date => p_effective_date,
249: p_object_version_number => p_object_version_number);
250: --

Line 253: <> nvl(ben_avr_shd.g_old_rec.vrbl_rt_prfl_id,hr_api.g_number)

249: p_object_version_number => p_object_version_number);
250: --
251: if (l_api_updating
252: and nvl(p_vrbl_rt_prfl_id ,hr_api.g_number)
253: <> nvl(ben_avr_shd.g_old_rec.vrbl_rt_prfl_id,hr_api.g_number)
254: or not l_api_updating) and p_vrbl_rt_prfl_id is null
255:
256: then
257: --

Line 696: (p_rec in ben_avr_shd.g_rec_type,

692: -- ----------------------------------------------------------------------------
693: -- |---------------------------< insert_validate >----------------------------|
694: -- ----------------------------------------------------------------------------
695: Procedure insert_validate
696: (p_rec in ben_avr_shd.g_rec_type,
697: p_effective_date in date,
698: p_datetrack_mode in varchar2,
699: p_validation_start_date in date,
700: p_validation_end_date in date) is

Line 765: (p_rec in ben_avr_shd.g_rec_type,

761: -- ----------------------------------------------------------------------------
762: -- |---------------------------< update_validate >----------------------------|
763: -- ----------------------------------------------------------------------------
764: Procedure update_validate
765: (p_rec in ben_avr_shd.g_rec_type,
766: p_effective_date in date,
767: p_datetrack_mode in varchar2,
768: p_validation_start_date in date,
769: p_validation_end_date in date) is

Line 838: (p_rec in ben_avr_shd.g_rec_type,

834: -- ----------------------------------------------------------------------------
835: -- |---------------------------< delete_validate >----------------------------|
836: -- ----------------------------------------------------------------------------
837: Procedure delete_validate
838: (p_rec in ben_avr_shd.g_rec_type,
839: p_effective_date in date,
840: p_datetrack_mode in varchar2,
841: p_validation_start_date in date,
842: p_validation_end_date in date) is