DBA Data[Home] [Help]

APPS.BEN_XCV_BUS dependencies on BEN_EXT_CRIT_PRFL

Line 385: from ben_ext_crit_prfl ecp ,

381: where a.business_group_id = p_ext_crit_bg_id ;
382:
383: cursor c2 is
384: select ecp.ext_global_flag
385: from ben_ext_crit_prfl ecp ,
386: ben_ext_crit_typ ect
387: where ect.ext_crit_typ_id = p_ext_crit_typ_id
388: and ect.ext_crit_prfl_id = ecp.ext_crit_prfl_id
389: ;