DBA Data[Home] [Help]

APPS.MSC_SECRULE_PKG dependencies on MSC_ITEM_CUSTOMERS

Line 617: msc_item_customers s

613: if (p_item_name is not null ) and ( l_supplier_item_flag=false ) then
614: BEGIN
615: select s.inventory_item_id into l_item_id
616: from
617: msc_item_customers s
618: , msc_trading_partners tp
619: where
620: s.customer_id = tp.partner_id
621: and tp.partner_type = 2