DBA Data[Home] [Help]

APPS.BEN_DOP_BUS dependencies on BEN_DOP_SHD

Line 48: l_api_updating := ben_dop_shd.api_updating

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

Line 55: <> ben_dop_shd.g_old_rec.dpnt_cvrd_othr_pgm_rt_id) then

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

Line 59: ben_dop_shd.constraint_error('BEN_DPNT_CVRD_OTHR_PGM_RT_PK');

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

Line 69: ben_dop_shd.constraint_error('BEN_DPNT_CVRD_OTHR_PGM_RT_PK');

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

Line 117: l_api_updating := ben_dop_shd.api_updating

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

Line 124: <> nvl(ben_dop_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_dop_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_dop_shd.api_updating

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

Line 195: <> nvl(ben_dop_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_dop_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 281: l_api_updating := ben_dop_shd.api_updating

277: BEGIN
278: --
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: l_api_updating := ben_dop_shd.api_updating
282: (p_dpnt_cvrd_othr_pgm_rt_id => p_dpnt_cvrd_othr_pgm_rt_id,
283: p_effective_date => p_effective_date,
284: p_object_version_number => p_object_version_number);
285: --

Line 287: and (p_pgm_id <> nvl(ben_dop_shd.g_old_rec.pgm_id,hr_api.g_number)

283: p_effective_date => p_effective_date,
284: p_object_version_number => p_object_version_number);
285: --
286: if (l_api_updating
287: and (p_pgm_id <> nvl(ben_dop_shd.g_old_rec.pgm_id,hr_api.g_number)
288: or p_enrl_det_dt_cd <> nvl(ben_dco_shd.g_old_rec.enrl_det_dt_cd,hr_api.g_varchar2))
289: or not l_api_updating) then
290:
291: open c_dup;

Line 350: l_api_updating := ben_dop_shd.api_updating

346: Begin
347: --
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: l_api_updating := ben_dop_shd.api_updating
351: (p_dpnt_cvrd_othr_pgm_rt_id => p_dpnt_cvrd_othr_pgm_rt_id,
352: p_effective_date => p_effective_date,
353: p_object_version_number => p_object_version_number);
354: --

Line 357: <> nvl(ben_dop_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

353: p_object_version_number => p_object_version_number);
354: --
355: if (l_api_updating
356: and p_excld_flag
357: <> nvl(ben_dop_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
358: or not l_api_updating) then
359: --
360: -- check if value of lookup falls within lookup type.
361: --

Line 673: (p_rec in ben_dop_shd.g_rec_type,

669: -- ----------------------------------------------------------------------------
670: -- |---------------------------< insert_validate >----------------------------|
671: -- ----------------------------------------------------------------------------
672: Procedure insert_validate
673: (p_rec in ben_dop_shd.g_rec_type,
674: p_effective_date in date,
675: p_datetrack_mode in varchar2,
676: p_validation_start_date in date,
677: p_validation_end_date in date) is

Line 740: (p_rec in ben_dop_shd.g_rec_type,

736: -- ----------------------------------------------------------------------------
737: -- |---------------------------< update_validate >----------------------------|
738: -- ----------------------------------------------------------------------------
739: Procedure update_validate
740: (p_rec in ben_dop_shd.g_rec_type,
741: p_effective_date in date,
742: p_datetrack_mode in varchar2,
743: p_validation_start_date in date,
744: p_validation_end_date in date) is

Line 816: (p_rec in ben_dop_shd.g_rec_type,

812: -- ----------------------------------------------------------------------------
813: -- |---------------------------< delete_validate >----------------------------|
814: -- ----------------------------------------------------------------------------
815: Procedure delete_validate
816: (p_rec in ben_dop_shd.g_rec_type,
817: p_effective_date in date,
818: p_datetrack_mode in varchar2,
819: p_validation_start_date in date,
820: p_validation_end_date in date) is