DBA Data[Home] [Help]

APPS.PON_RESPONSE_IMPORT_PKG dependencies on PO_PRICE_DIFF_LOOKUPS_V

Line 895: FROM pon_bid_price_differentials bpd, po_price_diff_lookups_v pdl,

891: UPDATE pon_bid_price_differ_int bpdi
892: SET bpdi.sequence_number =
893: nvl((SELECT decode(al.differential_response_type, 'DISPLAY_ONLY',
894: g_skip_int, bpd.price_differential_number)
895: FROM pon_bid_price_differentials bpd, po_price_diff_lookups_v pdl,
896: pon_auction_item_prices_all al
897: WHERE pdl.price_differential_dsp = bpdi.price_type
898: AND bpd.bid_number = bpdi.bid_number
899: AND bpd.line_number = bpdi.auction_line_number