DBA Data[Home] [Help]

APPS.PON_RESPONSE_IMPORT_PKG dependencies on PO_PRICE_DIFF_LOOKUPS_V

Line 818: FROM pon_bid_price_differentials bpd, po_price_diff_lookups_v pdl,

814: UPDATE pon_bid_price_differ_int bpdi
815: SET bpdi.sequence_number =
816: nvl((SELECT decode(al.differential_response_type, 'DISPLAY_ONLY',
817: g_skip_int, bpd.price_differential_number)
818: FROM pon_bid_price_differentials bpd, po_price_diff_lookups_v pdl,
819: pon_auction_item_prices_all al
820: WHERE pdl.price_differential_dsp = bpdi.price_type
821: AND bpd.bid_number = bpdi.bid_number
822: AND bpd.line_number = bpdi.auction_line_number