DBA Data[Home] [Help]

APPS.BEN_EOP_BUS dependencies on BEN_EOP_SHD

Line 48: l_api_updating := ben_eop_shd.api_updating

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

Line 55: <> ben_eop_shd.g_old_rec.ELIG_ANTHR_PL_PRTE_id) then

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

Line 59: ben_eop_shd.constraint_error('BEN_ELIG_ANTHR_PL_PRTE_PK');

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

Line 69: ben_eop_shd.constraint_error('BEN_ELIG_ANTHR_PL_PRTE_PK');

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

Line 127: l_api_updating := ben_eop_shd.api_updating

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

Line 134: <> nvl(ben_eop_shd.g_old_rec.pl_id,hr_api.g_number)

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

Line 151: ben_eop_shd.constraint_error('BEN_ELIG_ANTHR_PL_PRTE_F_FK3');

147: --
148: -- raise error as FK does not relate to PK in
149: -- ben_pl_f table.
150: --
151: ben_eop_shd.constraint_error('BEN_ELIG_ANTHR_PL_PRTE_F_FK3');
152: --
153: end if;
154: --
155: close c1;

Line 201: l_api_updating := ben_eop_shd.api_updating

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

Line 208: <> nvl(ben_eop_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

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

Line 278: l_api_updating := ben_eop_shd.api_updating

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

Line 569: (p_rec in ben_eop_shd.g_rec_type,

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

Line 622: (p_rec in ben_eop_shd.g_rec_type,

618: -- ----------------------------------------------------------------------------
619: -- |---------------------------< update_validate >----------------------------|
620: -- ----------------------------------------------------------------------------
621: Procedure update_validate
622: (p_rec in ben_eop_shd.g_rec_type,
623: p_effective_date in date,
624: p_datetrack_mode in varchar2,
625: p_validation_start_date in date,
626: p_validation_end_date in date) is

Line 685: (p_rec in ben_eop_shd.g_rec_type,

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