DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on DUAL

Line 260: from dual)

256: where pbs.bid_number = PAII.bid_number
257: and pbs.auction_line_number = PAII.AUCTION_LINE_NUMBER
258: and PAII.award_quantity >= pbs.quantity
259: and PAII.award_quantity <= pbs.max_quantity ),-1)
260: from dual)
261: WHERE PAII.batch_id = p_batch_id
262: AND PAII.award_status = 'Y'
263: AND PAII.AWARD_SHIPMENT_NUMBER = -1;
264: