DBA Data[Home] [Help]

APPS.BEN_SER_BUS dependencies on BEN_SER_SHD

Line 48: l_api_updating := ben_ser_shd.api_updating

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

Line 55: <> ben_ser_shd.g_old_rec.schedd_enrt_rl_id) then

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

Line 59: ben_ser_shd.constraint_error('BEN_SCHEDD_ENRT_RL_PK');

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

Line 69: ben_ser_shd.constraint_error('BEN_SCHEDD_ENRT_RL_PK');

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

Line 135: l_api_updating := ben_ser_shd.api_updating

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

Line 142: <> nvl(ben_ser_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_ser_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_ser_shd.api_updating

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

Line 230: <> nvl(ben_ser_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_ser_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 462: (p_rec in ben_ser_shd.g_rec_type,

458: -- ----------------------------------------------------------------------------
459: -- |---------------------------< insert_validate >----------------------------|
460: -- ----------------------------------------------------------------------------
461: Procedure insert_validate
462: (p_rec in ben_ser_shd.g_rec_type,
463: p_effective_date in date,
464: p_datetrack_mode in varchar2,
465: p_validation_start_date in date,
466: p_validation_end_date in date) is

Line 510: (p_rec in ben_ser_shd.g_rec_type,

506: -- ----------------------------------------------------------------------------
507: -- |---------------------------< update_validate >----------------------------|
508: -- ----------------------------------------------------------------------------
509: Procedure update_validate
510: (p_rec in ben_ser_shd.g_rec_type,
511: p_effective_date in date,
512: p_datetrack_mode in varchar2,
513: p_validation_start_date in date,
514: p_validation_end_date in date) is

Line 567: (p_rec in ben_ser_shd.g_rec_type,

563: -- ----------------------------------------------------------------------------
564: -- |---------------------------< delete_validate >----------------------------|
565: -- ----------------------------------------------------------------------------
566: Procedure delete_validate
567: (p_rec in ben_ser_shd.g_rec_type,
568: p_effective_date in date,
569: p_datetrack_mode in varchar2,
570: p_validation_start_date in date,
571: p_validation_end_date in date) is