DBA Data[Home] [Help]

APPS.INVTTMTX dependencies on MTL_SUBINVENTORIES_ALL_V

Line 193: from mtl_subinventories_all_v

189: select quantity_tracked,
190: asset_inventory,
191: locator_type,
192: material_account
193: from mtl_subinventories_all_v
194: where organization_id = c_org_id
195: and secondary_inventory_name = c_subinventory;
196:
197: cursor get_transaction_type(c_transaction_action_id number) is