DBA Data[Home] [Help]

APPS.BEN_LRN_BUS dependencies on BEN_LRN_SHD

Line 48: l_api_updating := ben_lrn_shd.api_updating

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

Line 55: <> ben_lrn_shd.g_old_rec.lvg_rsn_rt_id) then

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

Line 59: ben_lrn_shd.constraint_error('BEN_LVG_RSN_RT_PK');

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

Line 69: ben_lrn_shd.constraint_error('BEN_LVG_RSN_RT_PK');

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

Line 134: l_api_updating := ben_lrn_shd.api_updating

130: Begin
131: --
132: hr_utility.set_location('Entering:'||l_proc, 5);
133: --
134: l_api_updating := ben_lrn_shd.api_updating
135: (p_lvg_rsn_rt_id => p_lvg_rsn_rt_id,
136: p_effective_date => p_effective_date,
137: p_object_version_number => p_object_version_number);
138: --

Line 141: <> nvl(ben_lrn_shd.g_old_rec.lvg_rsn_cd,hr_api.g_varchar2)

137: p_object_version_number => p_object_version_number);
138: --
139: if (l_api_updating
140: and p_lvg_rsn_cd
141: <> nvl(ben_lrn_shd.g_old_rec.lvg_rsn_cd,hr_api.g_varchar2)
142: or not l_api_updating)
143: and p_lvg_rsn_cd is not null then
144: --
145: -- check if value of lookup falls within lookup type.

Line 220: l_api_updating := ben_lrn_shd.api_updating

216: Begin
217: --
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: l_api_updating := ben_lrn_shd.api_updating
221: (p_lvg_rsn_rt_id => p_lvg_rsn_rt_id,
222: p_effective_date => p_effective_date,
223: p_object_version_number => p_object_version_number);
224: --

Line 227: <> nvl(ben_lrn_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

223: p_object_version_number => p_object_version_number);
224: --
225: if (l_api_updating
226: and p_excld_flag
227: <> nvl(ben_lrn_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
228: or not l_api_updating) then
229: --
230: -- check if value of lookup falls within lookup type.
231: --

Line 528: (p_rec in ben_lrn_shd.g_rec_type,

524: -- ----------------------------------------------------------------------------
525: -- |---------------------------< insert_validate >----------------------------|
526: -- ----------------------------------------------------------------------------
527: Procedure insert_validate
528: (p_rec in ben_lrn_shd.g_rec_type,
529: p_effective_date in date,
530: p_datetrack_mode in varchar2,
531: p_validation_start_date in date,
532: p_validation_end_date in date) is

Line 582: (p_rec in ben_lrn_shd.g_rec_type,

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

Line 644: (p_rec in ben_lrn_shd.g_rec_type,

640: -- ----------------------------------------------------------------------------
641: -- |---------------------------< delete_validate >----------------------------|
642: -- ----------------------------------------------------------------------------
643: Procedure delete_validate
644: (p_rec in ben_lrn_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