con_contract_status.lwm 678 Bytes
Newer Older
25484's avatar
25484 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: feng
    $Date: 2013-9-11 下午15:13:20
    $Revision: 1.0
    $Purpose:
-->
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm">
    <bm:operations>
        <bm:operation name="query">
            <bm:query-sql>
                <![CDATA[
                select v.code_value, v.code_value_name
                from sys_code_values_v v
                where v.code = 'CON500_CONTRACT_STATUS'
16
                and v.code_value in ('ETING', 'INCEPT', 'TERMINATING','REPURING')
25484's avatar
25484 committed
17
                and v.code_enabled_flag = 'Y'
25484's avatar
25484 committed
18 19 20 21
                ]]></bm:query-sql>
        </bm:operation>
    </bm:operations>
</bm:model>