DBA Data[Home] [Help]

APPS.CST_COSTPROCVALIDATION_PVT dependencies on WIP_ENTITIES

Line 408: FROM wip_entities we

404: WHERE mmt.costed_flag = 'N'
405: AND mmt.transaction_source_type_id = 5
406: AND NOT EXISTS
407: (SELECT 1
408: FROM wip_entities we
409: WHERE we.organization_id = mmt.organization_id
410: AND we.wip_entity_id = mmt.transaction_source_id
411: AND (we.entity_type = 4
412: OR EXISTS (

Line 452: FROM wip_entities we

448: AND mmta.transaction_id = mmt.transaction_id
449: AND wrs.repetitive_schedule_id = mmta.repetitive_schedule_id
450: UNION ALL
451: SELECT 1
452: FROM wip_entities we
453: WHERE we.organization_id = mmt.organization_id
454: AND we.wip_entity_id = mmt.transaction_source_id
455: AND we.entity_type = 4
456: );