DBA Data[Home] [Help]

APPS.BEN_ELV_BUS dependencies on BEN_ELV_SHD

Line 48: l_api_updating := ben_elv_shd.api_updating

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

Line 55: <> ben_elv_shd.g_old_rec.elig_lvg_rsn_prte_id) then

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

Line 59: ben_elv_shd.constraint_error('BEN_ELIG_LVG_RSN_PRTE_PK');

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

Line 69: ben_elv_shd.constraint_error('BEN_ELIG_LVG_RSN_PRTE_PK');

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

Line 134: l_api_updating := ben_elv_shd.api_updating

130: Begin
131: --
132: hr_utility.set_location('Entering:'||l_proc, 5);
133: --
134: l_api_updating := ben_elv_shd.api_updating
135: (p_elig_lvg_rsn_prte_id => p_elig_lvg_rsn_prte_id,
136: p_effective_date => p_effective_date,
137: p_object_version_number => p_object_version_number);
138: --

Line 141: <> nvl(ben_elv_shd.g_old_rec.lvg_rsn_cd,hr_api.g_varchar2)

137: p_object_version_number => p_object_version_number);
138: --
139: if (l_api_updating
140: and p_lvg_rsn_cd
141: <> nvl(ben_elv_shd.g_old_rec.lvg_rsn_cd,hr_api.g_varchar2)
142: or not l_api_updating)
143: and p_lvg_rsn_cd is not null then
144: --
145: -- check if value of lookup falls within lookup type.

Line 218: l_api_updating := ben_elv_shd.api_updating

214: Begin
215: --
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: l_api_updating := ben_elv_shd.api_updating
219: (p_elig_lvg_rsn_prte_id => p_elig_lvg_rsn_prte_id,
220: p_effective_date => p_effective_date,
221: p_object_version_number => p_object_version_number);
222: --

Line 225: <> nvl(ben_elv_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

221: p_object_version_number => p_object_version_number);
222: --
223: if (l_api_updating
224: and p_excld_flag
225: <> nvl(ben_elv_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
226: or not l_api_updating) then
227: --
228: -- check if value of lookup falls within lookup type.
229: --

Line 517: (p_rec in ben_elv_shd.g_rec_type,

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

Line 567: (p_rec in ben_elv_shd.g_rec_type,

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

Line 625: (p_rec in ben_elv_shd.g_rec_type,

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