DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on WIP_LINES

Line 831: from wip_lines wl

827: and transaction_source_type_id = 5
828: and process_flag = 1
829: and ( ( wip_entity_type = 2
830: and not exists(select 'X'
831: from wip_lines wl
832: where wl.line_id = mti.repetitive_line_id
833: and wl.organization_id = mti.organization_id))
834: or( wip_entity_type in (1, 4, 5)
835: and repetitive_line_id is not null

Line 837: from wip_lines wl

833: and wl.organization_id = mti.organization_id))
834: or( wip_entity_type in (1, 4, 5)
835: and repetitive_line_id is not null
836: and not exists(select 'X'
837: from wip_lines wl
838: where wl.line_id = mti.repetitive_line_id
839: and wl.organization_id = mti.organization_id)));
840:
841: -- check valid line for assembly