DBA Data[Home] [Help]

APPS.MSC_RESOURCE_PKG dependencies on MSC_BIS_INV_DETAIL

Line 342: msc_bis_inv_detail mbid,

338: to_number(null) available_hours,
339: to_number(null) setup_hours,
340: mbid.production_cost
341: from
342: msc_bis_inv_detail mbid,
343: msc_trading_partners mtp
344: where mbid.plan_id = p_plan_id
345: and nvl(mbid.detail_level, 0) = 1
346: and nvl(mbid.period_type, 0) = 1