DBA Data[Home] [Help]

APPS.PON_LARGE_AUCTION_UTIL_PKG dependencies on PON_AUCTION_SUMMARY

Line 764: delete from pon_auction_summary

760: please refer to bug 4947500 for further details
761:
762: */
763:
764: delete from pon_auction_summary
765: where auction_id in (select auction_header_id
766: from pon_auction_headers_all
767: where last_update_date < sysdate - 7);
768: