DBA Data[Home] [Help]

APPS.MSC_RELEASE_PK dependencies on MSC_FULL_PEGGING

Line 556: not exists (select 1 from msc_full_pegging mfp,

552: )
553: --and (ms.releasable =0 or ms.releasable is null)
554: and ms.batch_id is null
555: and
556: not exists (select 1 from msc_full_pegging mfp,
557: msc_demands md,
558: msc_supplies ms1
559: where mfp.sr_instance_id = ms.sr_instance_id and
560: mfp.plan_id = ms.plan_id and