DBA Data[Home] [Help]

APPS.BEN_EXT_ENRT dependencies on BEN_EXT_RCD

Line 818: ben_ext_rcd a,

814: l_interim c_interim%rowtype;
815: --
816: cursor ext_rcd_cnt_c is
817: select count(*) from
818: ben_ext_rcd a,
819: ben_ext_rcd_in_file b
820: where a.ext_rcd_id = b.ext_rcd_id
821: and b.ext_file_id = p_ext_file_id
822: and b.rqd_flag = 'Y';

Line 819: ben_ext_rcd_in_file b

815: --
816: cursor ext_rcd_cnt_c is
817: select count(*) from
818: ben_ext_rcd a,
819: ben_ext_rcd_in_file b
820: where a.ext_rcd_id = b.ext_rcd_id
821: and b.ext_file_id = p_ext_file_id
822: and b.rqd_flag = 'Y';
823: