DBA Data[Home] [Help]

APPS.BEN_HSR_BUS dependencies on BEN_HSR_SHD

Line 48: l_api_updating := ben_hsr_shd.api_updating

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

Line 55: <> ben_hsr_shd.g_old_rec.hrly_slrd_rt_id) then

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

Line 59: ben_hsr_shd.constraint_error('BEN_HYRLY_SLRD_RTS_F_PK');

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

Line 69: ben_hsr_shd.constraint_error('BEN_HYRLY_SLRD_RTS_F_PK');

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

Line 117: l_api_updating := ben_hsr_shd.api_updating

113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_hsr_shd.api_updating
118: (p_hrly_slrd_rt_id => p_hrly_slrd_rt_id,
119: p_effective_date => p_effective_date,
120: p_object_version_number => p_object_version_number);
121: --

Line 124: <> nvl(ben_hsr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_excld_flag
124: <> nvl(ben_hsr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
125: or not l_api_updating) then
126: --
127: -- check if value of lookup falls within lookup type.
128: --

Line 186: l_api_updating := ben_hsr_shd.api_updating

182: Begin
183: --
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: l_api_updating := ben_hsr_shd.api_updating
187: (p_hrly_slrd_rt_id => p_hrly_slrd_rt_id,
188: p_effective_date => p_effective_date,
189: p_object_version_number => p_object_version_number);
190: --

Line 193: <> nvl(ben_hsr_shd.g_old_rec.hrly_slrd_cd,hr_api.g_varchar2)

189: p_object_version_number => p_object_version_number);
190: --
191: if (l_api_updating
192: and p_hrly_slrd_cd
193: <> nvl(ben_hsr_shd.g_old_rec.hrly_slrd_cd,hr_api.g_varchar2)
194: or not l_api_updating)
195: and p_hrly_slrd_cd is not null then
196: --
197: -- check if value of lookup falls within lookup type.

Line 278: l_api_updating := ben_hsr_shd.api_updating

274: BEGIN
275: --
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: l_api_updating := ben_hsr_shd.api_updating
279: (p_hrly_slrd_rt_id => p_hrly_slrd_rt_id,
280: p_effective_date => p_effective_date,
281: p_object_version_number => p_object_version_number);
282: --

Line 284: and p_hrly_slrd_cd <> nvl(ben_hsr_shd.g_old_rec.hrly_slrd_cd,hr_api.g_varchar2)

280: p_effective_date => p_effective_date,
281: p_object_version_number => p_object_version_number);
282: --
283: if (l_api_updating
284: and p_hrly_slrd_cd <> nvl(ben_hsr_shd.g_old_rec.hrly_slrd_cd,hr_api.g_varchar2)
285: or not l_api_updating) then
286:
287: open c_dup;
288: fetch c_dup into l_exists;

Line 583: (p_rec in ben_hsr_shd.g_rec_type,

579: -- ----------------------------------------------------------------------------
580: -- |---------------------------< insert_validate >----------------------------|
581: -- ----------------------------------------------------------------------------
582: Procedure insert_validate
583: (p_rec in ben_hsr_shd.g_rec_type,
584: p_effective_date in date,
585: p_datetrack_mode in varchar2,
586: p_validation_start_date in date,
587: p_validation_end_date in date) is

Line 644: (p_rec in ben_hsr_shd.g_rec_type,

640: -- ----------------------------------------------------------------------------
641: -- |---------------------------< update_validate >----------------------------|
642: -- ----------------------------------------------------------------------------
643: Procedure update_validate
644: (p_rec in ben_hsr_shd.g_rec_type,
645: p_effective_date in date,
646: p_datetrack_mode in varchar2,
647: p_validation_start_date in date,
648: p_validation_end_date in date) is

Line 713: (p_rec in ben_hsr_shd.g_rec_type,

709: -- ----------------------------------------------------------------------------
710: -- |---------------------------< delete_validate >----------------------------|
711: -- ----------------------------------------------------------------------------
712: Procedure delete_validate
713: (p_rec in ben_hsr_shd.g_rec_type,
714: p_effective_date in date,
715: p_datetrack_mode in varchar2,
716: p_validation_start_date in date,
717: p_validation_end_date in date) is