DBA Data[Home] [Help]

APPS.PON_LARGE_AUCTION_UTIL_PKG dependencies on PON_UNSOL_UTIL_PKG

Line 152: PON_UNSOL_UTIL_PKG.DELETE_ALL_LINES(p_auction_header_id => p_auc_header_id,

148: l_batch_end := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
149: END IF;
150:
151: -- Unsolicited Lines Project : Delete unsolicited lines
152: PON_UNSOL_UTIL_PKG.DELETE_ALL_LINES(p_auction_header_id => p_auc_header_id,
153: p_bid_number => p_bid_number,
154: x_result => l_result,
155: x_error_code => l_error_code,
156: x_error_message => l_error_message);