DBA Data[Home] [Help]

APPS.CST_COSTPROCVALIDATION_PVT dependencies on WIP_ENTITIES

Line 403: FROM wip_entities we

399: WHERE mmt.costed_flag = 'N'
400: AND mmt.transaction_source_type_id = 5
401: AND NOT EXISTS
402: (SELECT 1
403: FROM wip_entities we
404: WHERE we.organization_id = mmt.organization_id
405: AND we.wip_entity_id = mmt.transaction_source_id
406: AND (we.entity_type = 4
407: OR EXISTS (

Line 447: FROM wip_entities we

443: AND mmta.transaction_id = mmt.transaction_id
444: AND wrs.repetitive_schedule_id = mmta.repetitive_schedule_id
445: UNION ALL
446: SELECT 1
447: FROM wip_entities we
448: WHERE we.organization_id = mmt.organization_id
449: AND we.wip_entity_id = mmt.transaction_source_id
450: AND we.entity_type = 4
451: );