DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on MTL_PROJECT_V

Line 890: from mtl_project_v mp

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