DBA Data[Home] [Help]

APPS.BEN_EGD_BUS dependencies on BEN_LER_F

Line 355: ben_ler_f b

351: --
352: cursor c1 is
353: select null
354: from ben_per_in_ler a ,
355: ben_ler_f b
356: where a.per_in_ler_id = p_per_in_ler_id
357: and a.per_in_ler_stat_cd not in ('VOIDD', 'BCKDT')
358: and a.ler_id = b.ler_id
359: and b.typ_cd <> 'COMP'