DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on CSI_TXN_TYPES

Line 11177: csi_txn_types cstrntyp,

11173: FROM dual
11174: WHERE EXISTS
11175: ( SELECT 'X'
11176: FROM csi_transactions cst ,
11177: csi_txn_types cstrntyp,
11178: ahl_workorders awo
11179: WHERE cstrntyp.source_transaction_type = 'ITEM_SERIAL_CHANGE'
11180: AND cst.transaction_type_id = cstrntyp.transaction_type_id
11181: AND cst.source_line_ref = 'AHL_PRD_WO'