DBA Data[Home] [Help]

APPS.PON_AUCTION_HEADERS_PKG dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 2768: v_batchSize := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

2764: print_log(l_api_name, p_bidNumber || ': new numOfBids=' || v_numOfBids);
2765:
2766: -- for batching, we need to find out the max line number of
2767: -- this neg
2768: v_batchSize := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
2769: v_batchingRequired := (v_maxLineNumber > v_batchSize);
2770:
2771: IF (v_batchingRequired) THEN
2772: print_log(l_api_name, p_bidNumber || ': calling update_disq_lines_batched');

Line 5534: v_batchSize := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

5530: end if;
5531:
5532: -- for batching, we need to find out the max line number of
5533: -- this neg
5534: v_batchSize := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
5535: v_batchingRequired := (v_maxLineNumber > v_batchSize);
5536:
5537:
5538: -- ADD HIDDEN PRICE FACTORS

Line 6811: v_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

6807: IF (l_reranking_required = 'Y') THEN -- {
6808:
6809: -- for batching, we need to find out the max line number of
6810: -- this negotiation
6811: v_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
6812: v_batching_required := (v_max_internal_line_num > v_batch_size);
6813:
6814: IF (v_batching_required) THEN -- {
6815: updt_tech_short_lines_batched (x_result, x_error_code, x_error_msg,