select
          *
from
          apps.MRP_SOURCING_RULES msr
where
          organization_id=X.
    and msr.planning_active=2
 /*and msr.planning_active=1*/

04-18 02:27