DBA Data[Home] [Help]

APPS.BEN_EDP_BUS dependencies on BEN_EDP_SHD

Line 48: l_api_updating := ben_edp_shd.api_updating

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

Line 55: <> ben_edp_shd.g_old_rec.elig_dpnt_cvrd_othr_pl_id) then

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

Line 59: ben_edp_shd.constraint_error('BEN_ELIG_DPNT_CVRD_OTHR_PL_PK');

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

Line 69: ben_edp_shd.constraint_error('BEN_ELIG_DPNT_CVRD_OTHR_PL_PK');

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

Line 143: l_api_updating := ben_edp_shd.api_updating

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

Line 150: <> nvl(ben_edp_shd.g_old_rec.pl_id,hr_api.g_number)

146: p_object_version_number => p_object_version_number);
147: --
148: if (l_api_updating
149: and nvl(p_pl_id,hr_api.g_number)
150: <> nvl(ben_edp_shd.g_old_rec.pl_id,hr_api.g_number)
151: or not l_api_updating) then
152: --
153: -- check if pl_id value exists in the plan table
154: open c1;

Line 164: ben_edp_shd.constraint_error('BEN_ELIG_DPNT_CVRD_OTHR_PL_DT2');

160: --
161: -- raise error as FK does not relate to PK in the plan
162: -- table.
163: --
164: ben_edp_shd.constraint_error('BEN_ELIG_DPNT_CVRD_OTHR_PL_DT2');
165: --
166: end if;
167: --
168: close c1;

Line 228: l_api_updating := ben_edp_shd.api_updating

224: Begin
225: --
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: l_api_updating := ben_edp_shd.api_updating
229: (p_elig_dpnt_cvrd_othr_pl_id => p_elig_dpnt_cvrd_othr_pl_id,
230: p_effective_date => p_effective_date,
231: p_object_version_number => p_object_version_number);
232: --

Line 235: <> nvl(ben_edp_shd.g_old_rec.cvg_det_dt_cd,hr_api.g_varchar2)

231: p_object_version_number => p_object_version_number);
232: --
233: if (l_api_updating
234: and p_cvg_det_dt_cd
235: <> nvl(ben_edp_shd.g_old_rec.cvg_det_dt_cd,hr_api.g_varchar2)
236: or not l_api_updating)
237: and p_cvg_det_dt_cd is not null then
238: --
239: -- check if value of lookup falls within lookup type.

Line 299: l_api_updating := ben_edp_shd.api_updating

295: Begin
296: --
297: hr_utility.set_location('Entering:'||l_proc, 5);
298: --
299: l_api_updating := ben_edp_shd.api_updating
300: (p_elig_dpnt_cvrd_othr_pl_id => p_elig_dpnt_cvrd_othr_pl_id,
301: p_effective_date => p_effective_date,
302: p_object_version_number => p_object_version_number);
303: --

Line 306: <> nvl(ben_edp_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

302: p_object_version_number => p_object_version_number);
303: --
304: if (l_api_updating
305: and p_excld_flag
306: <> nvl(ben_edp_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
307: or not l_api_updating) then
308: --
309: -- check if value of lookup falls within lookup type.
310: --

Line 607: (p_rec in ben_edp_shd.g_rec_type,

603: -- ----------------------------------------------------------------------------
604: -- |---------------------------< insert_validate >----------------------------|
605: -- ----------------------------------------------------------------------------
606: Procedure insert_validate
607: (p_rec in ben_edp_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 663: (p_rec in ben_edp_shd.g_rec_type,

659: -- ----------------------------------------------------------------------------
660: -- |---------------------------< update_validate >----------------------------|
661: -- ----------------------------------------------------------------------------
662: Procedure update_validate
663: (p_rec in ben_edp_shd.g_rec_type,
664: p_effective_date in date,
665: p_datetrack_mode in varchar2,
666: p_validation_start_date in date,
667: p_validation_end_date in date) is

Line 728: (p_rec in ben_edp_shd.g_rec_type,

724: -- ----------------------------------------------------------------------------
725: -- |---------------------------< delete_validate >----------------------------|
726: -- ----------------------------------------------------------------------------
727: Procedure delete_validate
728: (p_rec in ben_edp_shd.g_rec_type,
729: p_effective_date in date,
730: p_datetrack_mode in varchar2,
731: p_validation_start_date in date,
732: p_validation_end_date in date) is