DBA Data[Home] [Help]

APPS.BEN_PGR_BUS dependencies on BEN_PGR_SHD

Line 48: l_api_updating := ben_pgr_shd.api_updating

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

Line 55: <> ben_pgr_shd.g_old_rec.ppl_grp_rt_id) then

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

Line 59: ben_pgr_shd.constraint_error('BEN_PPL_GRP_RT_F_PK');

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

Line 69: ben_pgr_shd.constraint_error('BEN_PPL_GRP_RT_F_PK');

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

Line 137: l_api_updating := ben_pgr_shd.api_updating

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

Line 143: and p_people_group_id <> nvl(ben_pgr_shd.g_old_rec.people_group_id,hr_api.g_number)

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

Line 263: l_api_updating := ben_pgr_shd.api_updating

259: Begin
260: --
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: --
263: l_api_updating := ben_pgr_shd.api_updating
264: (p_ppl_grp_rt_id => p_ppl_grp_rt_id,
265: p_effective_date => p_effective_date,
266: p_object_version_number => p_object_version_number);
267: --

Line 270: <> nvl(ben_pgr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

266: p_object_version_number => p_object_version_number);
267: --
268: if (l_api_updating
269: and p_excld_flag
270: <> nvl(ben_pgr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
271: or not l_api_updating) then
272: --
273: -- check if value of lookup falls within lookup type.
274: --

Line 502: (p_rec in ben_pgr_shd.g_rec_type,

498: -- ----------------------------------------------------------------------------
499: -- |---------------------------< insert_validate >----------------------------|
500: -- ----------------------------------------------------------------------------
501: Procedure insert_validate
502: (p_rec in ben_pgr_shd.g_rec_type,
503: p_effective_date in date,
504: p_datetrack_mode in varchar2,
505: p_validation_start_date in date,
506: p_validation_end_date in date) is

Line 553: (p_rec in ben_pgr_shd.g_rec_type,

549: -- ----------------------------------------------------------------------------
550: -- |---------------------------< update_validate >----------------------------|
551: -- ----------------------------------------------------------------------------
552: Procedure update_validate
553: (p_rec in ben_pgr_shd.g_rec_type,
554: p_effective_date in date,
555: p_datetrack_mode in varchar2,
556: p_validation_start_date in date,
557: p_validation_end_date in date) is

Line 612: (p_rec in ben_pgr_shd.g_rec_type,

608: -- ----------------------------------------------------------------------------
609: -- |---------------------------< delete_validate >----------------------------|
610: -- ----------------------------------------------------------------------------
611: Procedure delete_validate
612: (p_rec in ben_pgr_shd.g_rec_type,
613: p_effective_date in date,
614: p_datetrack_mode in varchar2,
615: p_validation_start_date in date,
616: p_validation_end_date in date) is