DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on WIP_LINES

Line 808: from wip_lines wl

804: and transaction_source_type_id = 5
805: and process_flag = 1
806: and ( ( wip_entity_type = 2
807: and not exists(select 'X'
808: from wip_lines wl
809: where wl.line_id = mti.repetitive_line_id
810: and wl.organization_id = mti.organization_id))
811: or( wip_entity_type in (1, 4, 5)
812: and repetitive_line_id is not null

Line 814: from wip_lines wl

810: and wl.organization_id = mti.organization_id))
811: or( wip_entity_type in (1, 4, 5)
812: and repetitive_line_id is not null
813: and not exists(select 'X'
814: from wip_lines wl
815: where wl.line_id = mti.repetitive_line_id
816: and wl.organization_id = mti.organization_id)));
817:
818: -- check valid line for assembly