DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_ACTN_API dependencies on BEN_PER_IN_LER

Line 105: ben_per_in_ler pil

101: cursor c_cmpltd_actn
102: is
103: select 'X'
104: from ben_prtt_enrt_actn_f act,
105: ben_per_in_ler pil
106: where act.prtt_enrt_rslt_id = p_prtt_enrt_rslt_id
107: and act.per_in_ler_id = pil.per_in_ler_id
108: and pil.per_in_ler_stat_cd not in ('VOIDD', 'BCKDT')
109: and act.rqd_flag = 'Y'