DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on MTL_SECONDARY_INVENTORIES

Line 554: from mtl_secondary_inventories

550:
551: x_progress := 145;
552: select locator_type
553: into x_subinv_locator_type
554: from mtl_secondary_inventories
555: where organization_id = x_organization_id
556: and secondary_inventory_name = x_subinventory;
557:
558: end if;