DBA Data[Home] [Help]

APPS.BEN_PRM_BUS dependencies on BEN_PRM_SHD

Line 48: l_api_updating := ben_prm_shd.api_updating

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

Line 55: <> ben_prm_shd.g_old_rec.prtt_prem_by_mo_id) then

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

Line 59: ben_prm_shd.constraint_error('BEN_PRTT_PREM_BY_MO_PK');

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

Line 69: ben_prm_shd.constraint_error('BEN_PRTT_PREM_BY_MO_PK');

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

Line 117: l_api_updating := ben_prm_shd.api_updating

113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_prm_shd.api_updating
118: (p_prtt_prem_by_mo_id => p_prtt_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_prm_shd.g_old_rec.alctd_val_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_alctd_val_flag
124: <> nvl(ben_prm_shd.g_old_rec.alctd_val_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 188: l_api_updating := ben_prm_shd.api_updating

184: Begin
185: --
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: l_api_updating := ben_prm_shd.api_updating
189: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
190: p_effective_date => p_effective_date,
191: p_object_version_number => p_object_version_number);
192: --

Line 195: <> nvl(ben_prm_shd.g_old_rec.cr_mnl_adj_flag,hr_api.g_varchar2)

191: p_object_version_number => p_object_version_number);
192: --
193: if (l_api_updating
194: and p_cr_mnl_adj_flag
195: <> nvl(ben_prm_shd.g_old_rec.cr_mnl_adj_flag,hr_api.g_varchar2)
196: or not l_api_updating) then
197: --
198: -- check if value of lookup falls within lookup type.
199: --

Line 262: l_api_updating := ben_prm_shd.api_updating

258: Begin
259: --
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: l_api_updating := ben_prm_shd.api_updating
263: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
264: p_effective_date => p_effective_date,
265: p_object_version_number => p_object_version_number);
266: --

Line 269: <> nvl(ben_prm_shd.g_old_rec.uom,hr_api.g_varchar2)

265: p_object_version_number => p_object_version_number);
266: --
267: if (l_api_updating
268: and nvl(p_antcpd_prtt_cntr_uom,hr_api.g_varchar2)
269: <> nvl(ben_prm_shd.g_old_rec.uom,hr_api.g_varchar2)
270: or not l_api_updating) then
271: --
272: -- check if uom value exists in fnd_currencies_tl table.
273: --

Line 336: l_api_updating := ben_prm_shd.api_updating

332: Begin
333: --
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: l_api_updating := ben_prm_shd.api_updating
337: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
338: p_effective_date => p_effective_date,
339: p_object_version_number => p_object_version_number);
340: --

Line 343: <> nvl(ben_prm_shd.g_old_rec.uom,hr_api.g_varchar2)

339: p_object_version_number => p_object_version_number);
340: --
341: if (l_api_updating
342: and nvl(p_uom,hr_api.g_varchar2)
343: <> nvl(ben_prm_shd.g_old_rec.uom,hr_api.g_varchar2)
344: or not l_api_updating) then
345: --
346: -- check if uom value exists in fnd_currencies_tl table.
347: --

Line 406: l_api_updating := ben_prm_shd.api_updating

402: Begin
403: --
404: hr_utility.set_location('Entering:'||l_proc, 5);
405: --
406: l_api_updating := ben_prm_shd.api_updating
407: (p_prtt_prem_by_mo_id => p_prtt_prem_by_mo_id,
408: p_effective_date => p_effective_date,
409: p_object_version_number => p_object_version_number);
410: --

Line 413: <> nvl(ben_prm_shd.g_old_rec.mnl_adj_flag,hr_api.g_varchar2)

409: p_object_version_number => p_object_version_number);
410: --
411: if (l_api_updating
412: and p_mnl_adj_flag
413: <> nvl(ben_prm_shd.g_old_rec.mnl_adj_flag,hr_api.g_varchar2)
414: or not l_api_updating) then
415: --
416: -- check if value of lookup falls within lookup type.
417: --

Line 643: (p_rec in ben_prm_shd.g_rec_type,

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

Line 701: (p_rec in ben_prm_shd.g_rec_type,

697: -- ----------------------------------------------------------------------------
698: -- |---------------------------< update_validate >----------------------------|
699: -- ----------------------------------------------------------------------------
700: Procedure update_validate
701: (p_rec in ben_prm_shd.g_rec_type,
702: p_effective_date in date,
703: p_datetrack_mode in varchar2,
704: p_validation_start_date in date,
705: p_validation_end_date in date) is

Line 767: (p_rec in ben_prm_shd.g_rec_type,

763: -- ----------------------------------------------------------------------------
764: -- |---------------------------< delete_validate >----------------------------|
765: -- ----------------------------------------------------------------------------
766: Procedure delete_validate
767: (p_rec in ben_prm_shd.g_rec_type,
768: p_effective_date in date,
769: p_datetrack_mode in varchar2,
770: p_validation_start_date in date,
771: p_validation_end_date in date) is