Oracle EBS-SQL (PO-17):检查供货比例不为100%.sql
select
*
from
apps.MRP_SOURCING_RULES msr
where
organization_id=X.
and msr.planning_active=2
/*and msr.planning_active=1*/
select
*
from
apps.MRP_SOURCING_RULES msr
where
organization_id=X.
and msr.planning_active=2
/*and msr.planning_active=1*/