DBA Data[Home] [Help]

APPS.PON_RESPONSE_PVT dependencies on PON_BID_ATTRIBUTE_VALUES

Line 1281: DELETE FROM pon_bid_attribute_values pbav

1277:
1278: -- 1) empty attributes (including header attributes)
1279: -- 2) display only attributes (including header attributes)
1280: -- 3) attributes on lines that have hasBid = N
1281: DELETE FROM pon_bid_attribute_values pbav
1282: WHERE pbav.bid_number = p_bid_number
1283: AND (EXISTS (SELECT null
1284: FROM pon_auction_attributes paa
1285: WHERE pbav.auction_header_id = paa.auction_header_id