DBA Data[Home] [Help]

APPS.MSC_BUDGET_DETAILS dependencies on MSC_ITEM_CATEGORIES

Line 81: msc_item_categories mic,

77: select bid.inventory_item_id,
78: bid.inventory_value,
79: bid.inventory_value/l_tot_inv
80: from msc_bis_inv_detail bid,
81: msc_item_categories mic,
82: msc_system_items item
83: where nvl(bid.period_type,-1)=1
84: and bid.detail_date = l_date
85: and bid.plan_id = p_plan_id