<bm:fieldname="business_type_n"expression="(select v.description from HLS_BUSINESS_TYPE_V v where v.business_type = t1.business_type)"forInsert="false"forUpdate="false"/>
<bm:fieldname="document_type_n"expression="(select v.document_type_desc from hls_document_type_v v where v.document_type = t1.document_type)"forInsert="false"forUpdate="false"/>
<bm:fieldname="division_n"expression="(select v.description from HLS_DIVISION v where v.division = t1.division)"forInsert="false"forUpdate="false"/>
<bm:fieldname="division_detail_n"expression="(select v.division_detail_name from hls_division_detail v where v.division_detail_code = t1.division_detail and v.enable_flag='Y')"forInsert="false"forUpdate="false"/>
<bm:fieldname="lease_channel_n"expression="(select v.description from HLS_LEASE_CHANNEL v where v.lease_channel = t1.lease_channel)"forInsert="false"forUpdate="false"/>
<bm:fieldname="lease_organization_n"expression="(select v.description from hls_lease_organization v where v.lease_organization = t1.lease_organization)"forInsert="false"forUpdate="false"/>
<bm:fieldname="price_list_n"expression="(select v.description from HLS_PRICE_LIST v where v.price_list = t1.price_list)"forInsert="false"forUpdate="false"/>
<bm:fieldname="description"databaseType="VARCHAR2"datatype="java.lang.String"expression="(select hls.description from hls_division hls where hls.division= t1.division)"prompt="产品线"forInsert="false"forUpdate="false"/>