DBA Data[Home] [Help]

APPS.CS_SERVICE_BILLING_ENGINE_PVT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 20: from mtl_system_items_kfv

16: IS
17:
18: Cursor uom_csr(p_inventory_item_id number) IS
19: Select primary_uom_code
20: from mtl_system_items_kfv
21: where inventory_item_id = p_inventory_item_id
22: and organization_id = cs_std.get_item_valdn_orgzn_id;
23:
24: BEGIN

Line 221: From mtl_system_items_kfv kfv, cs_billing_type_categories cbtc

217:
218: -- Bug 7229344
219: Cursor billing_category IS
220: Select cbtc.billing_category
221: From mtl_system_items_kfv kfv, cs_billing_type_categories cbtc
222: Where kfv.inventory_item_id = p_sbe_record.inventory_item_id
223: and kfv.material_billable_flag = cbtc.billing_type
224: and organization_id = cs_std.get_item_valdn_orgzn_id;
225: