<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: Leaf Generator
$Date: Wed Sep 05 14:35:22 CST 2018
$Revision: 1.0
$Purpose:
-->
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm" xmlns:e="leaf.service.exception" xmlns:o="leaf.database.local.oracle" xmlns:f="leaf.database.features" alias="t1" baseTable="hls_division">
<bm:fields>
<bm:field name="division" />
<bm:field name="description" />
</bm:fields>
<bm:features>
<f:standard-who xmlns:f="leaf.database.features"/>
</bm:features>
<bm:operations>
<bm:operation name="query">
<bm:query-sql><![CDATA[
SELECT division,description
FROM hls_division hd
where hd.enabled_flag = 'Y'
]]></bm:query-sql>
</bm:operation>
</bm:operations>
</bm:model>
-
Spencer Chang authoredbfd31bca