DBA Data[Home] [Help]

APPS.BEN_BIS_UTILS dependencies on BEN_CMBN_PTIP_F

Line 396: from ben_cmbn_ptip_f cptip

392: is
393: --
394: cursor c1 is
395: select cptip.name
396: from ben_cmbn_ptip_f cptip
397: where cptip.cmbn_ptip_id = p_cmbn_ptip_id
398: and cptip.business_group_id = p_business_group_id
399: and p_effective_date between cptip.effective_start_date and cptip.effective_end_date;
400: --