DBA Data[Home] [Help]

APPS.MSD_SCE_PUBLISH_FORECAST_PKG dependencies on MSC_ITEM_CUSTOMERS

Line 729: from msc_item_customers mcf,

725: mcf.uom_code
726: into t_cust_item_name(j),
727: t_cust_item_desc(j),
728: t_tp_uom(j)
729: from msc_item_customers mcf,
730: msc_trading_partner_maps m,
731: msc_trading_partner_maps m2,
732: msc_company_relationships r
733: where mcf.inventory_item_id = t_item_id(j) and

Line 754: from msc_item_customers mcf,

750: mcf.uom_code
751: into t_cust_item_name(j),
752: t_cust_item_desc(j),
753: t_tp_uom(j)
754: from msc_item_customers mcf,
755: msc_trading_partner_maps m,
756: msc_trading_partner_maps m2,
757: msc_company_relationships r
758: where mcf.inventory_item_id = t_item_id(j) and