DBA Data[Home] [Help]

APPS.PON_SOURCING_API_GRP dependencies on PON_AUCTION_ITEM_PRICES_ALL

Line 33: FROM pon_auction_item_prices_all

29: -- look for records in the auctions tables
30: v_debug_status := 'VAL_NEG_EXISTS';
31:
32: SELECT COUNT(1) INTO v_neg_count
33: FROM pon_auction_item_prices_all
34: WHERE line_type_id = p_line_type_id and
35: rownum = 1;
36:
37: IF (v_neg_count > 0) THEN