DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on BEN_PTIP_F

Line 1362: from ben_ptip_f ctp,ben_pl_f pl

1358: and cpp.effective_end_date;
1359: --
1360: cursor c_get_pl_from_ptip(c_effective_date date) is
1361: select pl.pl_id
1362: from ben_ptip_f ctp,ben_pl_f pl
1363: where ctp.ptip_id = p_ptip_id
1364: and pl.pl_typ_id = ctp.pl_typ_id
1365: and c_effective_date
1366: between ctp.effective_start_date