DBA Data[Home] [Help]

APPS.BEN_EXT_XML_WRITE dependencies on BEN_EXT_FILE

Line 1528: ben_ext_file xfi

1524: xfi.xml_tag_name file_xml_tag_name ,
1525: nvl( xrs.xdo_template_id, xdf.xdo_template_id ) xdo_template_id
1526: from ben_Ext_dfn xdf,
1527: ben_Ext_rslt xrs,
1528: ben_ext_file xfi
1529: where xrs.ext_rslt_id = p_ext_rslt_id
1530: and xrs.ext_dfn_id = xdf.ext_dfn_id
1531: and xdf.ext_file_id = xfi.ext_file_id ;
1532: