DBA Data[Home] [Help]

APPS.MSC_CL_SUPPLIER_RESP dependencies on MSC_ITEM_SUPPLIERS

Line 699: from msc_item_suppliers mis

695: p_partner_site_id NUMBER) IS
696: select supplier_item_name,
697: nvl(mis.processing_lead_time, 0),
698: mis.uom_code
699: from msc_item_suppliers mis
700: where mis.plan_id = G_PLAN_ID
701: and mis.organization_id = p_organization_id
702: and mis.sr_instance_id = p_sr_instance_id
703: and mis.inventory_item_id = p_item_id