DBA Data[Home] [Help]

APPS.MSD_SCE_PUBLISH_FORECAST_PKG dependencies on MSC_ITEM_CUSTOMERS

Line 695: from msc_item_customers mcf,

691: mcf.uom_code
692: into t_cust_item_name(j),
693: t_cust_item_desc(j),
694: t_tp_uom(j)
695: from msc_item_customers mcf,
696: msc_trading_partner_maps m,
697: msc_trading_partner_maps m2,
698: msc_company_relationships r
699: where mcf.inventory_item_id = t_item_id(j) and

Line 720: from msc_item_customers mcf,

716: mcf.uom_code
717: into t_cust_item_name(j),
718: t_cust_item_desc(j),
719: t_tp_uom(j)
720: from msc_item_customers mcf,
721: msc_trading_partner_maps m,
722: msc_trading_partner_maps m2,
723: msc_company_relationships r
724: where mcf.inventory_item_id = t_item_id(j) and