DBA Data[Home] [Help]

APPS.MSC_X_NETTING3_PKG dependencies on MSC_FULL_PEGGING

Line 480: FROM msc_full_pegging p

476: p.transaction_id,
477: p.disposition_id,
478: p.supply_type,
479: p.demand_id
480: FROM msc_full_pegging p
481: WHERE p.plan_id = P_PLAN_ID
482: START WITH p.transaction_id = P_TRANSACTION_ID
483: CONNECT BY p.pegging_id = PRIOR p.prev_pegging_id
484: AND p.plan_id = PRIOR p.plan_id