DBA Data[Home] [Help]

APPS.BEN_EXT_XML_WRITE dependencies on BEN_EXT_RCD_IN_FILE

Line 1499: ben_ext_rcd_in_file xrf

1495: xrd.group_val_01
1496: from ben_ext_rslt_dtl xrd,
1497: ben_ext_rslt xrs,
1498: ben_ext_dfn xdf,
1499: ben_ext_rcd_in_file xrf
1500: where xrd.ext_rslt_id = p_ext_rslt_id
1501: and xrd.ext_rslt_id = xrs.ext_rslt_id
1502: and xrs.ext_dfn_id = xdf.ext_dfn_id
1503: and xdf.ext_file_id = xrf.ext_file_id

Line 1543: from ben_ext_rcd_in_file erf ,

1539: erf.seq_num,
1540: rcd.rcd_type_cd,
1541: erf.hide_flag ,
1542: rcd.LOW_LVL_CD
1543: from ben_ext_rcd_in_file erf ,
1544: ben_ext_rcd rcd
1545: where erf.ext_file_id = c_ext_file_id
1546: and erf.ext_rcd_id = c_ext_rcd_id
1547: and rcd.ext_rcd_id = erf.ext_rcd_id