DBA Data[Home] [Help]

APPS.BEN_EAP_BUS dependencies on BEN_EAP_SHD

Line 48: l_api_updating := ben_eap_shd.api_updating

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

Line 55: <> ben_eap_shd.g_old_rec.elig_age_prte_id) then

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

Line 59: ben_eap_shd.constraint_error('BEN_ELIG_AGE_PRTE_PK');

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

Line 69: ben_eap_shd.constraint_error('BEN_ELIG_AGE_PRTE_PK');

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

Line 141: l_api_updating := ben_eap_shd.api_updating

137: Begin
138: --
139: hr_utility.set_location('Entering:'||l_proc,5);
140: --
141: l_api_updating := ben_eap_shd.api_updating
142: (p_elig_age_prte_id => p_elig_age_prte_id,
143: p_effective_date => p_effective_date,
144: p_object_version_number => p_object_version_number);
145: --

Line 148: <> nvl(ben_eap_shd.g_old_rec.age_fctr_id,hr_api.g_number)

144: p_object_version_number => p_object_version_number);
145: --
146: if (l_api_updating
147: and nvl(p_age_fctr_id,hr_api.g_number)
148: <> nvl(ben_eap_shd.g_old_rec.age_fctr_id,hr_api.g_number)
149: or not l_api_updating) then
150: --
151: -- check if age_fctr_id value exists in ben_age_fctr table
152: --

Line 163: ben_eap_shd.constraint_error('BEN_ELIG_AGE_PRTE_FK1');

159: --
160: -- raise error as FK does not relate to PK in ben_age_fctr
161: -- table.
162: --
163: ben_eap_shd.constraint_error('BEN_ELIG_AGE_PRTE_FK1');
164: --
165: end if;
166: --
167: close c1;

Line 227: l_api_updating := ben_eap_shd.api_updating

223: Begin
224: --
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: l_api_updating := ben_eap_shd.api_updating
228: (p_elig_age_prte_id => p_elig_age_prte_id,
229: p_effective_date => p_effective_date,
230: p_object_version_number => p_object_version_number);
231: --

Line 234: <> nvl(ben_eap_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

230: p_object_version_number => p_object_version_number);
231: --
232: if (l_api_updating
233: and p_excld_flag
234: <> nvl(ben_eap_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
235: or not l_api_updating) then
236: --
237: -- check if value of lookup falls within lookup type.
238: --

Line 522: (p_rec in ben_eap_shd.g_rec_type,

518: -- ----------------------------------------------------------------------------
519: -- |---------------------------< insert_validate >----------------------------|
520: -- ----------------------------------------------------------------------------
521: Procedure insert_validate
522: (p_rec in ben_eap_shd.g_rec_type,
523: p_effective_date in date,
524: p_datetrack_mode in varchar2,
525: p_validation_start_date in date,
526: p_validation_end_date in date) is

Line 572: (p_rec in ben_eap_shd.g_rec_type,

568: -- ----------------------------------------------------------------------------
569: -- |---------------------------< update_validate >----------------------------|
570: -- ----------------------------------------------------------------------------
571: Procedure update_validate
572: (p_rec in ben_eap_shd.g_rec_type,
573: p_effective_date in date,
574: p_datetrack_mode in varchar2,
575: p_validation_start_date in date,
576: p_validation_end_date in date) is

Line 630: (p_rec in ben_eap_shd.g_rec_type,

626: -- ----------------------------------------------------------------------------
627: -- |---------------------------< delete_validate >----------------------------|
628: -- ----------------------------------------------------------------------------
629: Procedure delete_validate
630: (p_rec in ben_eap_shd.g_rec_type,
631: p_effective_date in date,
632: p_datetrack_mode in varchar2,
633: p_validation_start_date in date,
634: p_validation_end_date in date) is