DBA Data[Home] [Help]

APPS.BEN_EAT_BUS dependencies on BEN_PRTT_ENRT_ACTN_F

Line 195: from ben_prtt_enrt_actn_f

191: null;
192: --
193: declare
194: cursor c1 is select null
195: from ben_prtt_enrt_actn_f
196: where actn_typ_id = p_actn_typ_id;
197: begin
198: open c1;
199: fetch c1 into l_dummy;