DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on WIP_REPETITIVE_ITEMS

Line 838: from wip_repetitive_items wri

834: and process_flag = 1
835: and transaction_source_type_id = 5
836: and wip_entity_type = 2
837: and not exists (select 'X'
838: from wip_repetitive_items wri
839: where wri.wip_entity_id = mti.transaction_source_id
840: and wri.line_id = mti.repetitive_line_id
841: and wri.organization_id = mti.organization_id);
842: