DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on DUAL

Line 284: from dual)

280: where pbs.bid_number = PAII.bid_number
281: and pbs.auction_line_number = PAII.AUCTION_LINE_NUMBER
282: and PAII.award_quantity >= pbs.quantity
283: and PAII.award_quantity <= pbs.max_quantity ),-1)
284: from dual)
285: WHERE PAII.batch_id = p_batch_id
286: AND PAII.award_status = 'Y'
287: AND PAII.AWARD_SHIPMENT_NUMBER = -1;
288: