DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PON_AUCTION_EXHIBIT_DETAILS

Line 1734: pon_auction_exhibit_details

1730: IF(pon_clm_util_pkg.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1) THEN
1731:
1732: -- Delete the large neg pf values
1733: DELETE FROM
1734: pon_auction_exhibit_details
1735: WHERE auction_header_id = p_auction_header_id
1736: AND IS_CDRL='N';
1737:
1738: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN