DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on PO_DISTRIBUTIONS_ALL

Line 6772: FROM po_distributions_all pd,

6768: NVL(wmti.repetitive_schedule_id, -1)
6769: AND wo.operation_seq_num = wmti.to_operation_seq_num
6770: AND NOT EXISTS
6771: (SELECT 'EXISTS'
6772: FROM po_distributions_all pd,
6773: po_line_locations_all ps
6774: WHERE pd.wip_entity_id = wo.wip_entity_id
6775: AND NVL(pd.wip_repetitive_schedule_id, -1) =
6776: NVL(wo.repetitive_schedule_id, -1)