DBA Data[Home] [Help]

APPS.BEN_LMM_BUS dependencies on BEN_LMM_SHD

Line 48: l_api_updating := ben_lmm_shd.api_updating

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

Line 55: <> ben_lmm_shd.g_old_rec.lbr_mmbr_rt_id) then

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

Line 59: ben_lmm_shd.constraint_error('BEN_LBR_MMBR_RTS_F_PK');

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

Line 69: ben_lmm_shd.constraint_error('BEN_LBR_MMBR_RTS_F_PK');

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

Line 117: l_api_updating := ben_lmm_shd.api_updating

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

Line 124: <> nvl(ben_lmm_shd.g_old_rec.lbr_mmbr_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_lbr_mmbr_flag
124: <> nvl(ben_lmm_shd.g_old_rec.lbr_mmbr_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 208: l_api_updating := ben_lmm_shd.api_updating

204: BEGIN
205: --
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: l_api_updating := ben_lmm_shd.api_updating
209: (p_lbr_mmbr_rt_id => p_lbr_mmbr_rt_id,
210: p_effective_date => p_effective_date,
211: p_object_version_number => p_object_version_number);
212: --

Line 214: and p_lbr_mmbr_flag <> nvl(ben_lmm_shd.g_old_rec.lbr_mmbr_flag,hr_api.g_varchar2)

210: p_effective_date => p_effective_date,
211: p_object_version_number => p_object_version_number);
212: --
213: if (l_api_updating
214: and p_lbr_mmbr_flag <> nvl(ben_lmm_shd.g_old_rec.lbr_mmbr_flag,hr_api.g_varchar2)
215: or not l_api_updating) then
216:
217: open c_dup;
218: fetch c_dup into l_exists;

Line 334: l_api_updating := ben_lmm_shd.api_updating

330: Begin
331: --
332: hr_utility.set_location('Entering:'||l_proc, 5);
333: --
334: l_api_updating := ben_lmm_shd.api_updating
335: (p_lbr_mmbr_rt_id => p_lbr_mmbr_rt_id,
336: p_effective_date => p_effective_date,
337: p_object_version_number => p_object_version_number);
338: --

Line 341: <> nvl(ben_lmm_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

337: p_object_version_number => p_object_version_number);
338: --
339: if (l_api_updating
340: and p_excld_flag
341: <> nvl(ben_lmm_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
342: or not l_api_updating) then
343: --
344: -- check if value of lookup falls within lookup type.
345: --

Line 571: (p_rec in ben_lmm_shd.g_rec_type,

567: -- ----------------------------------------------------------------------------
568: -- |---------------------------< insert_validate >----------------------------|
569: -- ----------------------------------------------------------------------------
570: Procedure insert_validate
571: (p_rec in ben_lmm_shd.g_rec_type,
572: p_effective_date in date,
573: p_datetrack_mode in varchar2,
574: p_validation_start_date in date,
575: p_validation_end_date in date) is

Line 628: (p_rec in ben_lmm_shd.g_rec_type,

624: -- ----------------------------------------------------------------------------
625: -- |---------------------------< update_validate >----------------------------|
626: -- ----------------------------------------------------------------------------
627: Procedure update_validate
628: (p_rec in ben_lmm_shd.g_rec_type,
629: p_effective_date in date,
630: p_datetrack_mode in varchar2,
631: p_validation_start_date in date,
632: p_validation_end_date in date) is

Line 693: (p_rec in ben_lmm_shd.g_rec_type,

689: -- ----------------------------------------------------------------------------
690: -- |---------------------------< delete_validate >----------------------------|
691: -- ----------------------------------------------------------------------------
692: Procedure delete_validate
693: (p_rec in ben_lmm_shd.g_rec_type,
694: p_effective_date in date,
695: p_datetrack_mode in varchar2,
696: p_validation_start_date in date,
697: p_validation_end_date in date) is