DBA Data[Home] [Help]

APPS.BEN_LSR_BUS dependencies on BEN_LSR_SHD

Line 48: l_api_updating := ben_lsr_shd.api_updating

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

Line 55: <> ben_lsr_shd.g_old_rec.los_rt_id) then

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

Line 59: ben_lsr_shd.constraint_error('BEN_LOS_RT_PK');

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

Line 69: ben_lsr_shd.constraint_error('BEN_LOS_RT_PK');

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

Line 176: l_api_updating := ben_lsr_shd.api_updating

172: Begin
173: --
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: l_api_updating := ben_lsr_shd.api_updating
177: (p_los_rt_id => p_los_rt_id,
178: p_effective_date => p_effective_date,
179: p_object_version_number => p_object_version_number);
180: --

Line 183: <> nvl(ben_lsr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

179: p_object_version_number => p_object_version_number);
180: --
181: if (l_api_updating
182: and p_excld_flag
183: <> nvl(ben_lsr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
184: or not l_api_updating) then
185: --
186: -- check if value of lookup falls within lookup type.
187: --

Line 319: l_api_updating := ben_lsr_shd.api_updating

315: BEGIN
316: --
317: hr_utility.set_location('Entering:'||l_proc, 5);
318: --
319: l_api_updating := ben_lsr_shd.api_updating
320: (p_los_rt_id => p_los_rt_id,
321: p_effective_date => p_effective_date,
322: p_object_version_number => p_object_version_number);
323: --

Line 325: and p_los_fctr_id <> nvl(ben_lsr_shd.g_old_rec.los_fctr_id,hr_api.g_number)

321: p_effective_date => p_effective_date,
322: p_object_version_number => p_object_version_number);
323: --
324: if (l_api_updating
325: and p_los_fctr_id <> nvl(ben_lsr_shd.g_old_rec.los_fctr_id,hr_api.g_number)
326: or not l_api_updating) then
327:
328: open c_dup;
329: fetch c_dup into l_exists;

Line 556: (p_rec in ben_lsr_shd.g_rec_type,

552: -- ----------------------------------------------------------------------------
553: -- |---------------------------< insert_validate >----------------------------|
554: -- ----------------------------------------------------------------------------
555: Procedure insert_validate
556: (p_rec in ben_lsr_shd.g_rec_type,
557: p_effective_date in date,
558: p_datetrack_mode in varchar2,
559: p_validation_start_date in date,
560: p_validation_end_date in date) is

Line 612: (p_rec in ben_lsr_shd.g_rec_type,

608: -- ----------------------------------------------------------------------------
609: -- |---------------------------< update_validate >----------------------------|
610: -- ----------------------------------------------------------------------------
611: Procedure update_validate
612: (p_rec in ben_lsr_shd.g_rec_type,
613: p_effective_date in date,
614: p_datetrack_mode in varchar2,
615: p_validation_start_date in date,
616: p_validation_end_date in date) is

Line 675: (p_rec in ben_lsr_shd.g_rec_type,

671: -- ----------------------------------------------------------------------------
672: -- |---------------------------< delete_validate >----------------------------|
673: -- ----------------------------------------------------------------------------
674: Procedure delete_validate
675: (p_rec in ben_lsr_shd.g_rec_type,
676: p_effective_date in date,
677: p_datetrack_mode in varchar2,
678: p_validation_start_date in date,
679: p_validation_end_date in date) is