DBA Data[Home] [Help]

APPS.BEN_EBN_BUS dependencies on BEN_BENFTS_GRP

Line 133: from ben_benfts_grp a

129: --
130: --
131: cursor c1 is
132: select null
133: from ben_benfts_grp a
134: where a.benfts_grp_id = p_benfts_grp_id
135: and a.business_group_id + 0 = p_business_group_id
136: ;
137: --

Line 152: -- check if benfts_grp_id value exists in ben_benfts_grp table

148: and nvl(p_benfts_grp_id,hr_api.g_number)
149: <> nvl(ben_ebn_shd.g_old_rec.benfts_grp_id,hr_api.g_number)
150: or not l_api_updating) then
151: --
152: -- check if benfts_grp_id value exists in ben_benfts_grp table
153: --
154: open c1;
155: --
156: fetch c1 into l_dummy;

Line 161: -- raise error as FK does not relate to PK in ben_benfts_grp

157: if c1%notfound then
158: --
159: close c1;
160: --
161: -- raise error as FK does not relate to PK in ben_benfts_grp
162: -- table.
163: --
164: ben_ebn_shd.constraint_error('BEN_ELIG_BEN_GRP_FK1');
165: --