DBA Data[Home] [Help]

APPS.BEN_XCT_BUS dependencies on BEN_EXT_CRIT_VAL

Line 391: ben_ext_crit_val xcv

387: p_object_version_number in number) is
388: --
389: cursor c1 is select null
390: from ben_ext_crit_typ xct,
391: ben_ext_crit_val xcv
392: where xct.ext_crit_typ_id = p_ext_crit_typ_id
393: and xcv.ext_crit_typ_id = xct.ext_crit_typ_id;
394: --
395: l_proc varchar2(72) := g_package||'chk_crit_typ_cd_upd';