DBA Data[Home] [Help]

APPS.PON_LARGE_AUCTION_UTIL_PKG dependencies on PON_AUCTION_SUMMARY

Line 750: delete from pon_auction_summary

746: please refer to bug 4947500 for further details
747:
748: */
749:
750: delete from pon_auction_summary
751: where auction_id in (select auction_header_id
752: from pon_auction_headers_all
753: where last_update_date < sysdate - 7);
754: