DBA Data[Home] [Help]

APPS.BEN_EPY_BUS dependencies on BEN_EPY_SHD

Line 48: l_api_updating := ben_epy_shd.api_updating

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

Line 55: <> ben_epy_shd.g_old_rec.elig_pyrl_prte_id) then

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

Line 59: ben_epy_shd.constraint_error('BEN_ELIG_PYRL_TO_PRTE_PK');

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

Line 69: ben_epy_shd.constraint_error('BEN_ELIG_PYRL_TO_PRTE_PK');

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

Line 143: l_api_updating := ben_epy_shd.api_updating

139: Begin
140: --
141: hr_utility.set_location('Entering:'||l_proc,5);
142: --
143: l_api_updating := ben_epy_shd.api_updating
144: (p_effective_date => p_effective_date,
145: p_elig_pyrl_prte_id => p_elig_pyrl_prte_id,
146: p_object_version_number => p_object_version_number);
147: --

Line 151: <> nvl(ben_epy_shd.g_old_rec.payroll_id,hr_api.g_number)

147: --
148: --
149: if (l_api_updating
150: and nvl(p_payroll_id, hr_api.g_number)
151: <> nvl(ben_epy_shd.g_old_rec.payroll_id,hr_api.g_number)
152: or not l_api_updating) then
153: --
154: -- check if payroll_id value exists in pay_all_payrolls_f table
155: --

Line 231: l_api_updating := ben_epy_shd.api_updating

227: Begin
228: --
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: l_api_updating := ben_epy_shd.api_updating
232: (p_elig_pyrl_prte_id => p_elig_pyrl_prte_id,
233: p_effective_date => p_effective_date,
234: p_object_version_number => p_object_version_number);
235: --

Line 238: <> nvl(ben_epy_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

234: p_object_version_number => p_object_version_number);
235: --
236: if (l_api_updating
237: and p_excld_flag
238: <> nvl(ben_epy_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
239: or not l_api_updating) then
240: --
241: -- check if value of lookup falls within lookup type.
242: --

Line 528: (p_rec in ben_epy_shd.g_rec_type,

524: -- ----------------------------------------------------------------------------
525: -- |---------------------------< insert_validate >----------------------------|
526: -- ----------------------------------------------------------------------------
527: Procedure insert_validate
528: (p_rec in ben_epy_shd.g_rec_type,
529: p_effective_date in date,
530: p_datetrack_mode in varchar2,
531: p_validation_start_date in date,
532: p_validation_end_date in date) is

Line 578: (p_rec in ben_epy_shd.g_rec_type,

574: -- ----------------------------------------------------------------------------
575: -- |---------------------------< update_validate >----------------------------|
576: -- ----------------------------------------------------------------------------
577: Procedure update_validate
578: (p_rec in ben_epy_shd.g_rec_type,
579: p_effective_date in date,
580: p_datetrack_mode in varchar2,
581: p_validation_start_date in date,
582: p_validation_end_date in date) is

Line 636: (p_rec in ben_epy_shd.g_rec_type,

632: -- ----------------------------------------------------------------------------
633: -- |---------------------------< delete_validate >----------------------------|
634: -- ----------------------------------------------------------------------------
635: Procedure delete_validate
636: (p_rec in ben_epy_shd.g_rec_type,
637: p_effective_date in date,
638: p_datetrack_mode in varchar2,
639: p_validation_start_date in date,
640: p_validation_end_date in date) is