DBA Data[Home] [Help]

APPS.BEN_PREMIUM_PLAN_CONCURRENT dependencies on BEN_ACTL_PREM_F

Line 326: from ben_actl_prem_f apr

322:
323: -- Premiums to be processed:
324: cursor c_prems (p_effective_date date) is
325: select apr.actl_prem_id, apr.oipl_id, apr.pl_id
326: from ben_actl_prem_f apr
327: where apr.prem_asnmt_cd = 'PROC' -- ENRT are dealt with in benprprm.pkb
328: and apr.business_group_id = p_business_group_id
329: and p_effective_date between
330: apr.effective_start_date and apr.effective_end_date;