DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on WIP_REPETITIVE_ITEMS

Line 861: from wip_repetitive_items wri

857: and process_flag = 1
858: and transaction_source_type_id = 5
859: and wip_entity_type = 2
860: and not exists (select 'X'
861: from wip_repetitive_items wri
862: where wri.wip_entity_id = mti.transaction_source_id
863: and wri.line_id = mti.repetitive_line_id
864: and wri.organization_id = mti.organization_id);
865: