DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on PON_BID_ATTRIBUTE_VALUES

Line 1932: pon_auction_attributes pa, pon_bid_attribute_values pbav

1928: and pas.attribute_sequence_number = pa.sequence_number
1929: order by pas.attribute_sequence_number,pas.sequence_number
1930: ) as HEADER_ATTRIBUTE_SCORES
1931: from
1932: pon_auction_attributes pa, pon_bid_attribute_values pbav
1933: where
1934: pa.auction_header_id = paa.auction_header_id
1935: --bidpdf: add bid values for attributes from table pon_bid_attribute_values
1936: -- The table has index on bid_number, line_number, sequence_number

Line 1935: --bidpdf: add bid values for attributes from table pon_bid_attribute_values

1931: from
1932: pon_auction_attributes pa, pon_bid_attribute_values pbav
1933: where
1934: pa.auction_header_id = paa.auction_header_id
1935: --bidpdf: add bid values for attributes from table pon_bid_attribute_values
1936: -- The table has index on bid_number, line_number, sequence_number
1937: and pbav.auction_header_id(+) = pa.auction_header_id
1938: and pbav.bid_number(+) = p_bid_number
1939: and pbav.line_number(+) = pa.line_number

Line 2017: pon_bid_attribute_values pbav,

2013: -- bidpdf: add attribute response value
2014: print_attribute_response_value(pbav.value, pbav.datatype, p_client_time_zone, p_server_time_zone, p_date_format, pbav.sequence_number) attr_bid_value
2015: from
2016: pon_auction_attributes pal,
2017: pon_bid_attribute_values pbav,
2018: fnd_lookups attrGrpFlv
2019: where
2020: pal.auction_header_id = pah.auction_header_id
2021: and pbav.auction_header_id(+) = pal.auction_header_id