DBA Data[Home] [Help]

APPS.BEN_ECC_BUS dependencies on BEN_ENRT_BNFT

Line 111: from ben_enrt_bnft a

107: l_dummy varchar2(1);
108: --
109: cursor c1 is
110: select null
111: from ben_enrt_bnft a
112: where a.enrt_bnft_id = p_enrt_bnft_id;
113: --
114: Begin
115: --

Line 129: -- check if enrt_bnft_id value exists in ben_enrt_bnft table

125: <> nvl(ben_ecc_shd.g_old_rec.enrt_bnft_id,hr_api.g_number)
126: or not l_api_updating) and
127: p_enrt_bnft_id is not null then
128: --
129: -- check if enrt_bnft_id value exists in ben_enrt_bnft table
130: --
131: open c1;
132: --
133: fetch c1 into l_dummy;

Line 138: -- raise error as FK does not relate to PK in ben_enrt_bnft

134: if c1%notfound then
135: --
136: close c1;
137: --
138: -- raise error as FK does not relate to PK in ben_enrt_bnft
139: -- table.
140: --
141: ben_ecc_shd.constraint_error('BEN_ELCTBL_CHC_CTFN_FK2');
142: --