DBA Data[Home] [Help]

APPS.BEN_EDB_BUS dependencies on BEN_EDB_SHD

Line 48: l_api_updating := ben_edb_shd.api_updating

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

Line 55: <> ben_edb_shd.g_old_rec.elig_dsbld_prte_id) then

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

Line 59: ben_edb_shd.constraint_error('ben_elig_dsbld_prte_f_PK');

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

Line 69: ben_edb_shd.constraint_error('ben_elig_dsbld_prte_f_PK');

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

Line 175: l_api_updating := ben_edb_shd.api_updating

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

Line 182: <> nvl(ben_edb_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

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

Line 244: l_api_updating := ben_edb_shd.api_updating

240: Begin
241: --
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --
244: l_api_updating := ben_edb_shd.api_updating
245: (p_elig_dsbld_prte_id => p_elig_dsbld_prte_id,
246: p_effective_date => p_effective_date,
247: p_object_version_number => p_object_version_number);
248: --

Line 251: <> nvl(ben_edb_shd.g_old_rec.dsbld_cd,hr_api.g_varchar2)

247: p_object_version_number => p_object_version_number);
248: --
249: if (l_api_updating
250: and p_dsbld_cd
251: <> nvl(ben_edb_shd.g_old_rec.dsbld_cd,hr_api.g_varchar2)
252: or not l_api_updating) then
253: --
254: -- check if value of lookup falls within lookup type.
255: --

Line 321: l_api_updating := ben_edb_shd.api_updating

317: Begin
318: --
319: hr_utility.set_location('Entering:'||l_proc, 5);
320: --
321: l_api_updating := ben_edb_shd.api_updating
322: (p_elig_dsbld_prte_id => p_elig_dsbld_prte_id,
323: p_effective_date => p_effective_date,
324: p_object_version_number => p_object_version_number);
325: --

Line 555: (p_rec in ben_edb_shd.g_rec_type,

551: -- ----------------------------------------------------------------------------
552: -- |---------------------------< insert_validate >----------------------------|
553: -- ----------------------------------------------------------------------------
554: Procedure insert_validate
555: (p_rec in ben_edb_shd.g_rec_type,
556: p_effective_date in date,
557: p_datetrack_mode in varchar2,
558: p_validation_start_date in date,
559: p_validation_end_date in date) is

Line 607: (p_rec in ben_edb_shd.g_rec_type,

603: -- ----------------------------------------------------------------------------
604: -- |---------------------------< update_validate >----------------------------|
605: -- ----------------------------------------------------------------------------
606: Procedure update_validate
607: (p_rec in ben_edb_shd.g_rec_type,
608: p_effective_date in date,
609: p_datetrack_mode in varchar2,
610: p_validation_start_date in date,
611: p_validation_end_date in date) is

Line 667: (p_rec in ben_edb_shd.g_rec_type,

663: -- ----------------------------------------------------------------------------
664: -- |---------------------------< delete_validate >----------------------------|
665: -- ----------------------------------------------------------------------------
666: Procedure delete_validate
667: (p_rec in ben_edb_shd.g_rec_type,
668: p_effective_date in date,
669: p_datetrack_mode in varchar2,
670: p_validation_start_date in date,
671: p_validation_end_date in date) is