DBA Data[Home] [Help]

APPS.MSC_MATL_PLAN_PKG dependencies on MSC_SAFETY_STOCKS

Line 415: msc_safety_stocks ss,

411: ss.plan_id,
412: ss.period_start_date,
413: sum(ss.safety_stock_quantity) safety_stock_quantity
414: from
415: msc_safety_stocks ss,
416: msc_hp_row_dtls h
417: where h.query_id = p_query_id
418: and ss.plan_id = h.plan_id
419: and ss.sr_instance_id = h.sr_instance_id