DBA Data[Home] [Help]

APPS.BEN_LRR_BUS dependencies on BEN_LRR_SHD

Line 48: l_api_updating := ben_lrr_shd.api_updating

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

Line 55: <> ben_lrr_shd.g_old_rec.lee_rsn_rl_id) then

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

Line 59: ben_lrr_shd.constraint_error('BEN_LER_RL_PK');

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

Line 69: ben_lrr_shd.constraint_error('BEN_LER_RL_PK');

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

Line 135: l_api_updating := ben_lrr_shd.api_updating

131: Begin
132: --
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: --
135: l_api_updating := ben_lrr_shd.api_updating
136: (p_lee_rsn_rl_id => p_lee_rsn_rl_id ,
137: p_effective_date => p_effective_date,
138: p_object_version_number => p_object_version_number);
139: --

Line 142: <> nvl(ben_lrr_shd.g_old_rec.ordr_to_aply_num,hr_api.g_number)

138: p_object_version_number => p_object_version_number);
139: --
140: if (l_api_updating
141: and p_ordr_to_aply_num
142: <> nvl(ben_lrr_shd.g_old_rec.ordr_to_aply_num,hr_api.g_number)
143: or not l_api_updating) then
144: --
145: -- this value must be unique
146: --

Line 237: l_api_updating := ben_lrr_shd.api_updating

233: Begin
234: --
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: l_api_updating := ben_lrr_shd.api_updating
238: (p_lee_rsn_rl_id => p_lee_rsn_rl_id ,
239: p_effective_date => p_effective_date,
240: p_object_version_number => p_object_version_number);
241: --

Line 244: <> nvl(ben_lrr_shd.g_old_rec.formula_id,hr_api.g_number)

240: p_object_version_number => p_object_version_number);
241: --
242: if (l_api_updating
243: and p_formula_id
244: <> nvl(ben_lrr_shd.g_old_rec.formula_id,hr_api.g_number)
245: or not l_api_updating)
246: and p_formula_id is not null then
247: --
248: -- check if value of lookup falls within lookup type.

Line 503: (p_rec in ben_lrr_shd.g_rec_type,

499: -- ----------------------------------------------------------------------------
500: -- |---------------------------< insert_validate >----------------------------|
501: -- ----------------------------------------------------------------------------
502: Procedure insert_validate
503: (p_rec in ben_lrr_shd.g_rec_type,
504: p_effective_date in date,
505: p_datetrack_mode in varchar2,
506: p_validation_start_date in date,
507: p_validation_end_date in date) is

Line 551: (p_rec in ben_lrr_shd.g_rec_type,

547: -- ----------------------------------------------------------------------------
548: -- |---------------------------< update_validate >----------------------------|
549: -- ----------------------------------------------------------------------------
550: Procedure update_validate
551: (p_rec in ben_lrr_shd.g_rec_type,
552: p_effective_date in date,
553: p_datetrack_mode in varchar2,
554: p_validation_start_date in date,
555: p_validation_end_date in date) is

Line 608: (p_rec in ben_lrr_shd.g_rec_type,

604: -- ----------------------------------------------------------------------------
605: -- |---------------------------< delete_validate >----------------------------|
606: -- ----------------------------------------------------------------------------
607: Procedure delete_validate
608: (p_rec in ben_lrr_shd.g_rec_type,
609: p_effective_date in date,
610: p_datetrack_mode in varchar2,
611: p_validation_start_date in date,
612: p_validation_end_date in date) is