DBA Data[Home] [Help]

APPS.BEN_ICD_ELEMENT_ENTRY_PKG dependencies on BEN_POPL_ACTN_TYP_F

Line 1261: ben_popl_actn_typ_f popl,ben_actn_typ_tl actn

1257: ) is
1258: cursor c_action_items is
1259: select actn.actn_typ_id,popl.pl_id,popl.mandatory,popl.actn_typ_due_dt_cd
1260: from
1261: ben_popl_actn_typ_f popl,ben_actn_typ_tl actn
1262: where popl.pl_id = p_pl_id
1263: and p_effective_Date between popl.effective_start_Date and popl.effective_end_date
1264: and actn.language = userenv('LANG')
1265: and popl.actn_typ_id = actn.actn_typ_id