DBA Data[Home] [Help]

APPS.OZF_CLAIM_LINE_PVT dependencies on MTL_SYSTEM_ITEMS

Line 155: from mtl_system_items

151: IS
152:
153: CURSOR default_uom_csr (p_id in number, p_orgid in number) is
154: select primary_uom_code
155: from mtl_system_items
156: where inventory_item_id = p_id
157: and organization_id = p_orgid;
158:
159: l_default_uom varchar2(30);