DBA Data[Home] [Help]

APPS.BEN_BIS_UTILS dependencies on BEN_CMBN_PTIP_OPT_F

Line 426: from ben_cmbn_ptip_opt_f cpt

422: is
423: --
424: cursor c1 is
425: select cpt.name
426: from ben_cmbn_ptip_opt_f cpt
427: where cpt.cmbn_ptip_opt_id = p_cmbn_ptip_opt_id
428: and cpt.business_group_id = p_business_group_id
429: and p_effective_date between cpt.effective_start_date and cpt.effective_end_date;
430: --