<?xml version="1.0" encoding="UTF-8"?>
<ns1:model xmlns:e="leaf.service.exception" xmlns:ns2="leaf.database.local.oracle" xmlns:ns1="http://www.leaf-framework.org/schema/bm" xmlns:f="leaf.database.features" alias="fc" baseTable="gld_coa_structure" defaultorderby="coa_structure_code">
    <ns1:fields>
        <ns1:field name="coa_structure_id" databaseType="BIGINT" datatype="java.lang.Long"/>
        <ns1:field name="coa_structure_code" databaseType="VARCHAR" datatype="java.lang.String" prompt="GLD_COA_STRUCTURE.STRUCTURE_CODE"/>
        <ns1:field name="structure_format" databaseType="VARCHAR" datatype="java.lang.String" prompt="GLD_COA_STRUCTURE.STRUCTURE_FORMAT"/>
        <ns1:field name="description" databaseType="VARCHAR" datatype="java.lang.String" prompt="GLD_COA_STRUCTURE.DISCRIPTION"/>
        <ns1:field name="enabled_flag" databaseType="VARCHAR" datatype="java.lang.String" prompt="GLD_COA_STRUCTURE.ENABLED_FLAGE"/>
    </ns1:fields>
    <ns1:primary-key>
        <ns1:pk-field name="coa_structure_id"/>
    </ns1:primary-key>
    <ns1:query-fields>
        <ns1:query-field field="coa_structure_code" queryOperator="like"/>
        <ns1:query-field field="description" queryOperator="like"/>
        <ns1:query-field field="coa_structure_id" queryOperator="="/>
    </ns1:query-fields>
    <ns1:order-by>
        <ns1:field name="coa_structure_id"/>
    </ns1:order-by>
    <ns1:features>
        <ns2:sequence-pk/>
        <f:standard-who/>
        <f:multi-language-storage/>
    </ns1:features>
    <ns1:ref-fields/>
    <e:exception-descriptor-config>
        <e:exception-descriptor exception="java.sql.SQLException" handleClass="leaf.database.SQLExceptionDescriptor">
            <e:error-message code="1" message="GLD_COA_STRUCTURE.COA_STRUCTURE_CODE_DISTINCT"/>
        </e:exception-descriptor>
    </e:exception-descriptor-config>
</ns1:model>