DBA Data[Home] [Help]

APPS.BEN_ESR_BUS dependencies on BEN_ESR_SHD

Line 48: l_api_updating := ben_esr_shd.api_updating

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

Line 55: <> ben_esr_shd.g_old_rec.ee_stat_rt_id) then

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

Line 59: ben_esr_shd.constraint_error('BEN_EE_STAT_RTS_F');

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

Line 69: ben_esr_shd.constraint_error('BEN_EE_STAT_RTS_F');

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

Line 139: l_api_updating := ben_esr_shd.api_updating

135: BEGIN
136: --
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: l_api_updating := ben_esr_shd.api_updating
140: (p_ee_stat_rt_id => p_ee_stat_rt_id,
141: p_effective_date => p_effective_date,
142: p_object_version_number => p_object_version_number);
143: --

Line 145: and p_assignment_status_type_id <> nvl(ben_esr_shd.g_old_rec.assignment_status_type_id,hr_api.g_number)

141: p_effective_date => p_effective_date,
142: p_object_version_number => p_object_version_number);
143: --
144: if (l_api_updating
145: and p_assignment_status_type_id <> nvl(ben_esr_shd.g_old_rec.assignment_status_type_id,hr_api.g_number)
146: or not l_api_updating) then
147:
148: open c_dup;
149: fetch c_dup into l_exists;

Line 265: l_api_updating := ben_esr_shd.api_updating

261: Begin
262: --
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: l_api_updating := ben_esr_shd.api_updating
266: (p_ee_stat_rt_id => p_ee_stat_rt_id,
267: p_effective_date => p_effective_date,
268: p_object_version_number => p_object_version_number);
269: --

Line 272: <> nvl(ben_esr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

268: p_object_version_number => p_object_version_number);
269: --
270: if (l_api_updating
271: and p_excld_flag
272: <> nvl(ben_esr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
273: or not l_api_updating) then
274: --
275: -- check if value of lookup falls within lookup type.
276: --

Line 514: (p_rec in ben_esr_shd.g_rec_type,

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

Line 565: (p_rec in ben_esr_shd.g_rec_type,

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

Line 625: (p_rec in ben_esr_shd.g_rec_type,

621: -- ----------------------------------------------------------------------------
622: -- |---------------------------< delete_validate >----------------------------|
623: -- ----------------------------------------------------------------------------
624: Procedure delete_validate
625: (p_rec in ben_esr_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