DBA Data[Home] [Help]

APPS.BEN_CCM_BUS dependencies on BEN_PRTT_ENRT_RSLT_F

Line 106: from ben_prtt_enrt_rslt_f pen

102: --
103: cursor c_max_cvg_strt_dt
104: is
105: select max(pen.ENRT_CVG_STRT_DT)
106: from ben_prtt_enrt_rslt_f pen
107: where ( pl_id = nvl(p_pl_id, -9999) OR
108: oipl_id = nvl(p_oipl_id, -9999)
109: )
110: and pen.prtt_enrt_rslt_stat_cd is null