DBA Data[Home] [Help]

APPS.BEN_ADE_BUS dependencies on BEN_ADE_SHD

Line 48: l_api_updating := ben_ade_shd.api_updating

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

Line 55: <> ben_ade_shd.g_old_rec.apld_dpnt_cvg_elig_prfl_id) then

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

Line 59: ben_ade_shd.constraint_error('BEN_APLD_DPNT_CVG_ELG_P_PK');

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

Line 69: ben_ade_shd.constraint_error('BEN_APLD_DPNT_CVG_ELG_P_PK');

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

Line 138: l_api_updating := ben_ade_shd.api_updating

134: Begin
135: --
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --
138: l_api_updating := ben_ade_shd.api_updating
139: (p_apld_dpnt_cvg_elig_prfl_id => p_apld_dpnt_cvg_elig_prfl_id,
140: p_effective_date => p_effective_date,
141: p_object_version_number => p_object_version_number);
142: --

Line 145: <> nvl(ben_ade_shd.g_old_rec.dpnt_cvg_eligy_prfl_id ,hr_api.g_number)

141: p_object_version_number => p_object_version_number);
142: --
143: if (l_api_updating
144: and p_dpnt_cvg_eligy_prfl_id
145: <> nvl(ben_ade_shd.g_old_rec.dpnt_cvg_eligy_prfl_id ,hr_api.g_number)
146: or not l_api_updating) then
147: --
148: -- this value must be unique
149: --

Line 216: l_api_updating := ben_ade_shd.api_updating

212: Begin
213: --
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: --
216: l_api_updating := ben_ade_shd.api_updating
217: (p_apld_dpnt_cvg_elig_prfl_id => p_apld_dpnt_cvg_elig_prfl_id,
218: p_effective_date => p_effective_date,
219: p_object_version_number => p_object_version_number);
220: --

Line 223: <> nvl(ben_ade_shd.g_old_rec.mndtry_flag,hr_api.g_varchar2)

219: p_object_version_number => p_object_version_number);
220: --
221: if (l_api_updating
222: and p_mndtry_flag
223: <> nvl(ben_ade_shd.g_old_rec.mndtry_flag,hr_api.g_varchar2)
224: or not l_api_updating)
225: and p_mndtry_flag is not null then
226: --
227: -- check if value of lookup falls within lookup type.

Line 304: l_api_updating := ben_ade_shd.api_updating

300: Begin
301: --
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: --
304: l_api_updating := ben_ade_shd.api_updating
305: (p_apld_dpnt_cvg_elig_prfl_id => p_apld_dpnt_cvg_elig_prfl_id,
306: p_effective_date => p_effective_date,
307: p_object_version_number => p_object_version_number);
308: --

Line 311: <> ben_ade_shd.g_old_rec.apld_dpnt_cvg_elig_rl

307: p_object_version_number => p_object_version_number);
308: --
309: if (l_api_updating
310: and nvl(p_apld_dpnt_cvg_elig_rl,hr_api.g_number)
311: <> ben_ade_shd.g_old_rec.apld_dpnt_cvg_elig_rl
312: or not l_api_updating)
313: and p_apld_dpnt_cvg_elig_rl is not null then
314: --
315: -- check if value of formula rule is valid.

Line 590: (p_rec in ben_ade_shd.g_rec_type,

586: -- ----------------------------------------------------------------------------
587: -- |---------------------------< insert_validate >----------------------------|
588: -- ----------------------------------------------------------------------------
589: Procedure insert_validate
590: (p_rec in ben_ade_shd.g_rec_type,
591: p_effective_date in date,
592: p_datetrack_mode in varchar2,
593: p_validation_start_date in date,
594: p_validation_end_date in date) is

Line 643: (p_rec in ben_ade_shd.g_rec_type,

639: -- ----------------------------------------------------------------------------
640: -- |---------------------------< update_validate >----------------------------|
641: -- ----------------------------------------------------------------------------
642: Procedure update_validate
643: (p_rec in ben_ade_shd.g_rec_type,
644: p_effective_date in date,
645: p_datetrack_mode in varchar2,
646: p_validation_start_date in date,
647: p_validation_end_date in date) is

Line 708: (p_rec in ben_ade_shd.g_rec_type,

704: -- ----------------------------------------------------------------------------
705: -- |---------------------------< delete_validate >----------------------------|
706: -- ----------------------------------------------------------------------------
707: Procedure delete_validate
708: (p_rec in ben_ade_shd.g_rec_type,
709: p_effective_date in date,
710: p_datetrack_mode in varchar2,
711: p_validation_start_date in date,
712: p_validation_end_date in date) is