DBA Data[Home] [Help]

APPS.PON_RESPONSE_PVT dependencies on PON_BID_PRICE_DIFFERENTIALS

Line 1495: DELETE FROM pon_bid_price_differentials pbpd

1491:
1492: -- remove:
1493: -- 1) empty price_differentials (line-level, shipment-level)
1494: -- 2) price differentials for lines with hasBid=N (line-level, shipment-level)
1495: DELETE FROM pon_bid_price_differentials pbpd
1496: WHERE pbpd.bid_number = p_bid_number
1497: AND EXISTS (SELECT null
1498: FROM pon_bid_item_prices pbip
1499: WHERE pbip.bid_number = pbpd.bid_number