DBA Data[Home] [Help]

APPS.BEN_ERL_BUS dependencies on BEN_ERL_SHD

Line 48: l_api_updating := ben_erl_shd.api_updating

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

Line 55: <> ben_erl_shd.g_old_rec.eligy_prfl_rl_id) then

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

Line 59: ben_erl_shd.constraint_error('BEN_ELIGY_PRFL_RL_PK');

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

Line 69: ben_erl_shd.constraint_error('BEN_ELIGY_PRFL_RL_PK');

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

Line 150: l_api_updating := ben_erl_shd.api_updating

146: fnd_message.set_name('BEN','BEN_91019_RULE_REQUIRED');
147: fnd_message.raise_error;
148: end if;
149: --
150: l_api_updating := ben_erl_shd.api_updating
151: (p_eligy_prfl_rl_id => p_eligy_prfl_rl_id,
152: p_effective_date => p_effective_date,
153: p_object_version_number => p_object_version_number);
154: --

Line 157: <> ben_erl_shd.g_old_rec.formula_id

153: p_object_version_number => p_object_version_number);
154: --
155: if (l_api_updating
156: and nvl(p_formula_id,hr_api.g_number)
157: <> ben_erl_shd.g_old_rec.formula_id
158: or not l_api_updating)
159: and p_formula_id is not null then
160: --
161: -- check if value of formula rule is valid.

Line 255: l_api_updating := ben_erl_shd.api_updating

251: Begin
252: --
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: l_api_updating := ben_erl_shd.api_updating
256: (p_eligy_prfl_rl_id => p_eligy_prfl_rl_id,
257: p_effective_date => p_effective_date,
258: p_object_version_number => p_object_version_number);
259:

Line 262: <> ben_erl_shd.g_old_rec.ordr_to_aply_num

258: p_object_version_number => p_object_version_number);
259:
260: if (l_api_updating
261: and nvl(p_ordr_to_aply_num,hr_api.g_number)
262: <> ben_erl_shd.g_old_rec.ordr_to_aply_num
263: or not l_api_updating) then
264:
265: open l_csr_rl
266: (p_eligy_prfl_rl_id => p_eligy_prfl_rl_id

Line 514: (p_rec in ben_erl_shd.g_rec_type,

510: -- ----------------------------------------------------------------------------
511: -- |---------------------------< insert_validate >----------------------------|
512: -- ----------------------------------------------------------------------------
513: Procedure insert_validate
514: (p_rec in ben_erl_shd.g_rec_type,
515: p_effective_date in date,
516: p_datetrack_mode in varchar2,
517: p_validation_start_date in date,
518: p_validation_end_date in date) is

Line 565: (p_rec in ben_erl_shd.g_rec_type,

561: -- ----------------------------------------------------------------------------
562: -- |---------------------------< update_validate >----------------------------|
563: -- ----------------------------------------------------------------------------
564: Procedure update_validate
565: (p_rec in ben_erl_shd.g_rec_type,
566: p_effective_date in date,
567: p_datetrack_mode in varchar2,
568: p_validation_start_date in date,
569: p_validation_end_date in date) is

Line 623: (p_rec in ben_erl_shd.g_rec_type,

619: -- ----------------------------------------------------------------------------
620: -- |---------------------------< delete_validate >----------------------------|
621: -- ----------------------------------------------------------------------------
622: Procedure delete_validate
623: (p_rec in ben_erl_shd.g_rec_type,
624: p_effective_date in date,
625: p_datetrack_mode in varchar2,
626: p_validation_start_date in date,
627: p_validation_end_date in date) is