expression="not exists(select 1 from hls_ebank_batch_group g,hls_ebank_batch_ln l where g.status in ('NEW','DEAL') and g.group_id = l.group_id and l.cashflow_id = t.cashflow_id)"/>
<bm:data-filtername="query"expression="(c.contract_id = ccc.contract_id AND c.data_class = 'NORMAL' AND ccc.write_off_flag != 'FULL' AND c.contract_status IN ('INCEPT') AND ccc.cf_status = 'RELEASE' AND ccc.cf_direction = 'INFLOW' AND c.pay_method IS NOT NULL AND ccc.cf_item IN (1, 8, 9))"/>
<bm:fieldname="bank_account_num"expression="(select bank_branch_num from con_contract where contract_id = t1.contract_id)"forInsert="false"forceUpdate="false"/>
<bm:fieldname="bank_account_name"expression="(select bank_account_name from con_contract where contract_id = t1.contract_id)"forInsert="false"forceUpdate="false"/>
<bm:fieldname="bank_account_num"expression="(nvl(t1.bank_account_num,(select bank_branch_num from con_contract where contract_id = t1.contract_id)))"forInsert="false"forceUpdate="false"/>
<bm:fieldname="bank_account_name"expression="(nvl((select bank_account_name from hls_bp_master_bank_account where bp_id = t1.bp_id and bank_account_num = t1.bank_account_num and rownum = 1),(select bank_account_name from con_contract where contract_id = t1.contract_id)))"forInsert="false"forceUpdate="false"/>
<bm:fieldname="csh_bank_account_num"expression="(select bank_account_num from csh_bank_account cba,hls_ebank_batch heb where cba.bank_account_id = heb.bank_account_id and heb.batch_id = t1.batch_id)"forInsert="false"forceUpdate="false"/>