DBA Data[Home] [Help]

APPS.MSC_SECRULE_PKG dependencies on MSC_ITEM_SUPPLIERS

Line 594: msc_item_suppliers s

590: if p_item_name is not null then
591: BEGIN
592: select s.inventory_item_id into l_item_id
593: from
594: msc_item_suppliers s
595: , msc_trading_partners tp
596: where
597: s.supplier_id = tp.partner_id
598: and tp.partner_type = 1