DBA Data[Home] [Help]

APPS.RCV_RECEIPTS_QUERY_SV dependencies on MTL_SECONDARY_INVENTORIES

Line 711: FROM mtl_secondary_inventories

707: X_progress := 106;
708:
709: SELECT 'Check to see if subinventory is valid'
710: INTO x_subinv
711: FROM mtl_secondary_inventories
712: WHERE (disable_date IS NULL OR disable_date > SYSDATE)
713: AND organization_id = x_org_id
714: AND secondary_inventory_name = x_deliver_to_sub;
715: EXCEPTION