DBA Data[Home] [Help]

APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_PF_SUPPLIER_VALUES

Line 688: PON_PF_SUPPLIER_VALUES

684: be deleted from the tables in the following order. For LOTS and
685: GROUP marked as deleted the corresponding children are also deleted.
686: PON_ATTRIBUTE_SCORES
687: PON_AUCTION_ATTRIBUTES
688: PON_PF_SUPPLIER_VALUES
689: PON_PRICE_ELEMENTS
690: PON_PRICE_DIFFERENTIALS
691: PON_AUCTION_SHIPMENTS_ALL
692: PON_PARTY_LINE_EXCLUSIONS

Line 796: --delete from PON_PF_SUPPLIER_VALUES

792: and paip.group_type in ('LOT_LINE','GROUP_LINE')))
793: and auction_attributes.line_number = p1.auction_line_number);
794: END IF;
795:
796: --delete from PON_PF_SUPPLIER_VALUES
797: if(g_price_element_enabled_flag = 'Y') then
798: delete from pon_pf_supplier_values auction_pf_values
799: where
800: auction_pf_values.auction_header_id = g_auction_header_id

Line 798: delete from pon_pf_supplier_values auction_pf_values

794: END IF;
795:
796: --delete from PON_PF_SUPPLIER_VALUES
797: if(g_price_element_enabled_flag = 'Y') then
798: delete from pon_pf_supplier_values auction_pf_values
799: where
800: auction_pf_values.auction_header_id = g_auction_header_id
801: and exists
802: (select