DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on WIP_LINES_VAL_V

Line 842: from wip_lines_val_v wl

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