DBA Data[Home] [Help]

APPS.BEN_EPS_BUS dependencies on BEN_EPS_SHD

Line 48: l_api_updating := ben_eps_shd.api_updating

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

Line 55: <> ben_eps_shd.g_old_rec.elig_pstn_prte_id) then

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

Line 59: ben_eps_shd.constraint_error('BEN_ELIG_PSTN_PRTE_PK');

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

Line 69: ben_eps_shd.constraint_error('BEN_ELIG_PSTN_PRTE_PK');

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

Line 126: l_api_updating := ben_eps_shd.api_updating

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

Line 133: <> nvl(ben_eps_shd.g_old_rec.position_id,hr_api.g_number)

129: p_object_version_number => p_object_version_number);
130: --
131: if (l_api_updating
132: and nvl(p_position_id,hr_api.g_number)
133: <> nvl(ben_eps_shd.g_old_rec.position_id,hr_api.g_number)
134: or not l_api_updating)
135: and p_position_id is not null then
136: --
137: -- check if position_id value exists in

Line 150: ben_eps_shd.constraint_error('BEN_ELIG_pstn_prte_F_FK3');

146: --
147: -- raise error as FK does not relate to PK in
148: -- per_abs_attendance_reasons table.
149: --
150: ben_eps_shd.constraint_error('BEN_ELIG_pstn_prte_F_FK3');
151: --
152: end if;
153: --
154: close c1;

Line 200: l_api_updating := ben_eps_shd.api_updating

196: Begin
197: --
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: l_api_updating := ben_eps_shd.api_updating
201: (p_elig_pstn_prte_id => p_elig_pstn_prte_id,
202: p_effective_date => p_effective_date,
203: p_object_version_number => p_object_version_number);
204: --

Line 207: <> nvl(ben_eps_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

203: p_object_version_number => p_object_version_number);
204: --
205: if (l_api_updating
206: and p_excld_flag
207: <> nvl(ben_eps_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
208: or not l_api_updating) then
209: --
210: -- check if value of lookup falls within lookup type.
211: --

Line 277: l_api_updating := ben_eps_shd.api_updating

273: Begin
274: --
275: hr_utility.set_location('Entering:'||l_proc, 5);
276: --
277: l_api_updating := ben_eps_shd.api_updating
278: (p_elig_pstn_prte_id => p_elig_pstn_prte_id,
279: p_effective_date => p_effective_date,
280: p_object_version_number => p_object_version_number);
281: --

Line 568: (p_rec in ben_eps_shd.g_rec_type,

564: -- ----------------------------------------------------------------------------
565: -- |---------------------------< insert_validate >----------------------------|
566: -- ----------------------------------------------------------------------------
567: Procedure insert_validate
568: (p_rec in ben_eps_shd.g_rec_type,
569: p_effective_date in date,
570: p_datetrack_mode in varchar2,
571: p_validation_start_date in date,
572: p_validation_end_date in date) is

Line 614: (p_rec in ben_eps_shd.g_rec_type,

610: -- ----------------------------------------------------------------------------
611: -- |---------------------------< update_validate >----------------------------|
612: -- ----------------------------------------------------------------------------
613: Procedure update_validate
614: (p_rec in ben_eps_shd.g_rec_type,
615: p_effective_date in date,
616: p_datetrack_mode in varchar2,
617: p_validation_start_date in date,
618: p_validation_end_date in date) is

Line 670: (p_rec in ben_eps_shd.g_rec_type,

666: -- ----------------------------------------------------------------------------
667: -- |---------------------------< delete_validate >----------------------------|
668: -- ----------------------------------------------------------------------------
669: Procedure delete_validate
670: (p_rec in ben_eps_shd.g_rec_type,
671: p_effective_date in date,
672: p_datetrack_mode in varchar2,
673: p_validation_start_date in date,
674: p_validation_end_date in date) is