DBA Data[Home] [Help]

APPS.MSC_X_UTIL dependencies on MSC_ITEM_CATEGORIES

Line 59: FROM msc_item_categories mic,

55: l_category_code := null;
56:
57: SELECT category_name
58: INTO l_category_code
59: FROM msc_item_categories mic,
60: msc_trading_partners tp,
61: msc_trading_partner_maps map
62: WHERE map.company_key = l_org_id
63: and map.map_type = 2