DBA Data[Home] [Help]

APPS.BEN_DOT_BUS dependencies on BEN_DOT_SHD

Line 48: l_api_updating := ben_dot_shd.api_updating

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

Line 55: <> ben_dot_shd.g_old_rec.dpnt_othr_ptip_rt_id) then

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

Line 59: ben_dot_shd.constraint_error('BEN_DPNT_OTHR_PTIP_RT_F_PK');

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

Line 69: ben_dot_shd.constraint_error('BEN_DPNT_OTHR_PTIP_RT_F_PK');

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

Line 137: l_api_updating := ben_dot_shd.api_updating

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

Line 143: and p_ptip_id <> nvl(ben_dot_shd.g_old_rec.ptip_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_ptip_id <> nvl(ben_dot_shd.g_old_rec.ptip_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 206: l_api_updating := ben_dot_shd.api_updating

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

Line 213: <> nvl(ben_dot_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

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

Line 524: (p_rec in ben_dot_shd.g_rec_type,

520: -- ----------------------------------------------------------------------------
521: -- |---------------------------< insert_validate >----------------------------|
522: -- ----------------------------------------------------------------------------
523: Procedure insert_validate
524: (p_rec in ben_dot_shd.g_rec_type,
525: p_effective_date in date,
526: p_datetrack_mode in varchar2,
527: p_validation_start_date in date,
528: p_validation_end_date in date) is

Line 577: (p_rec in ben_dot_shd.g_rec_type,

573: -- ----------------------------------------------------------------------------
574: -- |---------------------------< update_validate >----------------------------|
575: -- ----------------------------------------------------------------------------
576: Procedure update_validate
577: (p_rec in ben_dot_shd.g_rec_type,
578: p_effective_date in date,
579: p_datetrack_mode in varchar2,
580: p_validation_start_date in date,
581: p_validation_end_date in date) is

Line 640: (p_rec in ben_dot_shd.g_rec_type,

636: -- ----------------------------------------------------------------------------
637: -- |---------------------------< delete_validate >----------------------------|
638: -- ----------------------------------------------------------------------------
639: Procedure delete_validate
640: (p_rec in ben_dot_shd.g_rec_type,
641: p_effective_date in date,
642: p_datetrack_mode in varchar2,
643: p_validation_start_date in date,
644: p_validation_end_date in date) is