DBA Data[Home] [Help]

APPS.BEN_CEP_BUS dependencies on BEN_CEP_SHD

Line 48: l_api_updating := ben_CEP_shd.api_updating

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

Line 55: <> ben_CEP_shd.g_old_rec.prtn_elig_prfl_id) then

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

Line 59: ben_CEP_shd.constraint_error('BEN_PRTN_ELIG_PRFL_PK');

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

Line 69: ben_CEP_shd.constraint_error('BEN_PRTN_ELIG_PRFL_PK');

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

Line 117: l_api_updating := ben_CEP_shd.api_updating

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

Line 124: <> nvl(ben_CEP_shd.g_old_rec.mndtry_flag,hr_api.g_varchar2)

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

Line 193: l_api_updating := ben_CEP_shd.api_updating

189: Begin
190: --
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: l_api_updating := ben_CEP_shd.api_updating
194: (p_prtn_elig_prfl_id => p_prtn_elig_prfl_id,
195: p_effective_date => p_effective_date,
196: p_object_version_number => p_object_version_number);
197: --

Line 200: <> nvl(ben_CEP_shd.g_old_rec.compute_score_flag,hr_api.g_varchar2)

196: p_object_version_number => p_object_version_number);
197: --
198: if (l_api_updating
199: and p_compute_score_flag
200: <> nvl(ben_CEP_shd.g_old_rec.compute_score_flag,hr_api.g_varchar2)
201: or not l_api_updating)
202: and p_compute_score_flag is not null then
203: --
204: -- check if value of lookup falls within lookup type.

Line 284: l_api_updating := ben_cep_shd.api_updating

280: Begin
281: --
282: hr_utility.set_location('Entering:'||l_proc,5);
283: --
284: l_api_updating := ben_cep_shd.api_updating
285: (p_prtn_elig_prfl_id => p_prtn_elig_prfl_id,
286: p_effective_date => p_effective_date,
287: p_object_version_number => p_object_version_number);
288: --

Line 291: <> nvl(ben_cep_shd.g_old_rec.eligy_prfl_id, hr_api.g_number)

287: p_object_version_number => p_object_version_number);
288: --
289: if (l_api_updating
290: and nvl(p_eligy_prfl_id, hr_api.g_number)
291: <> nvl(ben_cep_shd.g_old_rec.eligy_prfl_id, hr_api.g_number)
292: or not l_api_updating) then
293: --
294: --
295: open c1;

Line 647: (p_rec in ben_CEP_shd.g_rec_type,

643: -- ----------------------------------------------------------------------------
644: -- |---------------------------< insert_validate >----------------------------|
645: -- ----------------------------------------------------------------------------
646: Procedure insert_validate
647: (p_rec in ben_CEP_shd.g_rec_type,
648: p_effective_date in date,
649: p_datetrack_mode in varchar2,
650: p_validation_start_date in date,
651: p_validation_end_date in date) is

Line 702: (p_rec in ben_CEP_shd.g_rec_type,

698: -- ----------------------------------------------------------------------------
699: -- |---------------------------< update_validate >----------------------------|
700: -- ----------------------------------------------------------------------------
701: Procedure update_validate
702: (p_rec in ben_CEP_shd.g_rec_type,
703: p_effective_date in date,
704: p_datetrack_mode in varchar2,
705: p_validation_start_date in date,
706: p_validation_end_date in date) is

Line 766: (p_rec in ben_CEP_shd.g_rec_type,

762: -- ----------------------------------------------------------------------------
763: -- |---------------------------< delete_validate >----------------------------|
764: -- ----------------------------------------------------------------------------
765: Procedure delete_validate
766: (p_rec in ben_CEP_shd.g_rec_type,
767: p_effective_date in date,
768: p_datetrack_mode in varchar2,
769: p_validation_start_date in date,
770: p_validation_end_date in date) is