DBA Data[Home] [Help]

APPS.MSC_EXCEPTION_PKG dependencies on MSC_APCC_ITEM_D

Line 354: msc_apcc_item_d msi,

350:
351:
352: from
353: msc_exception_details med,
354: msc_apcc_item_d msi,
355: msc_trading_partners mtp,
356: msc_supplies ms,
357: msc_demands md,
358: msc_full_pegging mfp,

Line 560: msc_apcc_item_d msi,

556: from
557: msc_exception_details med
558: where med.plan_id=p_plan_id
559: and l_plan_type = 6) t,
560: msc_apcc_item_d msi,
561: msc_trading_partners mtp
562: where msi.plan_id(+) = t.plan_id
563: and msi.inventory_item_id(+) = t.inventory_item_id
564: and msi.organization_id(+) = t.owning_org_id