DBA Data[Home] [Help]

APPS.MSC_UI_PEG_UTIL dependencies on MSC_FLP_DEMAND_SUPPLY_V3

Line 85: from msc_flp_demand_supply_v3

81: pegged_qty,
82: inventory_item_id,
83: order_type,
84: disposition
85: from msc_flp_demand_supply_v3
86: where plan_id = p_plan_id
87: and pegging_id = p_prev_peg_id
88: order by item_org, supply_date;
89:

Line 103: from msc_flp_demand_supply_v3

99: pegged_qty,
100: inventory_item_id,
101: order_type,
102: disposition
103: from msc_flp_demand_supply_v3
104: where plan_id = p_plan_id
105: and prev_pegging_id = l_prev_peg_id_1
106: and demand_id = p_demand_id
107: and order_type not in (15,16,28)