DBA Data[Home] [Help]

APPS.INVTTMTX dependencies on MTL_SUBINVENTORIES_ALL_V

Line 192: from mtl_subinventories_all_v

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