DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on MTL_PROJECT_V

Line 891: from mtl_project_v mp

887: and mps.organization_id = mti.organization_id
888: )
889: and exists (
890: select 1
891: from mtl_project_v mp
892: where mp.project_id = mti.project_id
893: )
894: )
895: or( source_project_id is null )