<bm:query-fieldname="document_number"queryExpression="t1.document_number like ${@document_number}"/>
<bm:query-fieldname="contract_number"queryExpression="t1.contract_number like ${@contract_number}"/>
<bm:query-fieldname="contract_name"queryExpression="t1.contract_name like ${@contract_name}"/>
<bm:query-fieldname="invoice_title"queryExpression="t1.invoice_title like ${@invoice_title}"/>
<bm:query-fieldname="invoice_code"queryExpression="t1.invoice_code like ${@invoice_code}"/>
<bm:query-fieldname="invoice_number"queryExpression="t1.invoice_number like ${@invoice_number}"/>
<bm:query-fieldname="query_contract_number"queryExpression="exists (select 1 from hls_document_flow_all_v df, con_contract cc where df.contract_id = cc.contract_id and df.ar_invoice_hd_id = t1.invoice_hd_id and cc.contract_number between nvl(${@contract_number_f}, cc.contract_number) and nvl(${@contract_number_t}, cc.contract_number))"/>
<bm:query-fieldname="query_project_number"queryExpression="exists (select 1 from hls_document_flow_all_v df, prj_project pp where df.ar_invoice_hd_id = t1.invoice_hd_id and df.project_id = pp.project_id and pp.project_number between nvl(${@project_number_f}, pp.project_number) and nvl(${@project_number_t}, pp.project_number))"/>
<bm:query-fieldname="document_number"queryExpression="t1.document_number like ${@document_number}"/>
<bm:query-fieldname="contract_number"queryExpression="t1.contract_number like ${@contract_number}"/>
<bm:query-fieldname="contract_name"queryExpression="t1.contract_name like ${@contract_name}"/>
<bm:query-fieldname="invoice_title"queryExpression="t1.invoice_title like ${@invoice_title}"/>
<bm:query-fieldname="invoice_code"queryExpression="t1.invoice_code like ${@invoice_code}"/>
<bm:query-fieldname="invoice_number"queryExpression="t1.invoice_number like ${@invoice_number}"/>
<bm:query-fieldname="query_contract_number"queryExpression="exists (select 1 from hls_document_flow_all_v df, con_contract cc where df.contract_id = cc.contract_id and df.ar_invoice_hd_id = t1.invoice_hd_id and cc.contract_number between nvl(${@contract_number_f}, cc.contract_number) and nvl(${@contract_number_t}, cc.contract_number))"/>
<bm:query-fieldname="query_project_number"queryExpression="exists (select 1 from hls_document_flow_all_v df, prj_project pp where df.ar_invoice_hd_id = t1.invoice_hd_id and df.project_id = pp.project_id and pp.project_number between nvl(${@project_number_f}, pp.project_number) and nvl(${@project_number_t}, pp.project_number))"/>