DBA Data[Home] [Help]

APPS.BEN_LOR_BUS dependencies on BEN_LOR_SHD

Line 48: l_api_updating := ben_lor_shd.api_updating

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

Line 55: <> ben_lor_shd.g_old_rec.ler_chg_plip_enrt_rl_id) then

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

Line 59: ben_lor_shd.constraint_error('BEN_LER_CHG_PLIP_EN_RL_PK');

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

Line 69: ben_lor_shd.constraint_error('BEN_LER_CHG_PLIP_EN_RL_PK');

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

Line 135: l_api_updating := ben_lor_shd.api_updating

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

Line 142: <> nvl(ben_lor_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_lor_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 223: l_api_updating := ben_lor_shd.api_updating

219: Begin
220: --
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: l_api_updating := ben_lor_shd.api_updating
224: (p_ler_chg_plip_enrt_rl_id => p_ler_chg_plip_enrt_rl_id ,
225: p_effective_date => p_effective_date,
226: p_object_version_number => p_object_version_number);
227: --

Line 230: <> nvl(ben_lor_shd.g_old_rec.formula_id,hr_api.g_number)

226: p_object_version_number => p_object_version_number);
227: --
228: if (l_api_updating
229: and p_formula_id
230: <> nvl(ben_lor_shd.g_old_rec.formula_id,hr_api.g_number)
231: or not l_api_updating) then
232: --
233: -- check if value of lookup falls within lookup type.
234: --

Line 312: l_api_updating := ben_lor_shd.api_updating

308: Begin
309: --
310: hr_utility.set_location('Entering:'||l_proc, 5);
311: --
312: l_api_updating := ben_lor_shd.api_updating
313: (p_ler_chg_plip_enrt_rl_id => p_ler_chg_plip_enrt_rl_id,
314: p_effective_date => p_effective_date,
315: p_object_version_number => p_object_version_number);
316: --

Line 319: <> ben_lor_shd.g_old_rec.formula_id

315: p_object_version_number => p_object_version_number);
316: --
317: if (l_api_updating
318: and nvl(p_formula_id ,hr_api.g_number)
319: <> ben_lor_shd.g_old_rec.formula_id
320: or not l_api_updating)
321: and p_formula_id is not null then
322: --
323: -- check if value of formula rule is valid.

Line 565: (p_rec in ben_lor_shd.g_rec_type,

561: -- ----------------------------------------------------------------------------
562: -- |---------------------------< insert_validate >----------------------------|
563: -- ----------------------------------------------------------------------------
564: Procedure insert_validate
565: (p_rec in ben_lor_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 620: (p_rec in ben_lor_shd.g_rec_type,

616: -- ----------------------------------------------------------------------------
617: -- |---------------------------< update_validate >----------------------------|
618: -- ----------------------------------------------------------------------------
619: Procedure update_validate
620: (p_rec in ben_lor_shd.g_rec_type,
621: p_effective_date in date,
622: p_datetrack_mode in varchar2,
623: p_validation_start_date in date,
624: p_validation_end_date in date) is

Line 684: (p_rec in ben_lor_shd.g_rec_type,

680: -- ----------------------------------------------------------------------------
681: -- |---------------------------< delete_validate >----------------------------|
682: -- ----------------------------------------------------------------------------
683: Procedure delete_validate
684: (p_rec in ben_lor_shd.g_rec_type,
685: p_effective_date in date,
686: p_datetrack_mode in varchar2,
687: p_validation_start_date in date,
688: p_validation_end_date in date) is