DBA Data[Home] [Help]

APPS.BEN_EDG_BUS dependencies on BEN_EDG_SHD

Line 48: l_api_updating := ben_edg_shd.api_updating

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

Line 55: <> ben_edg_shd.g_old_rec.elig_dpnt_cvrd_othr_pgm_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_pgm_id,hr_api.g_number)
55: <> ben_edg_shd.g_old_rec.elig_dpnt_cvrd_othr_pgm_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_edg_shd.constraint_error('BEN_ELIG_DPNT_CVR_OTR_PGM_F_PK');

Line 59: ben_edg_shd.constraint_error('BEN_ELIG_DPNT_CVR_OTR_PGM_F_PK');

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

Line 69: ben_edg_shd.constraint_error('BEN_ELIG_DPNT_CVR_OTR_PGM_F_PK');

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

Line 117: l_api_updating := ben_edg_shd.api_updating

113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_edg_shd.api_updating
118: (p_elig_dpnt_cvrd_othr_pgm_id => p_elig_dpnt_cvrd_othr_pgm_id,
119: p_effective_date => p_effective_date,
120: p_object_version_number => p_object_version_number);
121: --

Line 124: <> nvl(ben_edg_shd.g_old_rec.enrl_det_dt_cd,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_enrl_det_dt_cd
124: <> nvl(ben_edg_shd.g_old_rec.enrl_det_dt_cd,hr_api.g_varchar2)
125: or not l_api_updating)
126: and p_enrl_det_dt_cd is not null then
127: --
128: -- check if value of lookup falls within lookup type.

Line 188: l_api_updating := ben_edg_shd.api_updating

184: Begin
185: --
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: l_api_updating := ben_edg_shd.api_updating
189: (p_elig_dpnt_cvrd_othr_pgm_id => p_elig_dpnt_cvrd_othr_pgm_id,
190: p_effective_date => p_effective_date,
191: p_object_version_number => p_object_version_number);
192: --

Line 195: <> nvl(ben_edg_shd.g_old_rec.only_pls_subj_cobra_flag,hr_api.g_varchar2)

191: p_object_version_number => p_object_version_number);
192: --
193: if (l_api_updating
194: and p_only_pls_subj_cobra_flag
195: <> nvl(ben_edg_shd.g_old_rec.only_pls_subj_cobra_flag,hr_api.g_varchar2)
196: or not l_api_updating) then
197: --
198: -- check if value of lookup falls within lookup type.
199: --

Line 259: l_api_updating := ben_edg_shd.api_updating

255: Begin
256: --
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: l_api_updating := ben_edg_shd.api_updating
260: (p_elig_dpnt_cvrd_othr_pgm_id => p_elig_dpnt_cvrd_othr_pgm_id,
261: p_effective_date => p_effective_date,
262: p_object_version_number => p_object_version_number);
263: --

Line 266: <> nvl(ben_edg_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

262: p_object_version_number => p_object_version_number);
263: --
264: if (l_api_updating
265: and p_excld_flag
266: <> nvl(ben_edg_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
267: or not l_api_updating) then
268: --
269: -- check if value of lookup falls within lookup type.
270: --

Line 568: (p_rec in ben_edg_shd.g_rec_type,

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

Line 620: (p_rec in ben_edg_shd.g_rec_type,

616: -- ----------------------------------------------------------------------------
617: -- |---------------------------< update_validate >----------------------------|
618: -- ----------------------------------------------------------------------------
619: Procedure update_validate
620: (p_rec in ben_edg_shd.g_rec_type,
621: p_effective_date in date,
622: p_datetrack_mode in varchar2,
623: p_validation_start_date in date,
624: p_validation_end_date in date) is

Line 681: (p_rec in ben_edg_shd.g_rec_type,

677: -- ----------------------------------------------------------------------------
678: -- |---------------------------< delete_validate >----------------------------|
679: -- ----------------------------------------------------------------------------
680: Procedure delete_validate
681: (p_rec in ben_edg_shd.g_rec_type,
682: p_effective_date in date,
683: p_datetrack_mode in varchar2,
684: p_validation_start_date in date,
685: p_validation_end_date in date) is