DBA Data[Home] [Help]

APPS.BEN_DBR_BUS dependencies on BEN_DBR_SHD

Line 48: l_api_updating := ben_dbr_shd.api_updating

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

Line 55: <> ben_dbr_shd.g_old_rec.dsbld_rt_id) then

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

Line 59: ben_dbr_shd.constraint_error('BEN_DSBLD_RT_F_PK');

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

Line 69: ben_dbr_shd.constraint_error('BEN_DSBLD_RT_F_PK');

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

Line 176: l_api_updating := ben_dbr_shd.api_updating

172: Begin
173: --
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: l_api_updating := ben_dbr_shd.api_updating
177: (p_dsbld_rt_id => p_dsbld_rt_id,
178: p_effective_date => p_effective_date,
179: p_object_version_number => p_object_version_number);
180: --

Line 183: <> nvl(ben_dbr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

179: p_object_version_number => p_object_version_number);
180: --
181: if (l_api_updating
182: and p_excld_flag
183: <> nvl(ben_dbr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
184: or not l_api_updating) then
185: --
186: -- check if value of lookup falls within lookup type.
187: --

Line 263: l_api_updating := ben_dbr_shd.api_updating

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

Line 270: <> nvl(ben_dbr_shd.g_old_rec.dsbld_cd,hr_api.g_varchar2)

266: p_object_version_number => p_object_version_number);
267: --
268: if (l_api_updating
269: and p_dsbld_cd
270: <> nvl(ben_dbr_shd.g_old_rec.dsbld_cd,hr_api.g_varchar2)
271: or not l_api_updating) then
272: --
273: -- check if value of lookup falls within lookup type.
274: --

Line 518: (p_rec in ben_dbr_shd.g_rec_type,

514: -- ----------------------------------------------------------------------------
515: -- |---------------------------< insert_validate >----------------------------|
516: -- ----------------------------------------------------------------------------
517: Procedure insert_validate
518: (p_rec in ben_dbr_shd.g_rec_type,
519: p_effective_date in date,
520: p_datetrack_mode in varchar2,
521: p_validation_start_date in date,
522: p_validation_end_date in date) is

Line 568: (p_rec in ben_dbr_shd.g_rec_type,

564: -- ----------------------------------------------------------------------------
565: -- |---------------------------< update_validate >----------------------------|
566: -- ----------------------------------------------------------------------------
567: Procedure update_validate
568: (p_rec in ben_dbr_shd.g_rec_type,
569: p_effective_date in date,
570: p_datetrack_mode in varchar2,
571: p_validation_start_date in date,
572: p_validation_end_date in date) is

Line 626: (p_rec in ben_dbr_shd.g_rec_type,

622: -- ----------------------------------------------------------------------------
623: -- |---------------------------< delete_validate >----------------------------|
624: -- ----------------------------------------------------------------------------
625: Procedure delete_validate
626: (p_rec in ben_dbr_shd.g_rec_type,
627: p_effective_date in date,
628: p_datetrack_mode in varchar2,
629: p_validation_start_date in date,
630: p_validation_end_date in date) is