DBA Data[Home] [Help]

APPS.BEN_NOC_BUS dependencies on BEN_NOC_SHD

Line 48: l_api_updating := ben_noc_shd.api_updating

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

Line 55: <> ben_noc_shd.g_old_rec.no_othr_cvg_rt_id) then

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

Line 59: ben_noc_shd.constraint_error('BEN_NO_OTHR_CVG_RT_PK');

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

Line 69: ben_noc_shd.constraint_error('BEN_NO_OTHR_CVG_RT_PK');

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

Line 117: l_api_updating := ben_noc_shd.api_updating

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

Line 124: <> nvl(ben_noc_shd.g_old_rec.coord_ben_no_cvg_flag,hr_api.g_varchar2)

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

Line 357: (p_rec in ben_noc_shd.g_rec_type,

353: -- ----------------------------------------------------------------------------
354: -- |---------------------------< insert_validate >----------------------------|
355: -- ----------------------------------------------------------------------------
356: Procedure insert_validate
357: (p_rec in ben_noc_shd.g_rec_type,
358: p_effective_date in date,
359: p_datetrack_mode in varchar2,
360: p_validation_start_date in date,
361: p_validation_end_date in date) is

Line 391: (p_rec in ben_noc_shd.g_rec_type,

387: -- ----------------------------------------------------------------------------
388: -- |---------------------------< update_validate >----------------------------|
389: -- ----------------------------------------------------------------------------
390: Procedure update_validate
391: (p_rec in ben_noc_shd.g_rec_type,
392: p_effective_date in date,
393: p_datetrack_mode in varchar2,
394: p_validation_start_date in date,
395: p_validation_end_date in date) is

Line 433: (p_rec in ben_noc_shd.g_rec_type,

429: -- ----------------------------------------------------------------------------
430: -- |---------------------------< delete_validate >----------------------------|
431: -- ----------------------------------------------------------------------------
432: Procedure delete_validate
433: (p_rec in ben_noc_shd.g_rec_type,
434: p_effective_date in date,
435: p_datetrack_mode in varchar2,
436: p_validation_start_date in date,
437: p_validation_end_date in date) is