DBA Data[Home] [Help]

APPS.BEN_CMR_BUS dependencies on BEN_CMR_SHD

Line 48: l_api_updating := ben_cmr_shd.api_updating

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

Line 55: <> ben_cmr_shd.g_old_rec.cmbn_age_los_rt_id) then

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

Line 59: ben_cmr_shd.constraint_error('BEN_CMBN_AGE_LOS_RT_PK');

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

Line 69: ben_cmr_shd.constraint_error('BEN_CMBN_AGE_LOS_RT_PK');

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

Line 117: l_api_updating := ben_cmr_shd.api_updating

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

Line 124: <> nvl(ben_cmr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_excld_flag
124: <> nvl(ben_cmr_shd.g_old_rec.excld_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 261: l_api_updating := ben_cmr_shd.api_updating

257: BEGIN
258: --
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: l_api_updating := ben_cmr_shd.api_updating
262: (p_cmbn_age_los_rt_id => p_cmbn_age_los_rt_id,
263: p_effective_date => p_effective_date,
264: p_object_version_number => p_object_version_number);
265: --

Line 267: and p_cmbn_age_los_fctr_id <> nvl(ben_cmr_shd.g_old_rec.cmbn_age_los_fctr_id,hr_api.g_number)

263: p_effective_date => p_effective_date,
264: p_object_version_number => p_object_version_number);
265: --
266: if (l_api_updating
267: and p_cmbn_age_los_fctr_id <> nvl(ben_cmr_shd.g_old_rec.cmbn_age_los_fctr_id,hr_api.g_number)
268: or not l_api_updating) then
269:
270: open c_dup;
271: fetch c_dup into l_exists;

Line 563: (p_rec in ben_cmr_shd.g_rec_type,

559: -- ----------------------------------------------------------------------------
560: -- |---------------------------< insert_validate >----------------------------|
561: -- ----------------------------------------------------------------------------
562: Procedure insert_validate
563: (p_rec in ben_cmr_shd.g_rec_type,
564: p_effective_date in date,
565: p_datetrack_mode in varchar2,
566: p_validation_start_date in date,
567: p_validation_end_date in date) is

Line 620: (p_rec in ben_cmr_shd.g_rec_type,

616: -- ----------------------------------------------------------------------------
617: -- |---------------------------< update_validate >----------------------------|
618: -- ----------------------------------------------------------------------------
619: Procedure update_validate
620: (p_rec in ben_cmr_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 684: (p_rec in ben_cmr_shd.g_rec_type,

680: -- ----------------------------------------------------------------------------
681: -- |---------------------------< delete_validate >----------------------------|
682: -- ----------------------------------------------------------------------------
683: Procedure delete_validate
684: (p_rec in ben_cmr_shd.g_rec_type,
685: p_effective_date in date,
686: p_datetrack_mode in varchar2,
687: p_validation_start_date in date,
688: p_validation_end_date in date) is