DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSD_PRODUCT_TXNS_V

Line 12593: (select 'X' from csd_product_txns_v cptv

12589: INTO l_number_open_ro
12590: FROM CSD_REPAIRS cr
12591: where cr.STATUS <> 'C'AND
12592: (cr.CUSTOMER_PRODUCT_ID = p_instance_rec.instance_id or exists
12593: (select 'X' from csd_product_txns_v cptv
12594: where cptv.repair_line_id = cr.repair_line_id and
12595: (cptv.source_instance_id = p_instance_rec.instance_id or
12596: cptv.non_source_instance_id = p_instance_rec.instance_id)));
12597: