DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on MTL_SECONDARY_INVENTORIES

Line 718: FROM mtl_secondary_inventories

714: AND inventory_item_id = p_item_id;
715:
716: CURSOR l_subinv(p_org_id NUMBER,p_subinv VARCHAR2) IS
717: SELECT asset_inventory
718: FROM mtl_secondary_inventories
719: WHERE organization_id = p_org_id
720: AND secondary_inventory_name = p_subinv;
721:
722: --- added the following local varibales for bug 3608969