DBA Data[Home] [Help]

APPS.BEN_PBM_BUS dependencies on BEN_PBM_SHD

Line 48: l_api_updating := ben_pbm_shd.api_updating

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

Line 55: <> ben_pbm_shd.g_old_rec.pl_r_oipl_prem_by_mo_id) then

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

Line 59: ben_pbm_shd.constraint_error('BEN_PL_R_OIPL_PREM_BY_MO_PK');

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

Line 69: ben_pbm_shd.constraint_error('BEN_PL_R_OIPL_PREM_BY_MO_PK');

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

Line 117: l_api_updating := ben_pbm_shd.api_updating

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

Line 124: <> nvl(ben_pbm_shd.g_old_rec.mnl_adj_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_mnl_adj_flag
124: <> nvl(ben_pbm_shd.g_old_rec.mnl_adj_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 190: l_api_updating := ben_pbm_shd.api_updating

186: Begin
187: --
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: --
190: l_api_updating := ben_pbm_shd.api_updating
191: (p_pl_r_oipl_prem_by_mo_id => p_pl_r_oipl_prem_by_mo_id,
192: p_effective_date => p_effective_date,
193: p_object_version_number => p_object_version_number);
194: --

Line 197: <> nvl(ben_pbm_shd.g_old_rec.uom,hr_api.g_varchar2)

193: p_object_version_number => p_object_version_number);
194: --
195: if (l_api_updating
196: and nvl(p_uom,hr_api.g_varchar2)
197: <> nvl(ben_pbm_shd.g_old_rec.uom,hr_api.g_varchar2)
198: or not l_api_updating) then
199: --
200: -- check if uom value exists in fnd_currencies_tl table.
201: --

Line 427: (p_rec in ben_pbm_shd.g_rec_type,

423: -- ----------------------------------------------------------------------------
424: -- |---------------------------< insert_validate >----------------------------|
425: -- ----------------------------------------------------------------------------
426: Procedure insert_validate
427: (p_rec in ben_pbm_shd.g_rec_type,
428: p_effective_date in date,
429: p_datetrack_mode in varchar2,
430: p_validation_start_date in date,
431: p_validation_end_date in date) is

Line 467: (p_rec in ben_pbm_shd.g_rec_type,

463: -- ----------------------------------------------------------------------------
464: -- |---------------------------< update_validate >----------------------------|
465: -- ----------------------------------------------------------------------------
466: Procedure update_validate
467: (p_rec in ben_pbm_shd.g_rec_type,
468: p_effective_date in date,
469: p_datetrack_mode in varchar2,
470: p_validation_start_date in date,
471: p_validation_end_date in date) is

Line 515: (p_rec in ben_pbm_shd.g_rec_type,

511: -- ----------------------------------------------------------------------------
512: -- |---------------------------< delete_validate >----------------------------|
513: -- ----------------------------------------------------------------------------
514: Procedure delete_validate
515: (p_rec in ben_pbm_shd.g_rec_type,
516: p_effective_date in date,
517: p_datetrack_mode in varchar2,
518: p_validation_start_date in date,
519: p_validation_end_date in date) is