DBA Data[Home] [Help]

APPS.PON_RESPONSE_PVT dependencies on PON_BID_PRICE_DIFFERENTIALS

Line 1314: DELETE FROM pon_bid_price_differentials pbpd

1310:
1311: -- remove:
1312: -- 1) empty price_differentials (line-level, shipment-level)
1313: -- 2) price differentials for lines with hasBid=N (line-level, shipment-level)
1314: DELETE FROM pon_bid_price_differentials pbpd
1315: WHERE pbpd.bid_number = p_bid_number
1316: AND EXISTS (SELECT null
1317: FROM pon_bid_item_prices pbip
1318: WHERE pbip.bid_number = pbpd.bid_number