DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on WIP_TRANSACTIONS

Line 11159: from ahl_workorders awo, wip_transactions wipt

11155: CURSOR resource_txn_csr( c_visit_id NUMBER ) IS
11156: select 'x'
11157: from dual
11158: where exists (select 'x'
11159: from ahl_workorders awo, wip_transactions wipt
11160: where awo.wip_entity_id = wipt.wip_entity_id
11161: and awo.visit_id = c_visit_id
11162: UNION ALL
11163: select 'x'