DBA Data[Home] [Help]

APPS.PON_RESPONSE_PVT dependencies on FND_CURRENCIES

Line 509: fnd_currencies fnd,

505: v_progress_payment_type,
506: v_advance_negotiable,
507: v_max_rtng_negotiable
508: FROM pon_bid_headers pbh,
509: fnd_currencies fnd,
510: pon_auction_headers_all paha
511: WHERE pbh.bid_number = p_bid_number
512: AND paha.auction_header_id = pbh.auction_header_id
513: AND fnd.currency_code = pbh.bid_currency_code;