DBA Data[Home] [Help]

APPS.MSC_UI_PEG_UTIL dependencies on MSC_FLP_SUPPLY_DEMAND_REP_V

Line 541: from msc_flp_supply_demand_rep_v

537: pegged_qty,
538: end_disposition order_number,
539: order_type,
540: end_demand_class
541: from msc_flp_supply_demand_rep_v
542: where plan_id = p_plan_id
543: and transaction_id = p_transaction_id
544: order by item_org, demand_date;
545: