DBA Data[Home] [Help]

APPS.PON_OA_UTIL_PKG dependencies on PON_BID_ITEM_PRICES

Line 1673: , pon_bid_item_prices bl

1669: BEGIN
1670: SELECT count(*)
1671: INTO v_active_bids_count
1672: FROM pon_bid_headers bh
1673: , pon_bid_item_prices bl
1674: WHERE bh.auction_header_id = p_auction_header_id
1675: and bh.bid_status = 'ACTIVE'
1676: --added by Allen Yang for Surrogate Bid 2008/09/26
1677: -------------------------------------------------------