<ns1:query-fieldname="project_name"queryExpression="t1.project_name like '%' || ${@project_name} || '%' "/>
<ns1:query-fieldname="contract_name"queryExpression="t1.contract_name like '%' || ${@contract_name} || '%' "/>
<ns1:query-fieldname="not_master_contract_flag"queryExpression="${@not_master_contract_flag}='Y' and t1.business_type!='MASTER_CONTRACT'"/>
<ns1:query-fieldname="inception_flag"queryExpression="(${@inception_flag}='N' and t1.contract_status !='INCEPT')"/>
<ns1:query-fieldname="sign_flag"queryExpression="(${@sign_flag}='Y' and t1.contract_status ='NEW')"/>
<ns1:query-fieldname="con_writeoff_flag"queryExpression="(${@con_writeoff_flag}='Y' and t1.contract_status not in('NEW','PENDING'))"/>
<ns1:query-fieldname="change_req_flag"queryExpression="(${@change_req_flag}='Y' and t1.contract_status in('NEW','SIGN','PAID','INCEPT'))"/>
<!-- <ns1:query-field name="transaction_id" queryExpression="exists(select 1 from csh_transaction t,con_contract_bp b where t.transaction_id=${@transaction_id} and t.bp_id=b.bp_id and b.contract_id=t1.contract_id)"/> -->
<ns1:query-fieldname="review_flag"queryExpression="(${@review_flag}='Y' and t1.contract_status ='SIGN')"/>
</ns1:query-fields>
<ns1:data-filters>
<ns1:data-filterenforceOperations="query"expression="t1.contract_status not in ('CANCEL','TERMINATE','CLOSED')"/>