DBA Data[Home] [Help]

APPS.BEN_BEI_BUS dependencies on BEN_OIPL_F

Line 113: from ben_oipl_f a

109: l_dummy varchar2(1);
110: --
111: cursor c1 is
112: select null
113: from ben_oipl_f a
114: where a.oipl_id = p_oipl_id
115: and p_effective_date
116: between a.effective_start_date
117: and a.effective_end_date;

Line 133: -- check if oipl_id value exists in ben_oipl_f table

129: <> nvl(ben_bei_shd.g_old_rec.oipl_id,hr_api.g_number)
130: or not l_api_updating)
131: and p_oipl_id is not null then
132: --
133: -- check if oipl_id value exists in ben_oipl_f table
134: --
135: open c1;
136: --
137: fetch c1 into l_dummy;

Line 142: -- raise error as FK does not relate to PK in ben_oipl_f

138: if c1%notfound then
139: --
140: close c1;
141: --
142: -- raise error as FK does not relate to PK in ben_oipl_f
143: -- table.
144: --
145: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT4');
146: --