DBA Data[Home] [Help]

APPS.BEN_TUR_BUS dependencies on BEN_TUR_SHD

Line 48: l_api_updating := ben_tur_shd.api_updating

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

Line 55: <> ben_tur_shd.g_old_rec.tbco_use_rt_id) then

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

Line 59: ben_tur_shd.constraint_error('BEN_TBCO_USE_RT_PK');

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

Line 69: ben_tur_shd.constraint_error('BEN_TBCO_USE_RT_PK');

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

Line 176: l_api_updating := ben_tur_shd.api_updating

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

Line 183: <> nvl(ben_tur_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_tur_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 261: l_api_updating := ben_tur_shd.api_updating

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

Line 268: <> nvl(ben_tur_shd.g_old_rec.uses_tbco_flag,hr_api.g_varchar2)

264: p_object_version_number => p_object_version_number);
265: --
266: if (l_api_updating
267: and p_uses_tbco_flag
268: <> nvl(ben_tur_shd.g_old_rec.uses_tbco_flag,hr_api.g_varchar2)
269: or not l_api_updating) then
270: --
271: -- check if value of lookup falls within lookup type.
272: --

Line 515: (p_rec in ben_tur_shd.g_rec_type,

511: -- ----------------------------------------------------------------------------
512: -- |---------------------------< insert_validate >----------------------------|
513: -- ----------------------------------------------------------------------------
514: Procedure insert_validate
515: (p_rec in ben_tur_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

Line 566: (p_rec in ben_tur_shd.g_rec_type,

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

Line 625: (p_rec in ben_tur_shd.g_rec_type,

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