DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on PON_BID_ATTRIBUTE_VALUES

Line 1459: FROM pon_bid_attribute_values pbav,

1455: FROM
1456: (SELECT REPLACE(pbav.attribute_name, fnd_global.local_chr(13)) attr_name,
1457: pbav.Value attr_value,
1458: paa.sequence_number
1459: FROM pon_bid_attribute_values pbav,
1460: pon_auction_attributes paa
1461: WHERE pbav.auction_header_id = x_auction_header_id
1462: AND pbav.bid_number = x_bid_number
1463: AND pbav.line_number = -1