DBA Data[Home] [Help]

APPS.PON_AUC_INTERFACE_TABLE_PKG dependencies on PON_PF_SUPPLIER_VALUES

Line 472: from pon_pf_supplier_values pf_values

468: and auction_pe.price_element_type_id = int_pe.price_element_type_id
469: and auction_pe.pf_type = 'BUYER'
470: and int_pe.pf_type = 'SUPPLIER'
471: and exists (select 1
472: from pon_pf_supplier_values pf_values
473: where
474: pf_values.auction_header_id = auction_pe.auction_header_id
475: and pf_values.line_number = auction_pe.line_number
476: and pf_values.pf_seq_number = auction_pe.sequence_number);