DBA Data[Home] [Help]

APPS.BEN_CBS_BUS dependencies on BEN_CBS_SHD

Line 48: l_api_updating := ben_cbs_shd.api_updating

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

Line 55: <> ben_cbs_shd.g_old_rec.prem_cstg_by_sgmt_id) then

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

Line 59: ben_cbs_shd.constraint_error('BEN_PREM_CSTG_BY_SGMT_PK');

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

Line 69: ben_cbs_shd.constraint_error('BEN_PREM_CSTG_BY_SGMT_PK');

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

Line 126: l_api_updating := ben_cbs_shd.api_updating

122: Begin
123: --
124: hr_utility.set_location('Entering:'||l_proc, 5);
125: --
126: l_api_updating := ben_cbs_shd.api_updating
127: (p_prem_cstg_by_sgmt_id => p_prem_cstg_by_sgmt_id,
128: p_effective_date => p_effective_date,
129: p_object_version_number => p_object_version_number);
130: --

Line 133: <> ben_cbs_shd.g_old_rec.sgmt_cstg_mthd_rl

129: p_object_version_number => p_object_version_number);
130: --
131: if (l_api_updating
132: and nvl(p_sgmt_cstg_mthd_rl,hr_api.g_number)
133: <> ben_cbs_shd.g_old_rec.sgmt_cstg_mthd_rl
134: or not l_api_updating)
135: and p_sgmt_cstg_mthd_rl is not null then
136: --
137: -- check if value of formula rule is valid.

Line 202: l_api_updating := ben_cbs_shd.api_updating

198: Begin
199: --
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --
202: l_api_updating := ben_cbs_shd.api_updating
203: (p_prem_cstg_by_sgmt_id => p_prem_cstg_by_sgmt_id,
204: p_effective_date => p_effective_date,
205: p_object_version_number => p_object_version_number);
206: --

Line 209: <> nvl(ben_cbs_shd.g_old_rec.sgmt_cstg_mthd_cd,hr_api.g_varchar2)

205: p_object_version_number => p_object_version_number);
206: --
207: if (l_api_updating
208: and p_sgmt_cstg_mthd_cd
209: <> nvl(ben_cbs_shd.g_old_rec.sgmt_cstg_mthd_cd,hr_api.g_varchar2)
210: or not l_api_updating) then
211: --
212: -- check if value of lookup falls within lookup type.
213: --

Line 697: (p_rec in ben_cbs_shd.g_rec_type,

693: -- ----------------------------------------------------------------------------
694: -- |---------------------------< insert_validate >----------------------------|
695: -- ----------------------------------------------------------------------------
696: Procedure insert_validate
697: (p_rec in ben_cbs_shd.g_rec_type,
698: p_effective_date in date,
699: p_datetrack_mode in varchar2,
700: p_validation_start_date in date,
701: p_validation_end_date in date) is

Line 759: (p_rec in ben_cbs_shd.g_rec_type,

755: -- ----------------------------------------------------------------------------
756: -- |---------------------------< update_validate >----------------------------|
757: -- ----------------------------------------------------------------------------
758: Procedure update_validate
759: (p_rec in ben_cbs_shd.g_rec_type,
760: p_effective_date in date,
761: p_datetrack_mode in varchar2,
762: p_validation_start_date in date,
763: p_validation_end_date in date) is

Line 828: (p_rec in ben_cbs_shd.g_rec_type,

824: -- ----------------------------------------------------------------------------
825: -- |---------------------------< delete_validate >----------------------------|
826: -- ----------------------------------------------------------------------------
827: Procedure delete_validate
828: (p_rec in ben_cbs_shd.g_rec_type,
829: p_effective_date in date,
830: p_datetrack_mode in varchar2,
831: p_validation_start_date in date,
832: p_validation_end_date in date) is