DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on WIP_LINES_VAL_V

Line 841: from wip_lines_val_v wl

837: and ( ( repetitive_line_id is not null
838: and exists
839: (
840: select 1
841: from wip_lines_val_v wl
842: where wl.line_id = mti.repetitive_line_id
843: and wl.organization_id = mti.organization_id
844: )
845: )