DBA Data[Home] [Help]

APPS.BEN_PON_BUS dependencies on BEN_PON_SHD

Line 48: l_api_updating := ben_pon_shd.api_updating

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

Line 55: <> ben_pon_shd.g_old_rec.pl_typ_opt_typ_id) then

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

Line 59: ben_pon_shd.constraint_error('BEN_PL_TYP_OPT_TYP_F_PK');

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

Line 69: ben_pon_shd.constraint_error('BEN_PL_TYP_OPT_TYP_F_PK');

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

Line 175: l_api_updating := ben_pon_shd.api_updating

171: Begin
172: --
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: l_api_updating := ben_pon_shd.api_updating
176: (p_pl_typ_opt_typ_id => p_pl_typ_opt_typ_id,
177: p_effective_date => p_effective_date,
178: p_object_version_number => p_object_version_number);
179: --

Line 182: <> nvl(ben_pon_shd.g_old_rec.pl_typ_opt_typ_cd,hr_api.g_varchar2)

178: p_object_version_number => p_object_version_number);
179: --
180: if (l_api_updating
181: and p_pl_typ_opt_typ_cd
182: <> nvl(ben_pon_shd.g_old_rec.pl_typ_opt_typ_cd,hr_api.g_varchar2)
183: or not l_api_updating) then
184: --
185: -- check if value of lookup falls within lookup type.
186: --

Line 443: (p_rec in ben_pon_shd.g_rec_type,

439: -- ----------------------------------------------------------------------------
440: -- |---------------------------< insert_validate >----------------------------|
441: -- ----------------------------------------------------------------------------
442: Procedure insert_validate
443: (p_rec in ben_pon_shd.g_rec_type,
444: p_effective_date in date,
445: p_datetrack_mode in varchar2,
446: p_validation_start_date in date,
447: p_validation_end_date in date) is

Line 487: (p_rec in ben_pon_shd.g_rec_type,

483: -- ----------------------------------------------------------------------------
484: -- |---------------------------< update_validate >----------------------------|
485: -- ----------------------------------------------------------------------------
486: Procedure update_validate
487: (p_rec in ben_pon_shd.g_rec_type,
488: p_effective_date in date,
489: p_datetrack_mode in varchar2,
490: p_validation_start_date in date,
491: p_validation_end_date in date) is

Line 539: (p_rec in ben_pon_shd.g_rec_type,

535: -- ----------------------------------------------------------------------------
536: -- |---------------------------< delete_validate >----------------------------|
537: -- ----------------------------------------------------------------------------
538: Procedure delete_validate
539: (p_rec in ben_pon_shd.g_rec_type,
540: p_effective_date in date,
541: p_datetrack_mode in varchar2,
542: p_validation_start_date in date,
543: p_validation_end_date in date) is