DBA Data[Home] [Help]

APPS.BEN_PAP_BUS dependencies on BEN_PAP_SHD

Line 48: l_api_updating := ben_pap_shd.api_updating

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

Line 55: <> ben_pap_shd.g_old_rec.prtt_anthr_pl_rt_id) then

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

Line 59: ben_pap_shd.constraint_error('BEN_PRTT_ANTHR_PL_RT_PK');

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

Line 69: ben_pap_shd.constraint_error('BEN_PRTT_ANTHR_PL_RT_PK');

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

Line 138: l_api_updating := ben_pap_shd.api_updating

134: BEGIN
135: --
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --
138: l_api_updating := ben_pap_shd.api_updating
139: (p_prtt_anthr_pl_rt_id => p_prtt_anthr_pl_rt_id,
140: p_effective_date => p_effective_date,
141: p_object_version_number => p_object_version_number);
142: --

Line 144: and p_pl_id <> nvl(ben_pap_shd.g_old_rec.pl_id,hr_api.g_number)

140: p_effective_date => p_effective_date,
141: p_object_version_number => p_object_version_number);
142: --
143: if (l_api_updating
144: and p_pl_id <> nvl(ben_pap_shd.g_old_rec.pl_id,hr_api.g_number)
145: or not l_api_updating) then
146:
147: open c_dup;
148: fetch c_dup into l_exists;

Line 207: l_api_updating := ben_pap_shd.api_updating

203: Begin
204: --
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: --
207: l_api_updating := ben_pap_shd.api_updating
208: (p_prtt_anthr_pl_rt_id => p_prtt_anthr_pl_rt_id,
209: p_effective_date => p_effective_date,
210: p_object_version_number => p_object_version_number);
211: --

Line 214: <> nvl(ben_pap_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

210: p_object_version_number => p_object_version_number);
211: --
212: if (l_api_updating
213: and p_excld_flag
214: <> nvl(ben_pap_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
215: or not l_api_updating) then
216: --
217: -- check if value of lookup falls within lookup type.
218: --

Line 516: (p_rec in ben_pap_shd.g_rec_type,

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

Line 569: (p_rec in ben_pap_shd.g_rec_type,

565: -- ----------------------------------------------------------------------------
566: -- |---------------------------< update_validate >----------------------------|
567: -- ----------------------------------------------------------------------------
568: Procedure update_validate
569: (p_rec in ben_pap_shd.g_rec_type,
570: p_effective_date in date,
571: p_datetrack_mode in varchar2,
572: p_validation_start_date in date,
573: p_validation_end_date in date) is

Line 630: (p_rec in ben_pap_shd.g_rec_type,

626: -- ----------------------------------------------------------------------------
627: -- |---------------------------< delete_validate >----------------------------|
628: -- ----------------------------------------------------------------------------
629: Procedure delete_validate
630: (p_rec in ben_pap_shd.g_rec_type,
631: p_effective_date in date,
632: p_datetrack_mode in varchar2,
633: p_validation_start_date in date,
634: p_validation_end_date in date) is