DBA Data[Home] [Help]

APPS.BEN_LNR_BUS dependencies on BEN_LNR_SHD

Line 48: l_api_updating := ben_lnr_shd.api_updating

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

Line 55: <> ben_lnr_shd.g_old_rec.ler_chg_pl_nip_rl_id) then

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

Line 59: ben_lnr_shd.constraint_error('BEN_LER_CHG_PL_NIP_RL_PK');

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

Line 69: ben_lnr_shd.constraint_error('BEN_LER_CHG_PL_NIP_RL_PK');

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

Line 134: l_api_updating := ben_lnr_shd.api_updating

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

Line 141: <> ben_lnr_shd.g_old_rec.formula_id

137: p_object_version_number => p_object_version_number);
138: --
139: if (l_api_updating
140: and nvl(p_formula_id,hr_api.g_number)
141: <> ben_lnr_shd.g_old_rec.formula_id
142: or not l_api_updating)
143: and p_formula_id is not null then
144: --
145: -- check if value of formula rule is valid.

Line 379: (p_rec in ben_lnr_shd.g_rec_type,

375: -- ----------------------------------------------------------------------------
376: -- |---------------------------< insert_validate >----------------------------|
377: -- ----------------------------------------------------------------------------
378: Procedure insert_validate
379: (p_rec in ben_lnr_shd.g_rec_type,
380: p_effective_date in date,
381: p_datetrack_mode in varchar2,
382: p_validation_start_date in date,
383: p_validation_end_date in date) is

Line 414: (p_rec in ben_lnr_shd.g_rec_type,

410: -- ----------------------------------------------------------------------------
411: -- |---------------------------< update_validate >----------------------------|
412: -- ----------------------------------------------------------------------------
413: Procedure update_validate
414: (p_rec in ben_lnr_shd.g_rec_type,
415: p_effective_date in date,
416: p_datetrack_mode in varchar2,
417: p_validation_start_date in date,
418: p_validation_end_date in date) is

Line 457: (p_rec in ben_lnr_shd.g_rec_type,

453: -- ----------------------------------------------------------------------------
454: -- |---------------------------< delete_validate >----------------------------|
455: -- ----------------------------------------------------------------------------
456: Procedure delete_validate
457: (p_rec in ben_lnr_shd.g_rec_type,
458: p_effective_date in date,
459: p_datetrack_mode in varchar2,
460: p_validation_start_date in date,
461: p_validation_end_date in date) is